diff --git a/pages/start/select/select.vue b/pages/start/select/select.vue index 6639963..0ee3f1c 100644 --- a/pages/start/select/select.vue +++ b/pages/start/select/select.vue @@ -53,8 +53,11 @@ function toLogin() { align-items: center; /* justify-content: space-between; */ padding: 40rpx; - height: 100vh; + height: 90vh; background-color: #ffffff; + overflow: hidden; + max-height: 100vh; + -webkit-overflow-scrolling: none; } .title-section { @@ -90,7 +93,7 @@ function toLogin() { min-height: 786rpx; width: 420rpx; height: 786rpx; - border-radius: 40rpx; + border-radius: 50rpx; padding: 40rpx; box-shadow: 0 20rpx 40rpx rgba(0, 0, 0, 0.3); position: relative; @@ -166,5 +169,7 @@ function toLogin() { .static-footer { position: fixed; bottom: 0; + left: 0; + right: 0; } \ No newline at end of file