This commit is contained in:
@@ -500,8 +500,10 @@
|
|||||||
/* Screenshot-aligned order list skin */
|
/* Screenshot-aligned order list skin */
|
||||||
.container {
|
.container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
top: 88rpx;
|
||||||
top: var(--window-top);
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
background: #f8f9fb;
|
background: #f8f9fb;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
@@ -595,9 +597,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.order-swiper {
|
.order-swiper {
|
||||||
/* swiper 在 H5 中无法可靠地从 flex 容器继承剩余高度。 */
|
/* 固定页面提供确定高度,轮播填充 Tab 下方的全部可用空间。 */
|
||||||
flex: none;
|
flex: 1 1 0;
|
||||||
height: calc(100% - 92rpx);
|
height: auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -724,7 +724,10 @@
|
|||||||
/* Screenshot-aligned package list skin */
|
/* Screenshot-aligned package list skin */
|
||||||
.container {
|
.container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
top: 88rpx;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 18rpx;
|
gap: 18rpx;
|
||||||
@@ -859,9 +862,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.package-swiper {
|
.package-swiper {
|
||||||
/* swiper 在 H5 中无法可靠地从嵌套 flex 获取自动高度。 */
|
/* 固定页面提供确定高度,轮播填充 Tab 下方的全部可用空间。 */
|
||||||
flex: none;
|
flex: 1 1 0;
|
||||||
height: calc(100% - 116rpx);
|
height: auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user