diff --git a/pages/lease/lease.vue b/pages/lease/lease.vue index 8967099..8a072b9 100644 --- a/pages/lease/lease.vue +++ b/pages/lease/lease.vue @@ -752,8 +752,8 @@ export default { } .protocol-popup { - width: 80vw; - max-width: 600rpx; + width: 90vw; + max-width: 700rpx; padding: 0 30rpx; box-sizing: border-box; diff --git a/pages/login/login.vue b/pages/login/login.vue index 5fd8e36..f998c04 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -429,45 +429,45 @@ page { padding: 30rpx; margin-top: 40rpx; flex-wrap: wrap; -} -.agreement-checkbox { - display: flex; - align-items: center; -} + .agreement-checkbox { + display: flex; + align-items: center; -.checkbox { - width: 28rpx; - height: 28rpx; - border: 2rpx solid #ff6b35; - border-radius: 6rpx; - display: flex; - align-items: center; - justify-content: center; - background: #fff; - transition: all 0.3s ease; -} + .checkbox { + width: 28rpx; + height: 28rpx; + border: 2rpx solid #ff6b35; + border-radius: 6rpx; + display: flex; + align-items: center; + justify-content: center; + background: #fff; + transition: all 0.3s ease; -.checkbox.checked { - background: #ff6b35; - border-color: #ff6b35; -} + .checkmark { + color: #fff; + font-size: 18rpx; + font-weight: bold; + } + } -.checkmark { - color: #fff; - font-size: 18rpx; - font-weight: bold; -} + .checkbox.checked { + background: #ff6b35; + border-color: #ff6b35; + } + } -.agreement-text { - font-size: 24rpx; - color: #666; -} + .agreement-text { + font-size: 24rpx; + color: #666; + } -.agreement-link { - font-size: 24rpx; - color: #ff6b35; - text-decoration: underline; + .agreement-link { + font-size: 24rpx; + color: #ff6b35; + text-decoration: underline; + } } .popup-overlay {