lease和login页面-样式优化
This commit is contained in:
parent
57208856d2
commit
d99afd18a4
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -429,12 +429,10 @@ 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;
|
||||||
|
|
@ -446,17 +444,18 @@ page {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
|
|
||||||
|
.checkmark {
|
||||||
|
color: #fff;
|
||||||
|
font-size: 18rpx;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox.checked {
|
.checkbox.checked {
|
||||||
background: #ff6b35;
|
background: #ff6b35;
|
||||||
border-color: #ff6b35;
|
border-color: #ff6b35;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkmark {
|
|
||||||
color: #fff;
|
|
||||||
font-size: 18rpx;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.agreement-text {
|
.agreement-text {
|
||||||
|
|
@ -469,6 +468,7 @@ page {
|
||||||
color: #ff6b35;
|
color: #ff6b35;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.popup-overlay {
|
.popup-overlay {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user