浏览代码

[积分券详情][修改][积分不足样式]

tags/湖南版5.1.4
hurui199683hurui 6 年前
committed by meo
父节点
当前提交
9e5f59ceaa
共有 2 个文件被更改,包括 16 次插入12 次删除
  1. +2
    -10
      pages/integralmall/payIntegcoupondetail/index.wxml
  2. +14
    -2
      pages/integralmall/payIntegcoupondetail/index.wxss

+ 2
- 10
pages/integralmall/payIntegcoupondetail/index.wxml 查看文件

@@ -37,15 +37,7 @@
</view> </view>
</view> </view>
<view class='edit'> <view class='edit'>
<button class='user-motto' wx:if="{{remainingPoints>=0}}" bindtap='gotoPay'>{{'确认'+data.creditPrice+'积分支付'}}</button>
<button class='user-motto' wx:if="{{remainingPoints<0}}" bindtap='cannotPay'>积分不足</button>
</view>
<view class='al-bg' wx:if='{{showErr}}'></view>
<view class='al-content' wx:if='{{showErr}}'>
<view class='al-top'>
<image src='{{orderGroupFail}}' mode="widthFix"></image>
</view>
<view class='al-center'>您的拼团未成功,退款将在24小时内返回到您的支付账号</view>
<view class='al-bottom' bindtap='gotoIndex'>返回首页</view>
<button class='user-motto user-enough' wx:if="{{remainingPoints>=0}}" bindtap='gotoPay'>{{'确认'+data.creditPrice+'积分支付'}}</button>
<button class='user-motto' style='color:rgba(0, 0, 0, 0.3);background:#F7F7F7!important;' wx:if="{{remainingPoints<0}}" bindtap='cannotPay'>积分不足</button>
</view> </view>
</view> </view>

+ 14
- 2
pages/integralmall/payIntegcoupondetail/index.wxss 查看文件

@@ -318,7 +318,6 @@ page {
width:650rpx; width:650rpx;
height:85rpx; height:85rpx;
background:linear-gradient(90deg,rgba(248,85,45,1) 0%,rgba(241,60,66,1) 0%,rgba(248,86,46,1) 100%); background:linear-gradient(90deg,rgba(248,85,45,1) 0%,rgba(241,60,66,1) 0%,rgba(248,86,46,1) 100%);
box-shadow:0px 8rpx 8rpx 1rpx rgba(242,61,65,0.32);
border-radius:43rpx; border-radius:43rpx;
font-size:36rpx; font-size:36rpx;
font-family:PingFang-SC-Medium; font-family:PingFang-SC-Medium;
@@ -327,7 +326,20 @@ page {
line-height: 85rpx; line-height: 85rpx;
margin-top: 100rpx; margin-top: 100rpx;
} }
.user-enough{
border: 0;
width:650rpx;
height:85rpx;
background:linear-gradient(90deg,rgba(248,85,45,1) 0%,rgba(241,60,66,1) 0%,rgba(248,86,46,1) 100%);
border-radius:43rpx;
font-size:36rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(254,254,254,1);
line-height: 85rpx;
margin-top: 100rpx;
box-shadow:0px 8rpx 8rpx 1rpx rgba(242,61,65,0.32);
}
.user-motto::after { .user-motto::after {
border: none; border: none;
} }


正在加载...
取消
保存