文件
jw-beauty/miniprogram/pages/login/login.wxss
T
Guoguo 8427d35fb3 chore: remove debug code and restore phone authorization as required
- Remove debug register page entry and console.log from login
- Remove phone skip option, phone authorization is mandatory
- Restore incomplete registration check (no phone → redirect to register)
2026-05-07 05:54:37 -07:00

56 行
750 B
Plaintext

.page {
min-height: 100vh;
background: #ffffff;
}
.welcome-text {
font-size: 40rpx;
font-weight: 600;
color: #333333;
text-align: center;
margin-bottom: 40rpx;
}
.flower-area {
text-align: center;
padding: 40rpx 0;
}
.flower {
font-size: 140rpx;
display: block;
margin-bottom: 40rpx;
}
.desc {
color: #666666;
font-size: 30rpx;
line-height: 1.8;
}
.login-btn {
display: block;
width: 100%;
padding: 32rpx;
background: #E6508C;
color: #ffffff;
border: none;
border-radius: 20rpx;
font-size: 32rpx;
font-weight: 600;
text-align: center;
margin-top: 40rpx;
}
.login-btn::after {
border: none;
}
.agreement {
text-align: center;
font-size: 24rpx;
color: #999999;
margin-top: 32rpx;
}