新增“我的”

This commit is contained in:
小林
2025-08-07 11:07:18 +08:00
parent adb9d11757
commit 45e3955e93
471 changed files with 3020 additions and 194 deletions

View File

@@ -475,11 +475,12 @@ export default {
}
.app-title {
font-size: 48rpx;
font-size: 60rpx;
font-weight: bold;
color: #333;
display: block;
margin-bottom: 20rpx;
margin-top: 40rpx;
}
.register-desc {
@@ -577,7 +578,7 @@ export default {
/* 协议勾选区域 */
.agreement-check {
display: flex;
align-items: flex-start;
align-items: center;
padding: 20rpx 30rpx;
margin-bottom: 10rpx;
}
@@ -585,7 +586,6 @@ export default {
.agree-checkbox {
transform: scale(0.8);
margin-right: 15rpx;
margin-top: 5rpx;
}
.agree-text {