Commit 2ea288c2aba0510ef3060163b989f808657c8e09

Authored by taiyuan
1 parent 680ef874

优惠券领取界面优化

pages/goods/goodsInfo/goodsInfo.wxml
... ... @@ -1250,13 +1250,12 @@
1250 1250 <view class="cover-layer flex-center" data-coupon='0' bindtap="switchCoupon"></view>
1251 1251 <view class="cx-popup {{coupon== true ? 'up' : 'down'}} ">
1252 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 1255 </view>
1257   - <view class="top-frame">
  1256 + <!-- <view class="top-frame">
1258 1257 <view class="xc-valid-coupon four-level-word">可以领优惠券</view>
1259   - </view>
  1258 + </view> -->
1260 1259 <view class="xc-frame">
1261 1260 <view class="top-frame">
1262 1261 <view class="xc-coupon-frame ">
... ...
pages/goods/goodsInfo/goodsInfo.wxss
... ... @@ -1387,18 +1387,20 @@ left:31rpx;}
1387 1387 }
1388 1388  
1389 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 1399 .cx-popup .top-frame{
1398   - width: 100%;
  1400 + /* width: 100%;
1399 1401 display: flex;
1400 1402 justify-content: center;
1401   - overflow: hidden;
  1403 + overflow: hidden; */
1402 1404 }
1403 1405 .xc-valid-coupon{
1404 1406 width: 90%;
... ... @@ -1776,9 +1778,9 @@ xc-ensure-div{
1776 1778 overflow: hidden;
1777 1779 }
1778 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 1786 .xc-frame .list-frame{
... ...