Bläddra i källkod

[券码][修改]:[修改购买须知的样式]

tags/江西版6.1.0
meo 6 år sedan
förälder
incheckning
50d2d4855f
2 ändrade filer med 41 tillägg och 9 borttagningar
  1. +9
    -1
      pages/orderquanma/index.wxml
  2. +32
    -8
      pages/orderquanma/index.wxss

+ 9
- 1
pages/orderquanma/index.wxml Visa fil

@@ -25,9 +25,17 @@
</view>
</view>
<image class='line' style='margin-top:0;margin-bottom:16rpx;' src='{{lineUrl}}' mode="widthFix"></image>
<view class="gou">
<!-- <view class="gou">
<view class="mai">购买须知:</view>
<view class="remark">{{remark}}</view>
</view> -->
<view class='notes'>
<view>
<text>购买须知:</text>
</view>
<view>
<text><text class='spot'></text>{{remark}}</text>
</view>
</view>
</view>
<view class='game' bindtap="gotogame" wx-if="{{showIf}}">


+ 32
- 8
pages/orderquanma/index.wxss Visa fil

@@ -129,14 +129,6 @@ page {
letter-spacing: 0;
}

.gou {
width: 87%;
margin: 0 auto;
color: #878d95;
font-size: 26rpx;
padding-bottom: 74rpx;
}

.mai {
font-size: 24rpx;
color: #919191;
@@ -193,4 +185,36 @@ page {
color: #999;
line-height: 24rpx;
padding-left: 70rpx;
}

.notes view:nth-child(1) {
height: 87rpx;
line-height: 87rpx;
background: #fff;
border-top: 1px solid #f9f9f9;
}

.notes {
width: 92%;
margin: 0 auto;
}
.notes view:nth-child(1) text {
color: #333;
letter-spacing: 0;
font-size: 30rpx;
height: 70rpx;
line-height: 70rpx;
}

.notes view:nth-child(2) {
background: #fff;
display: flex;
flex-direction: column;
}

.notes view:nth-child(2)>text {
font-size: 24rpx;
color: #919191;
letter-spacing: 0;
line-height: 42rpx;
}

Laddar…
Avbryt
Spara