优化后,再次提交
This commit is contained in:
59
unpackage/dist/dev/mp-weixin/pages/login/enterprise.wxss
vendored
Normal file
59
unpackage/dist/dev/mp-weixin/pages/login/enterprise.wxss
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
|
||||
/* 协议同意区域 */
|
||||
.protocol-agreement.data-v-280ea37d {
|
||||
padding: 30rpx 0;
|
||||
}
|
||||
.protocol-checkbox.data-v-280ea37d {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: 15rpx;
|
||||
}
|
||||
.checkbox.data-v-280ea37d {
|
||||
width: 32rpx;
|
||||
height: 32rpx;
|
||||
border: 2rpx solid #ddd;
|
||||
border-radius: 6rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
transition: all 0.3s ease;
|
||||
margin-top: 2rpx;
|
||||
}
|
||||
.checkbox.checked.data-v-280ea37d {
|
||||
background-color: #007AFF;
|
||||
border-color: #007AFF;
|
||||
}
|
||||
.checkmark.data-v-280ea37d {
|
||||
color: white;
|
||||
font-size: 20rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
.protocol-text.data-v-280ea37d {
|
||||
font-size: 28rpx;
|
||||
color: #666;
|
||||
line-height: 1.6;
|
||||
flex: 1;
|
||||
}
|
||||
.protocol-link.data-v-280ea37d {
|
||||
color: #007AFF;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* 注册按钮样式 */
|
||||
.bg-gray.data-v-280ea37d {
|
||||
background-color: #ccc !important;
|
||||
color: #999 !important;
|
||||
}
|
||||
.bg-blue.data-v-280ea37d {
|
||||
background-color: #007AFF !important;
|
||||
color: white !important;
|
||||
}
|
||||
button[disabled].data-v-280ea37d {
|
||||
opacity: 0.6;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
button.data-v-280ea37d:not([disabled]):active {
|
||||
transform: scale(0.98);
|
||||
transition: transform 0.1s ease;
|
||||
}
|
||||
Reference in New Issue
Block a user