常志远 2 年之前
父節點
當前提交
9bb5234506
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      pages/user/mine.vue

+ 3 - 2
pages/user/mine.vue

@@ -50,7 +50,8 @@
 					<text class="iconfont">&#xe632;</text>
 					<text class="iconfont">&#xe632;</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;