|
@@ -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;
|