@@ -25,9 +25,17 @@ | |||||
</view> | </view> | ||||
</view> | </view> | ||||
<image class='line' style='margin-top:0;margin-bottom:16rpx;' src='{{lineUrl}}' mode="widthFix"></image> | <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="mai">购买须知:</view> | ||||
<view class="remark">{{remark}}</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> | </view> | ||||
<view class='game' bindtap="gotogame" wx-if="{{showIf}}"> | <view class='game' bindtap="gotogame" wx-if="{{showIf}}"> | ||||
@@ -129,14 +129,6 @@ page { | |||||
letter-spacing: 0; | letter-spacing: 0; | ||||
} | } | ||||
.gou { | |||||
width: 87%; | |||||
margin: 0 auto; | |||||
color: #878d95; | |||||
font-size: 26rpx; | |||||
padding-bottom: 74rpx; | |||||
} | |||||
.mai { | .mai { | ||||
font-size: 24rpx; | font-size: 24rpx; | ||||
color: #919191; | color: #919191; | ||||
@@ -193,4 +185,36 @@ page { | |||||
color: #999; | color: #999; | ||||
line-height: 24rpx; | line-height: 24rpx; | ||||
padding-left: 70rpx; | 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; | |||||
} | } |