From 73a96931c99e2f849c8856dc8e78d3d25adaa654 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期五, 20 十二月 2024 16:44:06 +0800 Subject: [PATCH] 1111 --- packageBookService/pages/bookServices/detail/buyResource/index.wxss | 24 +++++++++++++++++++++--- 1 files changed, 21 insertions(+), 3 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/buyResource/index.wxss b/packageBookService/pages/bookServices/detail/buyResource/index.wxss index 322bde1..150f40e 100644 --- a/packageBookService/pages/bookServices/detail/buyResource/index.wxss +++ b/packageBookService/pages/bookServices/detail/buyResource/index.wxss @@ -1,4 +1,20 @@ /* packageBookService/pages/bookServices/detail/buyResource/index.wxss */ +@import "./index.skeleton.wxss"; + +.pt-40 { + padding-top: 140rpx; +} + +.back-icon { + width: 48rpx; + height: 80rpx; +} + +.back-icon image { + width: 100%; + height: 100%; +} + .nacigationBar { background-color: #fff; display: flex; @@ -11,13 +27,14 @@ overflow: hidden; text-overflow: ellipsis; color: #0F1214; - font-size: 40rpx; + font-size: 38rpx; font-weight: bold; + line-height: 80rpx; } .buy-resource { overflow-y: auto; - height: calc(100vh - env(safe-area-inset-bottom) - 140px); + height: calc(100vh - env(safe-area-inset-bottom) - 294rpx); } .flex { @@ -38,10 +55,11 @@ } .page-bottom { + margin-bottom: 20rpx; position: fixed; bottom: env(safe-area-inset-bottom); width: 100%; - height: 100rpx; + height: min-content; display: flex; justify-content: center锛� } -- Gitblit v1.9.1