From e40fa3df043df12622fd0b654cd3ea9c147b96d7 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 16 七月 2025 23:29:10 +0800 Subject: [PATCH] 增加价格为0的判断,留下逻辑遗漏点 --- packageDomain/pages/resourceDetails/document/index.wxss | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/packageDomain/pages/resourceDetails/document/index.wxss b/packageDomain/pages/resourceDetails/document/index.wxss index 118f1e9..126a4b7 100644 --- a/packageDomain/pages/resourceDetails/document/index.wxss +++ b/packageDomain/pages/resourceDetails/document/index.wxss @@ -63,10 +63,7 @@ height: 100%; } -.pictureBox image { - /* width: 100%; - height: auto; */ -} + .download-btn { width: 100%; @@ -125,4 +122,19 @@ .textWidth { text-align: center; flex: 1; +} + +.scrollBox { + height: calc(100vh - env(safe-area-inset-bottom) - 60px); +} + +.prompDialog { + --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; +} + +.prompDialog .t-dialog__header { + margin-top: 30rpx; } \ No newline at end of file -- Gitblit v1.9.1