From cb6bb8bda31df75afe5a5bd50fe8e3ff6a3d34e2 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 15 四月 2024 09:31:39 +0800 Subject: [PATCH] 详情页bug修改,资源购买页添加骨架屏 --- packageBookService/pages/bookServices/detail/buyResource/index.wxss | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/buyResource/index.wxss b/packageBookService/pages/bookServices/detail/buyResource/index.wxss index af2f4f2..6802dd9 100644 --- a/packageBookService/pages/bookServices/detail/buyResource/index.wxss +++ b/packageBookService/pages/bookServices/detail/buyResource/index.wxss @@ -1,4 +1,5 @@ /* packageBookService/pages/bookServices/detail/buyResource/index.wxss */ +@import "./index.skeleton.wxss"; .nacigationBar { background-color: #fff; display: flex; @@ -13,6 +14,11 @@ color: #0F1214; font-size: 40rpx; font-weight: bold; +} + +.buy-resource { + overflow-y: auto; + height: calc(100vh - env(safe-area-inset-bottom) - 140px); } .flex { @@ -30,4 +36,27 @@ justify-content: center; align-items: center; --td-loading-color: #ff6c00; +} + +.page-bottom { + position: fixed; + bottom: env(safe-area-inset-bottom); + width: 100%; + height: 100rpx; + display: flex; + justify-content: center锛� +} + + + +.page-bottom { + --td-button-primary-bg-color: #ff6c00; + --td-button-primary-border-color: #ff6c00; + --td-button-primary-active-bg-color: #ff984d; + --td-button-primary-active-border-color: #ff984d; + --td-button-border-radius: 60rpx; +} + +.btn-buy { + width: 86vw; } \ No newline at end of file -- Gitblit v1.9.1