lease和login页面-样式优化

This commit is contained in:
WindowBird 2025-09-08 17:29:28 +08:00
parent 57208856d2
commit d99afd18a4
2 changed files with 35 additions and 35 deletions

View File

@ -752,8 +752,8 @@ export default {
} }
.protocol-popup { .protocol-popup {
width: 80vw; width: 90vw;
max-width: 600rpx; max-width: 700rpx;
padding: 0 30rpx; padding: 0 30rpx;
box-sizing: border-box; box-sizing: border-box;

View File

@ -429,45 +429,45 @@ page {
padding: 30rpx; padding: 30rpx;
margin-top: 40rpx; margin-top: 40rpx;
flex-wrap: wrap; flex-wrap: wrap;
}
.agreement-checkbox { .agreement-checkbox {
display: flex; display: flex;
align-items: center; align-items: center;
}
.checkbox { .checkbox {
width: 28rpx; width: 28rpx;
height: 28rpx; height: 28rpx;
border: 2rpx solid #ff6b35; border: 2rpx solid #ff6b35;
border-radius: 6rpx; border-radius: 6rpx;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background: #fff; background: #fff;
transition: all 0.3s ease; transition: all 0.3s ease;
}
.checkbox.checked { .checkmark {
background: #ff6b35; color: #fff;
border-color: #ff6b35; font-size: 18rpx;
} font-weight: bold;
}
}
.checkmark { .checkbox.checked {
color: #fff; background: #ff6b35;
font-size: 18rpx; border-color: #ff6b35;
font-weight: bold; }
} }
.agreement-text { .agreement-text {
font-size: 24rpx; font-size: 24rpx;
color: #666; color: #666;
} }
.agreement-link { .agreement-link {
font-size: 24rpx; font-size: 24rpx;
color: #ff6b35; color: #ff6b35;
text-decoration: underline; text-decoration: underline;
}
} }
.popup-overlay { .popup-overlay {