Commit 2ea288c2aba0510ef3060163b989f808657c8e09
1 parent
680ef874
优惠券领取界面优化
Showing
2 changed files
with
16 additions
and
15 deletions
pages/goods/goodsInfo/goodsInfo.wxml
@@ -1250,13 +1250,12 @@ | @@ -1250,13 +1250,12 @@ | ||
1250 | <view class="cover-layer flex-center" data-coupon='0' bindtap="switchCoupon"></view> | 1250 | <view class="cover-layer flex-center" data-coupon='0' bindtap="switchCoupon"></view> |
1251 | <view class="cx-popup {{coupon== true ? 'up' : 'down'}} "> | 1251 | <view class="cx-popup {{coupon== true ? 'up' : 'down'}} "> |
1252 | <view class="top-frame"> | 1252 | <view class="top-frame"> |
1253 | - <view class="top two-level-word t-c"> | ||
1254 | - 优惠券领取 | ||
1255 | - </view> | 1253 | + <!-- <view class="top two-level-word t-c"> --> |
1254 | + <view class="top t-c">优惠券领取</view> | ||
1256 | </view> | 1255 | </view> |
1257 | - <view class="top-frame"> | 1256 | + <!-- <view class="top-frame"> |
1258 | <view class="xc-valid-coupon four-level-word">可以领优惠券</view> | 1257 | <view class="xc-valid-coupon four-level-word">可以领优惠券</view> |
1259 | - </view> | 1258 | + </view> --> |
1260 | <view class="xc-frame"> | 1259 | <view class="xc-frame"> |
1261 | <view class="top-frame"> | 1260 | <view class="top-frame"> |
1262 | <view class="xc-coupon-frame "> | 1261 | <view class="xc-coupon-frame "> |
pages/goods/goodsInfo/goodsInfo.wxss
@@ -1387,18 +1387,20 @@ left:31rpx;} | @@ -1387,18 +1387,20 @@ left:31rpx;} | ||
1387 | } | 1387 | } |
1388 | 1388 | ||
1389 | .cx-popup .top{ | 1389 | .cx-popup .top{ |
1390 | - width: 90%; | ||
1391 | - height:85rpx; | ||
1392 | - border-bottom: 4rpx solid #d5d5d5; | ||
1393 | - padding-top: 50rpx; | ||
1394 | - font-weight:600; | 1390 | + /* width: 90%; |
1391 | + height:85rpx; */ | ||
1392 | + font-size: 28rpx; | ||
1393 | + padding: 20rpx 0; | ||
1394 | + border-bottom: 2rpx solid #ebedf0; | ||
1395 | + /* padding-top: 50rpx; | ||
1396 | + font-weight:600; */ | ||
1395 | 1397 | ||
1396 | } | 1398 | } |
1397 | .cx-popup .top-frame{ | 1399 | .cx-popup .top-frame{ |
1398 | - width: 100%; | 1400 | + /* width: 100%; |
1399 | display: flex; | 1401 | display: flex; |
1400 | justify-content: center; | 1402 | justify-content: center; |
1401 | - overflow: hidden; | 1403 | + overflow: hidden; */ |
1402 | } | 1404 | } |
1403 | .xc-valid-coupon{ | 1405 | .xc-valid-coupon{ |
1404 | width: 90%; | 1406 | width: 90%; |
@@ -1776,9 +1778,9 @@ xc-ensure-div{ | @@ -1776,9 +1778,9 @@ xc-ensure-div{ | ||
1776 | overflow: hidden; | 1778 | overflow: hidden; |
1777 | } | 1779 | } |
1778 | .xc-frame{ | 1780 | .xc-frame{ |
1779 | - width: 100%; | ||
1780 | - margin-top:20rpx; | ||
1781 | - | 1781 | + /* width: 100%; |
1782 | + margin-top:20rpx; */ | ||
1783 | + padding: 20rpx; | ||
1782 | } | 1784 | } |
1783 | 1785 | ||
1784 | .xc-frame .list-frame{ | 1786 | .xc-frame .list-frame{ |