From cb15c57d0ff984f5a100cf25d560fb0a69c00984 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 16 四月 2024 18:21:05 +0800 Subject: [PATCH] 音频bug4 --- packagePersonal/pages/myOrder/index.wxss | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/packagePersonal/pages/myOrder/index.wxss b/packagePersonal/pages/myOrder/index.wxss index 6b750d8..2e10784 100644 --- a/packagePersonal/pages/myOrder/index.wxss +++ b/packagePersonal/pages/myOrder/index.wxss @@ -1,6 +1,13 @@ -page { +@import "./index.skeleton.wxss"; + +.container { width: 100vw; - height: 100%; + height: 100vh; +} + +.content { + height: calc(100vh - env(safe-area-inset-bottom) - 200rpx); + box-sizing: border-box; } .page-header { @@ -54,7 +61,6 @@ .pageInfo { background: #F2F3F8; padding-top: 200rpx; - height: calc(100% - 200rpx) } .list { @@ -127,7 +133,7 @@ } .order-centent .flex { - width: 100%; + width: calc(100% - 40rpx); box-shadow: none; text-align: left; margin-right: 0; @@ -238,5 +244,9 @@ .empyt { padding: 200rpx 0; - background: #fff; +} + +.body-loading { + padding: 200rpx 0; + text-align: center; } \ No newline at end of file -- Gitblit v1.9.1