|
|
@ -555,10 +555,13 @@ |
|
|
</view> |
|
|
</view> |
|
|
</uni-popup> |
|
|
</uni-popup> |
|
|
<!-- 参团成功提示弹出层 --> |
|
|
<!-- 参团成功提示弹出层 --> |
|
|
<uni-popup ref="tishiPopup" background-color="#fff" @change="onJoinSuccessPopupChange"> |
|
|
<uni-popup ref="tishiPopup" background-color="#fff"> |
|
|
<view class="tishi-popup" style="padding: 45px;width: 300px;height: 285px;background-size: 100%;font-size: 16px;font-weight: 700;line-height: 25px;text-align: center;"> |
|
|
<view class="tishi-popup"> |
|
|
<view style="margin-top: 20px;"> |
|
|
<view class="tishi-copy"> |
|
|
面对面团不会公开显示,如果选择配送团订单会统一送达! |
|
|
<view class="tishi-copy-title">面对面团不会公开显示</view> |
|
|
|
|
|
<view class="tishi-copy-desc"> |
|
|
|
|
|
选择<text class="tishi-copy-highlight">配送</text>时,订单会统一送达 |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</uni-popup> |
|
|
</uni-popup> |
|
|
@ -2493,11 +2496,47 @@ |
|
|
.spark-a { |
|
|
.spark-a { |
|
|
width: 18rpx; |
|
|
width: 18rpx; |
|
|
height: 18rpx; |
|
|
height: 18rpx; |
|
|
top: 120rpx; |
|
|
top: 110rpx; |
|
|
left: 80rpx; |
|
|
left: 80rpx; |
|
|
} |
|
|
} |
|
|
.tishi-popup{ |
|
|
.tishi-popup{ |
|
|
background:url('https://jewel-shop.oss-cn-beijing.aliyuncs.com/629843c61a014d69bf3a1195f51a898b.png') no-repeat; |
|
|
background:url('https://jewel-shop.oss-cn-beijing.aliyuncs.com/629843c61a014d69bf3a1195f51a898b.png') no-repeat; |
|
|
|
|
|
width: 300px; |
|
|
|
|
|
height: 285px; |
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
position: relative; |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tishi-copy { |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
top: 72px; |
|
|
|
|
|
left: 46px; |
|
|
|
|
|
width: 194px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tishi-copy-title { |
|
|
|
|
|
color: #21443c; |
|
|
|
|
|
font-size: 16px; |
|
|
|
|
|
font-weight: 900; |
|
|
|
|
|
line-height: 23px; |
|
|
|
|
|
letter-spacing: 0.2px; |
|
|
|
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tishi-copy-desc { |
|
|
|
|
|
margin-top: 13px; |
|
|
|
|
|
color: #6d7d78; |
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
font-weight: 700; |
|
|
|
|
|
line-height: 21px; |
|
|
|
|
|
letter-spacing: 0.1px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tishi-copy-highlight { |
|
|
|
|
|
color: #ff7043; |
|
|
|
|
|
font-weight: 900; |
|
|
} |
|
|
} |
|
|
.spark-b { |
|
|
.spark-b { |
|
|
width: 24rpx; |
|
|
width: 24rpx; |
|
|
|