调整登录样式
This commit is contained in:
parent
e7cb743ba4
commit
e70a21241b
@ -6,7 +6,7 @@
|
||||
<view class="main-scroll">
|
||||
<image src="/assets/imgs/login/text1.png" class="text1"/>
|
||||
<image src="/assets/imgs/login/text2.png" class="text2"/>
|
||||
<image src="/assets/imgs/login/main.png" class="main-img" mode="widthFix"/>
|
||||
<image src="/assets/imgs/login/main.png" class="main-img" mode="aspectFit"/>
|
||||
<button class="button" type="primary" wx:if="{{isAgree}}" loading="{{loging}}" disabled="{{loging}}"
|
||||
open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">手机号快捷登录</button>
|
||||
<button class="button" type="primary" bindtap="preLogin" wx:else>
|
||||
|
||||
@ -14,8 +14,10 @@
|
||||
margin-top:40rpx;
|
||||
}
|
||||
.main-img{
|
||||
height:40vh;
|
||||
width:60vw;
|
||||
margin:70rpx 0;
|
||||
display: block;
|
||||
margin:70rpx auto;
|
||||
}
|
||||
.agree .yellow{
|
||||
color:#FEC400;
|
||||
@ -48,7 +50,7 @@
|
||||
|
||||
.btn-no-login{
|
||||
position: absolute;
|
||||
bottom:calc(var(--safe-bottom) + 20rpx);
|
||||
bottom:calc(var(--safe-bottom) + 40rpx);
|
||||
left:0;
|
||||
width:100%;
|
||||
text-align: center;
|
||||
@ -57,7 +59,7 @@
|
||||
.custom-scroll-view .main{
|
||||
display:flex;
|
||||
align-items: center;
|
||||
padding-bottom:calc(var(--safe-bottom) + 20rpx + 34rpx);
|
||||
padding-bottom:calc(var(--safe-bottom) + 40rpx + 34rpx);
|
||||
overflow: hidden;
|
||||
}
|
||||
.custom-scroll-view .main-scroll{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user