From 113acab73099ab539a06cd8eefefaaa5b97975e6 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期一, 25 三月 2024 09:29:13 +0800 Subject: [PATCH] 详情 --- packageBookService/pages/bookServices/detail/index.wxss | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 52 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss index 8deaf31..5148c91 100644 --- a/packageBookService/pages/bookServices/detail/index.wxss +++ b/packageBookService/pages/bookServices/detail/index.wxss @@ -227,7 +227,7 @@ } .box-bottom image { - width: 36rpx; + width: 38rpx; height: 44rpx; } @@ -263,6 +263,14 @@ color: #fff; } +.read { + width: 50%; + display: flex; + align-items: center; + justify-content: center; + color: #fff; +} + .shopCarColor { background-color: #F1AC37; } @@ -281,7 +289,9 @@ .tab-class { - --td-loading-color: #ff6c00 + --td-loading-color: #ff6c00; + --td-tab-nav-bg-color: #fff; + --td-tab-track-color: #ff6c00 } .loading { @@ -300,4 +310,44 @@ .noData { height: 100%; +} + +.applyBox { + width: 184rpx; + height: 184rpx; + position: fixed; + bottom: 20%; + right: 0; +} + +.applyBox .box { + width: 184rpx; + height: 184rpx; + color: #fff; + position: relative; +} + +.applyBox .box .t-image { + width: 100%; + height: 100%; +} + +.num { + background-color: #FD3D16; + color: #fff; + border: 2rpx solid #FFFFFF; + font-size: 24rpx; + line-height: 30rpx; + font-weight: 400; + width: 48rpx; + height: 32rpx; + text-align: center; + border-radius: 9px; + position: absolute; + top: 30rpx; + left: 118rpx; +} + +.webView { + height: 500rpx; } \ No newline at end of file -- Gitblit v1.9.1