From b70e26c7be40ad4ccb971f3bbc0fbcb32fe82df1 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 03 四月 2024 17:14:20 +0800 Subject: [PATCH] 学习 --- packageBookService/pages/bookServices/detail/index.wxss | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss index 8a67355..6242e6f 100644 --- a/packageBookService/pages/bookServices/detail/index.wxss +++ b/packageBookService/pages/bookServices/detail/index.wxss @@ -30,6 +30,7 @@ .book-img image { width: 240rpx; height: 340rpx; + box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16); } .book-detail { @@ -249,6 +250,10 @@ box-sizing: border-box; } +.tryRead { + width: 120rpx; +} + .btn-text { font-size: 24rpx; color: #010101; @@ -258,7 +263,8 @@ margin-bottom: 6rpx; } -.bottom-btn:nth-child(1) { +.bottom-btn:nth-child(1), +.bottom-btn:nth-child(2) { border-right: 1px solid #DDD; } @@ -278,6 +284,7 @@ align-items: center; justify-content: center; color: #fff; + background-color: #F14B3B; } .shopCarColor { @@ -372,4 +379,15 @@ background-size: 40% 64%; background-position: right; background-image: url(http://jsysf.bnuic.com/website/image/click-icon.png); +} + +.loading { + width: 100%; + height: 100%; + display: flex; + align-items: center; +} + +.suggest-component .t-input__placeholder { + font-size: 28rpx !important; } \ No newline at end of file -- Gitblit v1.9.1