2025-06-14 18:23:32 +08:00

86 lines
1.5 KiB
Plaintext

/* pages/login/login.wxss */
.login {
background-size: 100%;
width: 100%;
height: 1334rpx;
position: fixed;
background-repeat: no-repeat;
}
.agreement {
font-size: 24rpx;
color: #999;
text-align: center;
margin-top: 30rpx;
}
.link {
color: #2583ff;
}
.login-title {
margin-top: 655rpx;
}
.login-tip {
display: flex;
justify-content: center;
}
.login-button {
margin: 61rpx 52rpx 0 48rpx;
}
.login-btn {
font-weight: 400;
font-size: 36rpx;
color: #FFFFFF;
background: #2583FF;
border-radius: 100rpx 100rpx 100rpx 100rpx;
}
.van-button__text {
font-size: 36rpx;
margin: 19rpx 253rpx;
}
.login-to-home {
margin-top: 61rpx;
display: flex;
justify-content: center;
}
.login-to-home-text {
color: #2583FF;
font-size: 26rpx;
text-decoration: underline;
}
.login-type {
display: flex;
justify-content: center;
margin-top: 40rpx;
}
.login-type-item {
padding: 20rpx 40rpx;
font-size: 28rpx;
color: #555555;
border-bottom: 4rpx solid transparent;
}
.login-type-item.active {
color: #000000;
border-bottom-color: #000000;
}
.login-form {
margin-top: 40rpx;
}
.login-input {
width: 80%;
margin: 20rpx auto;
padding: 20rpx;
border: 1rpx solid #ddd;
border-radius: 8rpx;
height: 80rpx;
}