|
@@ -869,7 +869,7 @@ onLoad(async (query: any) => {
|
|
|
|
|
|
|
|
.main-content {
|
|
.main-content {
|
|
|
padding-top: calc(88rpx + 12rpx + env(safe-area-inset-top));
|
|
padding-top: calc(88rpx + 12rpx + env(safe-area-inset-top));
|
|
|
- padding-bottom: 200rpx;
|
|
|
|
|
|
|
+ padding-bottom: 320rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* ========== 卡片 ========== */
|
|
/* ========== 卡片 ========== */
|
|
@@ -1112,7 +1112,7 @@ onLoad(async (query: any) => {
|
|
|
|
|
|
|
|
/* ========== 底部操作区 ========== */
|
|
/* ========== 底部操作区 ========== */
|
|
|
.bottom-bar {
|
|
.bottom-bar {
|
|
|
- position: fixed; bottom: 0; left: 0; right: 0;
|
|
|
|
|
|
|
+ position: fixed; bottom: 110rpx; left: 0; right: 0;
|
|
|
padding: 20rpx 32rpx calc(20rpx + env(safe-area-inset-bottom));
|
|
padding: 20rpx 32rpx calc(20rpx + env(safe-area-inset-bottom));
|
|
|
background: rgba(255,255,255,0.92);
|
|
background: rgba(255,255,255,0.92);
|
|
|
backdrop-filter: blur(20px);
|
|
backdrop-filter: blur(20px);
|