From 3e5afa14ffabbbfcf25430eb177d47fa50de308f Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期日, 07 四月 2024 15:23:58 +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