You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
148 lines
2.6 KiB
148 lines
2.6 KiB
.item {
|
|
margin-bottom: 10px; // 调整底部间距
|
|
}
|
|
|
|
.agree-checkbox {
|
|
margin-top: 10px; // 调整顶部间距
|
|
}
|
|
/* 样式表中的额外样式定义 */
|
|
.password-hint {
|
|
font-size: 12px; /* 调整字体大小 */
|
|
color: #888; /* 设置灰色文本颜色 */
|
|
margin-left: 8px; /* 添加左侧边距 */
|
|
}
|
|
|
|
.con {
|
|
background: #fff;
|
|
height: 100%;
|
|
margin-top: 50px;
|
|
}
|
|
image {
|
|
display: block;
|
|
width: 498rpx;
|
|
height: 256rpx;
|
|
margin: auto;
|
|
margin-bottom: 8%;
|
|
}
|
|
.login-form {
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
margin-bottom: 20%;
|
|
}
|
|
.authorized-btn {
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
background-color: #0ab906;
|
|
border: 1rpx solid #0ab906;
|
|
color: #fff;
|
|
border-radius: 6rpx;
|
|
font-size: 26rpx;
|
|
padding: 8rpx;
|
|
margin-top: 80rpx;
|
|
border: 1rpx solid #0ab906;
|
|
border-radius: 6rpx;
|
|
font-size: 26rpx;
|
|
padding: 8rpx;
|
|
margin-top: 80rpx;
|
|
}
|
|
.authorized-argee {
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
color: #000; /* 将颜色更改为黑色 */
|
|
border: none; // 移除边框
|
|
border-radius: 6rpx;
|
|
font-size: 26rpx;
|
|
padding: 8rpx;
|
|
margin-top: 80rpx;
|
|
opacity: 1; // 确保元素完全可见
|
|
}
|
|
.to-idx-btn {
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
background-color: #eeeeee;
|
|
color: #333;
|
|
border-radius: 6rpx;
|
|
font-size: 26rpx;
|
|
padding: 8rpx;
|
|
margin-top: 30rpx;
|
|
border-radius: 6rpx;
|
|
font-size: 26rpx;
|
|
padding: 8rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
.form-title {
|
|
width: 100%;
|
|
margin-bottom: 50rpx;
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
color: #00a0e9;
|
|
margin-bottom: 50rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
.item {
|
|
display: block;
|
|
margin-bottom: 30rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.account {
|
|
display: flex;
|
|
background: #f8f8f8;
|
|
padding: 15rpx;
|
|
box-sizing: border-box;
|
|
font-size: 26rpx;
|
|
align-items: center;
|
|
input {
|
|
padding-left: 20rpx;
|
|
width: 75%;
|
|
padding-left: 20rpx;
|
|
}
|
|
}
|
|
button {
|
|
&::after {
|
|
border: 0 !important;
|
|
}
|
|
}
|
|
.operate {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.to-register {
|
|
font-size: 28rpx;
|
|
color: #00AAFF;
|
|
font-size: 28rpx;
|
|
}
|
|
.error {
|
|
.error-text {
|
|
display: block;
|
|
width: 100%;
|
|
font-size: 28rpx;
|
|
color: #e43130;
|
|
text-align: left;
|
|
margin-top: 10rpx;
|
|
font-size: 28rpx;
|
|
margin-top: 10rpx;
|
|
.warning-icon {
|
|
display: inline-block;
|
|
color: #fff;
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
line-height: 26rpx;
|
|
background: #e43130;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
margin-right: 12rpx;
|
|
font-size: 22rpx;
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
line-height: 26rpx;
|
|
margin-right: 12rpx;
|
|
font-size: 22rpx;
|
|
}
|
|
}
|
|
}
|