注册修改为绑定

This commit is contained in:
2025-10-21 21:51:51 +08:00
parent 5ee4e077fb
commit be2323074b
28 changed files with 729 additions and 211 deletions

View File

@@ -84,6 +84,29 @@
opacity: 0.5;
}
/* 提示信息 */
.apply-tips {
padding: 30rpx;
background-color: #f8f9fa;
border-top: 1rpx solid #eee;
border-bottom: 1rpx solid #eee;
}
.tips-text {
display: block;
font-size: 26rpx;
color: #666;
line-height: 1.6;
margin-bottom: 10rpx;
}
.tips-warning {
display: block;
font-size: 24rpx;
color: #ff6b35;
line-height: 1.6;
}
/* 底部操作按钮 */
.apply-footer {
padding: 30rpx;