Browse Source

[订单详情页][修改]:订单详情页面样式的修改

tags/2.2.4
meo 6 years ago
parent
commit
84bb8cdc2a
4 changed files with 17 additions and 20 deletions
  1. +1
    -1
      pages/order/detail/index.wxml
  2. +1
    -1
      pages/orderquanma/index.wxml
  3. +14
    -17
      pages/orderquanma/index.wxss
  4. +1
    -1
      pages/user/index.wxml

+ 1
- 1
pages/order/detail/index.wxml View File

@@ -19,7 +19,7 @@
<text>购买数量:</text>1件
</view> -->
<view>
<text>下单时间</text>{{createDate}}</view>
<text>下单时间</text>{{createDate}}</view>
</view>
</view>



+ 1
- 1
pages/orderquanma/index.wxml View File

@@ -1,7 +1,7 @@
<view class="couponbg">
<image src="./../../assets/img/bg.png"></image>
<view class="title">{{title}}</view>
<view class="subtitle">{{subtitle}}</view>
<image class='line' src='./../../assets/img/line.png' mode="widthFix"></image>
<!--
couponorderstatus
0 未使用


+ 14
- 17
pages/orderquanma/index.wxss View File

@@ -4,27 +4,18 @@ page {

.couponbg {
position: relative;
width: 100%;
}

.couponbg image {
display: block;
position: absolute;
width: 95%;
height: 95%;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
z-index: -19999;
background: #fff;
overflow: hidden;
background: #fff;
width: 92%;
margin: 8% auto 6%;
border-radius: 16rpx;
}

.title {
line-height: 36rpx;
text-align: center;
padding-top: 106rpx;
padding-top: 67rpx;
font-size: 32rpx;
color: #1f2d3d;
letter-spacing: 0;
@@ -38,6 +29,12 @@ page {
text-align: center;
}

.line {
height: 10rpx;
display: block;
width: 100%;
}

.panel, .zhuangtai image {
width: 600rpx;
background-color: #fff;
@@ -80,7 +77,7 @@ page {
font-size: 24rpx;
color: #999;
letter-spacing: 0;
margin-right:6rpx;
margin-right: 6rpx;
}

.barcode > canvas {
@@ -95,7 +92,7 @@ page {
flex-direction: column;
justify-content: flex-end;
align-items: center;
margin-top:30rpx;
margin-top: 30rpx;
}

.qrcode > canvas {


+ 1
- 1
pages/user/index.wxml View File

@@ -67,7 +67,7 @@
<view class="margin"></view>
<!-- <button bindtap="navigateTo" class="user-out-btn">退出登陆</button> -->
<view bindlongtap='showVersion' class='version'>
<view wx:if="{{flag=='show'}}">版本号:1.6.1</view>
<view wx:if="{{flag=='show'}}">版本号:1.0.1</view>
<view wx:if="{{flag=='hidden'}}"></view>
</view>
</view>

Loading…
Cancel
Save