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