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

按钮调整

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