This commit is contained in:
kbing1981 2024-07-03 22:05:44 +08:00
parent 6cee0d1069
commit a14836d3c7
1 changed files with 17 additions and 4 deletions

View File

@ -123,7 +123,7 @@
</view>
</view>
<view class="detail-btn" v-if="dataList.name=='index'" @click="openpay(mainData)">
<view class="detail-btn btn" v-if="dataList.name=='index'" @click="openpay(mainData)">
立即购买
</view>
<!-- 支付方式 -->
@ -974,14 +974,14 @@
}
.detail-btn{
width:95%;
height: 92rpx;
line-height: 92rpx;
height: 90rpx;
line-height: 90rpx;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
border-radius: 46rpx;
margin: 0 auto;
text-align: center;
font-weight: 400;
font-size: 42rpx;
font-size: 36rpx;
color: #FFFFFF;
}
.detail-foot-mian-txet span:nth-child(1){
@ -1299,4 +1299,17 @@
height: auto;
background-color: #f7f7f7;
}
.btn {
background: linear-gradient(to right, rgb(1, 156, 136), rgb(49, 193, 148));
color: rgb(255, 255, 255);
margin: 8px 16px;
position: fixed;
bottom: 0px;
width: 90%;
border-radius: 27px;
height: 43px;
line-height: 43px;
font-size: 17px;
text-align: center;
}
</style>