feat: 【小程序】登录页调整

This commit is contained in:
苟川东 2025-06-05 09:06:19 +08:00
parent f872dcda8a
commit fd1c8cd32a

View File

@ -26,6 +26,7 @@
>绑定手机号</button>
</view>
</view>
<view class="hint flex-c">该服务仅限超邦手师傅使用</view>
</view>
<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>
@ -187,6 +188,14 @@ page {
.login-area {
width: 100%;
margin-top: 264rpx;
.hint {
width: 100%;
height: 36px;
font-weight: 400;
font-size: 14px;
color: var(--descriptionColor);
margin-top: 8rpx;
}
.agreement {
width: 100%;
height: 80rpx;