|
|
@ -106,7 +106,7 @@ |
|
|
left: var(--window-left); |
|
|
left: var(--window-left); |
|
|
right: var(--window-right); |
|
|
right: var(--window-right); |
|
|
bottom: var(--window-bottom); |
|
|
bottom: var(--window-bottom); |
|
|
top: 0; |
|
|
top: 10%; |
|
|
// height: 60%; |
|
|
// height: 60%; |
|
|
z-index: 21; |
|
|
z-index: 21; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
@ -154,7 +154,7 @@ |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
left: 5%; |
|
|
left: 5%; |
|
|
right: 5%; |
|
|
right: 5%; |
|
|
bottom: 20%; |
|
|
bottom: 14%; |
|
|
z-index: 99; |
|
|
z-index: 99; |
|
|
border-radius: 10rpx 10rpx 0 0; |
|
|
border-radius: 10rpx 10rpx 0 0; |
|
|
background-color: #fff; |
|
|
background-color: #fff; |
|
|
|