修改bug
This commit is contained in:
@@ -151,7 +151,7 @@ onLoad(() =>{
|
||||
.door-open-page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
overflow: hidden;
|
||||
background: linear-gradient(180deg, #E2F0FF, #F6FAFF);
|
||||
box-sizing: border-box;
|
||||
@@ -161,7 +161,7 @@ onLoad(() =>{
|
||||
flex: 1;
|
||||
height: 0;
|
||||
overflow-y: auto;
|
||||
padding: 30rpx 40rpx;
|
||||
padding: 30rpx 40rpx 160rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@@ -292,7 +292,12 @@ onLoad(() =>{
|
||||
|
||||
/* 确认按钮 */
|
||||
.confirm-btn {
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
left: 40rpx;
|
||||
right: 40rpx;
|
||||
bottom: 20rpx;
|
||||
bottom: calc(20rpx + constant(safe-area-inset-bottom));
|
||||
bottom: calc(20rpx + env(safe-area-inset-bottom));
|
||||
height: 88rpx;
|
||||
line-height: 88rpx;
|
||||
background-color: #2F77FD;
|
||||
@@ -300,7 +305,7 @@ onLoad(() =>{
|
||||
font-size: 28rpx;
|
||||
border-radius: 20rpx;
|
||||
border: none;
|
||||
flex-shrink: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
.confirm-btn::after {
|
||||
border: none; /* 去除uni-app默认按钮边框 */
|
||||
|
||||
Reference in New Issue
Block a user