feat: 【小程序】登录页调整
This commit is contained in:
parent
f872dcda8a
commit
fd1c8cd32a
|
|
@ -26,6 +26,7 @@
|
||||||
>绑定手机号</button>
|
>绑定手机号</button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="hint flex-c">该服务仅限超邦手师傅使用</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="visitor-ctr flex-c">
|
<view class="visitor-ctr flex-c">
|
||||||
<view class="visitor flex-c" @click="visitor()" hover-class="auto-mask-layer-radius8" hover-start-time="0" hover-stay-time="50">体验一下</view>
|
<view class="visitor flex-c" @click="visitor()" hover-class="auto-mask-layer-radius8" hover-start-time="0" hover-stay-time="50">体验一下</view>
|
||||||
|
|
@ -187,6 +188,14 @@ page {
|
||||||
.login-area {
|
.login-area {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 264rpx;
|
margin-top: 264rpx;
|
||||||
|
.hint {
|
||||||
|
width: 100%;
|
||||||
|
height: 36px;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 14px;
|
||||||
|
color: var(--descriptionColor);
|
||||||
|
margin-top: 8rpx;
|
||||||
|
}
|
||||||
.agreement {
|
.agreement {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user