Commit 3690ca2c authored by 石盼盼's avatar 石盼盼

按钮调整

parent 01d31256
......@@ -3,5 +3,9 @@
<image src="https://wdty.xueyoubangedu.com/wandou/applycoach.jpg"></image>
</view>
<button class="save" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">申请成为教练</button>
<view class="btn">
<button class="save" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">申请成为教练</button>
</view>
</view>
\ No newline at end of file
.img {
width: 690rpx;
height: 2652rpx;
margin: 30rpx auto;
margin: 30rpx auto 300rpx;
}
.img image{
.img image {
width: 690rpx;
height: 2652rpx;
}
.save {
/* position: absolute; */
/* bottom: 33rpx; */
/* left: 50rpx; */
/* right: 50rpx; */
margin: 50rpx 0;
width: 650rpx !important;
height: 80rpx !important;
line-height: 80rpx !important;
text-align: center;
.btn {
width: 750rpx;
height: 116rpx;
padding: 18rpx 68rpx 20rpx;
position: fixed;
bottom: 0;
background: #FFFFFF;
}
.btn .save {
width: 620rpx;
height: 80rpx;
border: none;
background: linear-gradient(-70deg, #FFC600 0%, #FFD400 100%);
border-radius: 40rpx;
font-size: 30rpx;
color: #000000;
padding: 0 !important;
font-size: 30rpx;
text-align: center;
line-height: 50rpx;
}
\ No newline at end of file
......@@ -52,7 +52,7 @@ swiper-item image{
.save {
position: absolute;
bottom: 33rpx;
bottom: 200rpx;
left: 50rpx;
right: 50rpx;
width: 650rpx !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment