From 9f916f98c6cc6827c84da18fbc9a5e2cacbefc0a Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 02 四月 2024 16:20:08 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

---
 packageBookService/pages/bookServices/detail/index.wxss |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss
index d9e7d14..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 {
@@ -379,4 +386,8 @@
   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