|
|
@@ -85,7 +85,7 @@
|
|
|
<view class="renew-promo-copy">
|
|
|
<view class="renew-promo-line1">
|
|
|
<text class="renew-promo-line1-em">限时抢购</text>
|
|
|
- <text class="renew-promo-line1-rest">终身版套餐</text>
|
|
|
+ <text class="renew-promo-line1-rest">终身买断版</text>
|
|
|
</view>
|
|
|
<text class="renew-promo-line2">单店多店 · 多档可选 · 尊享福利</text>
|
|
|
</view>
|
|
|
@@ -813,6 +813,7 @@ export default {
|
|
|
align-items: center;
|
|
|
flex: 1;
|
|
|
min-width: 0;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
& .renew-promo-badge {
|
|
|
flex-shrink: 0;
|
|
|
@@ -839,29 +840,35 @@ export default {
|
|
|
& .renew-promo-line1 {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
- flex-wrap: wrap;
|
|
|
+ flex-wrap: nowrap;
|
|
|
align-items: baseline;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
& .renew-promo-line1-em {
|
|
|
- font-size: 34upx;
|
|
|
+ flex-shrink: 0;
|
|
|
+ font-size: 36upx;
|
|
|
font-weight: 800;
|
|
|
color: #fef08a;
|
|
|
letter-spacing: 1upx;
|
|
|
text-shadow: 0 2upx 4upx rgba(0, 0, 0, 0.18);
|
|
|
}
|
|
|
& .renew-promo-line1-rest {
|
|
|
+ flex-shrink: 0;
|
|
|
margin-left: 8upx;
|
|
|
- font-size: 30upx;
|
|
|
+ font-size: 32upx;
|
|
|
font-weight: 700;
|
|
|
color: #ffffff;
|
|
|
letter-spacing: 1upx;
|
|
|
}
|
|
|
& .renew-promo-line2 {
|
|
|
margin-top: 12upx;
|
|
|
- font-size: 22upx;
|
|
|
- line-height: 32upx;
|
|
|
+ font-size: 24upx;
|
|
|
+ line-height: 34upx;
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
font-weight: 500;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
}
|
|
|
& .renew-promo-action {
|
|
|
display: flex;
|