Browse Source

优化选择页滑动逻辑

wangyi/feature-20251022162725-启动页登录注册
Ethereal 4 weeks ago
parent
commit
15e7bdce90
  1. 9
      pages/start/select/select.vue

9
pages/start/select/select.vue

@ -53,8 +53,11 @@ function toLogin() {
align-items: center; align-items: center;
/* justify-content: space-between; */ /* justify-content: space-between; */
padding: 40rpx; padding: 40rpx;
height: 100vh;
height: 90vh;
background-color: #ffffff; background-color: #ffffff;
overflow: hidden;
max-height: 100vh;
-webkit-overflow-scrolling: none;
} }
.title-section { .title-section {
@ -90,7 +93,7 @@ function toLogin() {
min-height: 786rpx; min-height: 786rpx;
width: 420rpx; width: 420rpx;
height: 786rpx; height: 786rpx;
border-radius: 40rpx;
border-radius: 50rpx;
padding: 40rpx; padding: 40rpx;
box-shadow: 0 20rpx 40rpx rgba(0, 0, 0, 0.3); box-shadow: 0 20rpx 40rpx rgba(0, 0, 0, 0.3);
position: relative; position: relative;
@ -166,5 +169,7 @@ function toLogin() {
.static-footer { .static-footer {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
left: 0;
right: 0;
} }
</style> </style>
Loading…
Cancel
Save