Browse Source

no message

master
xpz2018 6 years ago
parent
commit
8f910db6da
3 changed files with 10 additions and 8 deletions
  1. 3
      pages/mall/order-info/index.wxml
  2. 5
      pages/mall/order-offer/index.wxml
  3. 10
      pages/mall/order-offer/index.wxss

3
pages/mall/order-info/index.wxml

@ -69,8 +69,9 @@
<view style="height:150rpx;"></view> <view style="height:150rpx;"></view>
<view class="cu-bar bg-white shadow foot flex flex-justify" style="height:{{isIPhoneX?154:120}}rpx;padding:32rpx;padding-bottom:{{isIPhoneX?66:32}}rpx"> <view class="cu-bar bg-white shadow foot flex flex-justify" style="height:{{isIPhoneX?154:120}}rpx;padding:32rpx;padding-bottom:{{isIPhoneX?66:32}}rpx">
<button class="action" open-type="contact" style="background-color: #fff;border-radius: 0;margin-left:-20rpx">
<button class="flex flex-column" open-type="contact" style="background-color: #fff;border-radius: 0;margin-left:-20rpx">
<image style="width:60rpx;height:60rpx" src="/assets/image/icon_wechat.svg"></image> <image style="width:60rpx;height:60rpx" src="/assets/image/icon_wechat.svg"></image>
<view style="font-size:28rpx;line-height: 24rpx">客服</view>
</button> </button>
<view class="flex align-end"> <view class="flex align-end">
<view wx:if="{{amount}}"> <view wx:if="{{amount}}">

5
pages/mall/order-offer/index.wxml

@ -74,7 +74,7 @@
<text class="cuIcon-{{form.payType==1?'roundcheckfill':'roundcheck'}} text-{{form.payType==1?'blue':'grey'}}" style="font-size:36rpx"></text> <text class="cuIcon-{{form.payType==1?'roundcheckfill':'roundcheck'}} text-{{form.payType==1?'blue':'grey'}}" style="font-size:36rpx"></text>
</view> </view>
<view class="flex flex-justify" style="height:80rpx" data-index="2" bindtap="checkMode"> <view class="flex flex-justify" style="height:80rpx" data-index="2" bindtap="checkMode">
<view style="font-size:28rpx">货到付款</view>
<view style="font-size:28rpx">全额支付</view>
<text class="cuIcon-{{form.payType==2?'roundcheckfill':'roundcheck'}} text-{{form.payType==2?'blue':'grey'}}" style="font-size:36rpx"></text> <text class="cuIcon-{{form.payType==2?'roundcheckfill':'roundcheck'}} text-{{form.payType==2?'blue':'grey'}}" style="font-size:36rpx"></text>
</view> </view>
</view> </view>
@ -84,8 +84,9 @@
<view style="height:120rpx"></view> <view style="height:120rpx"></view>
<view class="cu-bar bg-white foot flex flex-justify" style="height:{{isIPhoneX?154:120}}rpx;padding:32rpx;padding-bottom:{{isIPhoneX?66:32}}rpx"> <view class="cu-bar bg-white foot flex flex-justify" style="height:{{isIPhoneX?154:120}}rpx;padding:32rpx;padding-bottom:{{isIPhoneX?66:32}}rpx">
<button class="action" open-type="contact" style="background-color: #fff;border-radius: 0;margin-left:-20rpx">
<button class="flex flex-column" open-type="contact" style="background-color: #fff;border-radius: 0;margin-left:-20rpx">
<image style="width:60rpx;height:60rpx" src="/assets/image/icon_wechat.svg"></image> <image style="width:60rpx;height:60rpx" src="/assets/image/icon_wechat.svg"></image>
<view style="font-size:28rpx;line-height: 24rpx">客服</view>
</button> </button>
<view class="flex align-end"> <view class="flex align-end">
<!-- <view class="text-gray" style="font-size:12px">共{{form.number}}{{form.unit}}</view> --> <!-- <view class="text-gray" style="font-size:12px">共{{form.number}}{{form.unit}}</view> -->

10
pages/mall/order-offer/index.wxss

@ -17,18 +17,18 @@
} }
.offer-label { .offer-label {
font-size: 24rpx;
font-size: 28rpx;
font-family: PingFang-SC-Regular, PingFang-SC; font-family: PingFang-SC-Regular, PingFang-SC;
font-weight: 400; font-weight: 400;
color: rgba(208, 208, 208, 1);
color: rgba(151,151,151, 1);
line-height: 17px; line-height: 17px;
} }
.offer-val { .offer-val {
font-size: 24rpx;
font-size: 28rpx;
font-family: PingFang-SC-Regular, PingFang-SC; font-family: PingFang-SC-Regular, PingFang-SC;
font-weight: 400; font-weight: 400;
color: rgba(208, 208, 208, 1);
color: rgba(102,102,102, 1);
line-height: 17px; line-height: 17px;
} }
@ -86,7 +86,7 @@ button::after {
.page-outline { .page-outline {
margin-top: 8rpx; margin-top: 8rpx;
font-size: 20rpx;
font-size: 28rpx;
font-family: PingFang-SC-Regular, PingFang-SC; font-family: PingFang-SC-Regular, PingFang-SC;
font-weight: 400; font-weight: 400;
color: rgba(51, 51, 51, 1); color: rgba(51, 51, 51, 1);

Loading…
Cancel
Save