|
@@ -50,7 +50,8 @@
|
|
<text class="iconfont"></text>
|
|
<text class="iconfont"></text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="open">
|
|
|
|
|
|
+ <!-- 开通后 -->
|
|
|
|
+ <view class="opened">
|
|
<view class="title">
|
|
<view class="title">
|
|
<text class="img">
|
|
<text class="img">
|
|
<img src="../../assets/img/antFill-crown@3x.png" alt="">
|
|
<img src="../../assets/img/antFill-crown@3x.png" alt="">
|
|
@@ -331,7 +332,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
// 立即开通
|
|
// 立即开通
|
|
- .open {
|
|
|
|
|
|
+ .open,.opened {
|
|
background: linear-gradient(#4A4C62, #2C3145);
|
|
background: linear-gradient(#4A4C62, #2C3145);
|
|
width: 91.4%;
|
|
width: 91.4%;
|
|
padding: 15px 12px 12px 12px;
|
|
padding: 15px 12px 12px 12px;
|