|
|
view.data-v-1cf27b2a {
|
|
padding-bottom: 0 !important;
|
|
}
|
|
.login-container.data-v-1cf27b2a {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100vh;
|
|
background-color: #f9ece5;
|
|
padding: 0 40rpx;
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
}
|
|
.app-header.data-v-1cf27b2a {
|
|
margin-top: 220rpx;
|
|
margin-bottom: 180rpx;
|
|
text-align: center;
|
|
height: 30%;
|
|
}
|
|
image.data-v-1cf27b2a{
|
|
width: 50%;
|
|
height: 50%;
|
|
}
|
|
.app-title.data-v-1cf27b2a {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-family: Alimama ShuHeiTi;
|
|
font-weight: 700;
|
|
font-size: 28px;
|
|
line-height: 140%;
|
|
letter-spacing: 0%;
|
|
/* background-color: rgba(254, 208, 116, 0.8); */
|
|
border-radius: 3em;
|
|
letter-spacing: 0.2em;
|
|
/* text-shadow: 1px 2px #f7b737; */
|
|
}
|
|
.app-subtitle.data-v-1cf27b2a {
|
|
font-size: 28rpx;
|
|
color: #fef6e3;
|
|
margin-top: 1rem;
|
|
letter-spacing: 0.11em;
|
|
}
|
|
.login-actions.data-v-1cf27b2a {
|
|
/* height: 30%; */
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: #f9ece5;
|
|
border-radius: 30rpx;
|
|
}
|
|
.login-btn.data-v-1cf27b2a, .cancel-btn.data-v-1cf27b2a {
|
|
width: 82%;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
border-radius: 45rpx;
|
|
font-size: 32rpx;
|
|
margin-bottom: 20rpx;
|
|
border: none;
|
|
}
|
|
.login-btn.data-v-1cf27b2a {
|
|
background-color: #f79400;
|
|
color: white;
|
|
}
|
|
.cancel-btn.data-v-1cf27b2a {
|
|
background-color: rgba(255, 253, 249);
|
|
color: #f7990c;
|
|
border: 1px solid rgba(249, 178, 71);
|
|
}
|
|
.agreement.data-v-1cf27b2a {
|
|
/* margin-top: 40rpx; */
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.radio-group.data-v-1cf27b2a {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
/* 自定义圆形checkbox样式 */
|
|
.custom-radio.data-v-1cf27b2a {
|
|
/* border-radius: 50%; */
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
transform: scale(0.7);
|
|
margin-right: 8rpx;
|
|
}
|
|
|
|
/* 覆盖uniapp默认checkbox样式 */
|
|
.custom-radio .wx-checkbox-input.data-v-1cf27b2a,
|
|
.custom-radio .uni-checkbox-input.data-v-1cf27b2a {
|
|
border-radius: 50% !important;
|
|
width: 32rpx !important;
|
|
height: 32rpx !important;
|
|
}
|
|
.custom-radio .wx-checkbox-input.wx-checkbox-input-checked.data-v-1cf27b2a,
|
|
.custom-radio .uni-checkbox-input.uni-checkbox-input-checked.data-v-1cf27b2a {
|
|
background-color: #07C160 !important;
|
|
border-color: #07C160 !important;
|
|
color: #ffffff !important;
|
|
}
|
|
|
|
/* .radio-label {
|
|
display: flex;
|
|
align-items: center;
|
|
} */
|
|
.agreement-text.data-v-1cf27b2a {
|
|
margin: 0 4rpx;
|
|
}
|
|
.protocol-link.data-v-1cf27b2a {
|
|
color: #fabe65;
|
|
}
|
|
.admin-login.data-v-1cf27b2a {
|
|
text-align: center;
|
|
color: #fffffe;
|
|
font-size: 28rpx;
|
|
letter-spacing: 0.15em;
|
|
}
|
|
|