From f52c21331fa71bd3ae6be41117f35cb54b076119 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 03 四月 2024 19:34:01 +0800 Subject: [PATCH] 添加复制功能 --- packageBookService/pages/bookServices/detail/index.wxss | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss index d76a433..5a305ee 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 { @@ -241,8 +242,9 @@ .bottom-btn { background-color: #fff; - width: 25%; + /* width: 25%; */ display: flex; + flex: 2; align-items: center; justify-content: center; flex-direction: column; @@ -250,7 +252,11 @@ } .tryRead { - width: 120rpx; + flex: 1 !important; +} + +.try { + flex: 2 !important; } .btn-text { @@ -275,6 +281,7 @@ align-items: center; justify-content: center; color: #fff; + flex: 2; } .read { @@ -294,6 +301,11 @@ background-color: #F14B3B; } +.receiveColor { + background-color: #F14B3B; + width: 50% !important; +} + .disabledColor { background-color: #d9d9d9; } -- Gitblit v1.9.1