From b212136f20cc7f98c3616c97936978b1d1065b36 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 03 四月 2024 19:32:06 +0800
Subject: [PATCH] 购买

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

diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss
index 6242e6f..5a305ee 100644
--- a/packageBookService/pages/bookServices/detail/index.wxss
+++ b/packageBookService/pages/bookServices/detail/index.wxss
@@ -242,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;
@@ -251,7 +252,11 @@
 }
 
 .tryRead {
-  width: 120rpx;
+  flex: 1 !important;
+}
+
+.try {
+  flex: 2 !important;
 }
 
 .btn-text {
@@ -276,6 +281,7 @@
   align-items: center;
   justify-content: center;
   color: #fff;
+  flex: 2;
 }
 
 .read {
@@ -295,6 +301,11 @@
   background-color: #F14B3B;
 }
 
+.receiveColor {
+  background-color: #F14B3B;
+  width: 50% !important;
+}
+
 .disabledColor {
   background-color: #d9d9d9;
 }

--
Gitblit v1.9.1