From 7adfe5210fad2b4ab1b1be41e2d58eb3dd9b2b1a Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 02 四月 2024 09:38:22 +0800
Subject: [PATCH] 代码合并

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

diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss
index d9e7d14..d76a433 100644
--- a/packageBookService/pages/bookServices/detail/index.wxss
+++ b/packageBookService/pages/bookServices/detail/index.wxss
@@ -249,6 +249,10 @@
   box-sizing: border-box;
 }
 
+.tryRead {
+  width: 120rpx;
+}
+
 .btn-text {
   font-size: 24rpx;
   color: #010101;
@@ -258,7 +262,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 +283,7 @@
   align-items: center;
   justify-content: center;
   color: #fff;
+  background-color: #F14B3B;
 }
 
 .shopCarColor {
@@ -379,4 +385,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