From f9d4b09377c5471e1202be2fef2c89de27b6654d Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期三, 13 三月 2024 19:50:42 +0800 Subject: [PATCH] feat(撒): 的 --- pages/resourceDetails/document/index.wxss | 77 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 76 insertions(+), 1 deletions(-) diff --git a/pages/resourceDetails/document/index.wxss b/pages/resourceDetails/document/index.wxss index d156ce8..9bee7b2 100644 --- a/pages/resourceDetails/document/index.wxss +++ b/pages/resourceDetails/document/index.wxss @@ -1 +1,76 @@ -/* pages/resourceDetails/document/index.wxss */ \ No newline at end of file +/* pages/resourceDetails/document/index.wxss */ +.nacigationBar { + background-color: #fff; + display: flex; + align-items: center; + +} + +.navbar-title { + white-space: nowrap; + /* overflow: hidden; */ + text-overflow: ellipsis; + color: #0F1214; + font-size: 40rpx; + font-weight: bold; + margin-bottom: 5rpx; +} + +.button-example { + margin: 0 70rpx; + + background-color: #ff6c00; + display: flex; + justify-content: center; +} + +.button-example .text { + background-color: #ff6c00; + +} + +.t-button--default { + background-color: #ff6c00 !important; +} + +.t-button { + --td-button-default-border-color: #ff6c00 !important; +} + +.zipImageBox { + display: flex; + justify-content: center; +} + +.divider { + text-align: center; + margin: 20px 0; +} + +.titleNameBox { + height: 77rpx; + background: #FFFFFF; + box-shadow: 0rpx 9rpx 9rpx 2rpx rgba(0, 0, 0, 0.06); + padding: 20rpx 50rpx; + margin-bottom: 100rpx; + font-family: PingFang SC, PingFang SC; + font-weight: 400; + font-size: 29rpx; + color: #333333; +} + +.pictureBox { + display: flex; + justify-content: center; + +} + +.pictureBox image { + width: 520rpx; + height: 800rpx; +} + +image { + width: 750rpx; + height: 1200rpx; +} \ No newline at end of file -- Gitblit v1.9.1