常志远 2 年之前
父节点
当前提交
2286fd8cee
共有 1 个文件被更改,包括 10 次插入4 次删除
  1. 10 4
      pages/monthlyCardActivity/monthlyCardBuy2.vue

+ 10 - 4
pages/monthlyCardActivity/monthlyCardBuy2.vue

@@ -47,13 +47,13 @@
 </view>
 <!-- 按钮 -->
 <view class="button">
-	<u-button shape="circle"><text style="font-size: 14px;">¥</text>59.9  开通1个月会员</u-button>
-	<u-button shape="circle" class="btn-2"><text style="font-size: 14px;">¥</text>99 <text class="price">198</text>  开通1个月会员
+	<button class="btn"  ><text style="font-size: 14px;">¥</text>59.9  开通1个月会员</button>
+	<button   class="btn btn-2"><text style="font-size: 14px;">¥</text>99 <text class="price">198</text>  开通1个月会员
 	
 	<view class="position">
 		<view id="talkbubble">限时5折</view>	
 	</view>
-	</u-button>
+	</button>
 	
 	
 	
@@ -212,7 +212,11 @@
 	border-radius: 16px 16px 0px 0px;
 	background-color: rgba(255, 255, 255, 100);
 	padding: 20px 20px 16px 20px;
-	.u-btn{
+	uni-button:after{
+		border: none;
+	}
+	.btn{
+		border: none !important;
 		background:linear-gradient(#E1D0A5,#E4BE84);
 		box-shadow: 0px 4px 10px 0px rgba(207, 175, 118, 40);
 		border-radius: 50px;
@@ -220,6 +224,7 @@
 	    font-size: 18px !important;
 		line-height: 44px;
 		height: 44px;
+		overflow: inherit !important;
 	    .price{
 			text-decoration: line-through;
 			margin: auto 4px;
@@ -239,6 +244,7 @@
 		position: absolute;
 		top: -16px;
 		left: 24%;
+		z-index: 999;
 	}
 	#talkbubble {
 		position: absolute;