From 9ba507bed7688a1a9eee31255e40add8bf1a8689 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期日, 28 四月 2024 18:54:33 +0800 Subject: [PATCH] 书展bug --- packageBookService/pages/bookServices/detail/buyResource/index.wxss | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/buyResource/index.wxss b/packageBookService/pages/bookServices/detail/buyResource/index.wxss index 322bde1..2520290 100644 --- a/packageBookService/pages/bookServices/detail/buyResource/index.wxss +++ b/packageBookService/pages/bookServices/detail/buyResource/index.wxss @@ -1,4 +1,6 @@ /* packageBookService/pages/bookServices/detail/buyResource/index.wxss */ +@import "./index.skeleton.wxss"; + .nacigationBar { background-color: #fff; display: flex; @@ -17,7 +19,7 @@ .buy-resource { overflow-y: auto; - height: calc(100vh - env(safe-area-inset-bottom) - 140px); + height: calc(100vh - env(safe-area-inset-bottom) - 146px); } .flex { @@ -38,10 +40,11 @@ } .page-bottom { + margin-bottom: 20rpx; position: fixed; bottom: env(safe-area-inset-bottom); width: 100%; - height: 100rpx; + /* height: 100rpx; */ display: flex; justify-content: center锛� } -- Gitblit v1.9.1