|
@@ -125,8 +125,8 @@
|
|
|
</view>
|
|
|
<text class="codesix" style="">还没有抽奖码</text>
|
|
|
</view>
|
|
|
- <view class="wrap-description-codesix">
|
|
|
- 抽奖码越多,中奖概率越大</view>
|
|
|
+ <view class="wrap-description-codesix">邀请好友助力,获取抽奖码</view>
|
|
|
+ <view class="wrap-description-codesixtwo">每邀请一位好友助力成功,即可获得1个抽奖码,抽奖码越多中奖概率越大。</view>
|
|
|
</view>
|
|
|
|
|
|
<!-- 关注公众号 -->
|
|
@@ -444,6 +444,7 @@
|
|
|
|
|
|
&-position {
|
|
|
position: absolute;
|
|
|
+ // z-index: 1;
|
|
|
width: 180rpx;
|
|
|
height: 62rpx;
|
|
|
background-image: linear-gradient(to right, #FAE08A, #FFC45A);
|
|
@@ -530,7 +531,7 @@
|
|
|
|
|
|
&-position {
|
|
|
position: absolute;
|
|
|
- z-index: 11;
|
|
|
+ z-index: 1;
|
|
|
width: 180rpx;
|
|
|
height: 62rpx;
|
|
|
background-image: linear-gradient(to right, #FAE08A, #FFC45A);
|
|
@@ -631,7 +632,6 @@
|
|
|
|
|
|
&-codethree {
|
|
|
text-align: center;
|
|
|
-
|
|
|
.codethree {
|
|
|
margin-left: 80rpx;
|
|
|
|
|
@@ -649,11 +649,19 @@
|
|
|
}
|
|
|
|
|
|
&-codesix {
|
|
|
+ padding: 10rpx 0;
|
|
|
text-align: center;
|
|
|
- line-height: 200rpx;
|
|
|
- padding-bottom: 10rpx;
|
|
|
- font-size: 28rpx;
|
|
|
- color: #666;
|
|
|
+ line-height: 60rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #F9822C;
|
|
|
+ }
|
|
|
+ &-codesixtwo {
|
|
|
+ margin: 0 auto;
|
|
|
+ width: 600rpx;
|
|
|
+ font-size: 26rpx;
|
|
|
+ color: #999;
|
|
|
+ padding-bottom: 40rpx;
|
|
|
}
|
|
|
}
|
|
|
|