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> </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> </view>
<!-- 支付方式 --> <!-- 支付方式 -->
@ -974,14 +974,14 @@
} }
.detail-btn{ .detail-btn{
width:95%; width:95%;
height: 92rpx; height: 90rpx;
line-height: 92rpx; line-height: 90rpx;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495); background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
border-radius: 46rpx; border-radius: 46rpx;
margin: 0 auto; margin: 0 auto;
text-align: center; text-align: center;
font-weight: 400; font-weight: 400;
font-size: 42rpx; font-size: 36rpx;
color: #FFFFFF; color: #FFFFFF;
} }
.detail-foot-mian-txet span:nth-child(1){ .detail-foot-mian-txet span:nth-child(1){
@ -1299,4 +1299,17 @@
height: auto; height: auto;
background-color: #f7f7f7; 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> </style>