This commit is contained in:
AERWEN\26795 2023-10-27 16:00:22 +08:00
parent 06993b2db1
commit f6a8598733
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
<view class="login-btn-box"> <view class="login-btn-box">
<van-button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" icon="wechat" type="primary" size="large" custom-style="font-size: 31rpx;font-weight: bold;" round block>微信一键登录</van-button> <van-button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" icon="wechat" type="primary" size="large" custom-style="font-size: 31rpx;font-weight: bold;" round block>微信一键登录</van-button>
<view class="mb-30"></view> <view class="mb-30"></view>
<van-button icon="phone" color="#eff0f1" size="large" custom-style="font-size: 31rpx;color: #999999;font-weight: bold;" round block bind:click="gotoPhoneRegister">手机号登录/注册</van-button> <!-- <van-button icon="phone" color="#eff0f1" size="large" custom-style="font-size: 31rpx;color: #999999;font-weight: bold;" round block bind:click="gotoPhoneRegister">手机号登录/注册</van-button> -->
</view> </view>
<view class="agree-box"> <view class="agree-box">

View File

@ -29,8 +29,8 @@
.login-container-box{ .login-container-box{
width: 90%; width: 90%;
position: absolute; position: absolute;
bottom: 25%; bottom: 31%;
height: 430rpx; height: 300rpx;
background-color: white; background-color: white;
border-radius: 20rpx; border-radius: 20rpx;
} }