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 |   33 +++++++++++++++++++++++++++++++--
 1 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss
index 8a67355..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,12 +242,21 @@
 
 .bottom-btn {
   background-color: #fff;
-  width: 25%;
+  /* width: 25%; */
   display: flex;
+  flex: 2;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   box-sizing: border-box;
+}
+
+.tryRead {
+  flex: 1 !important;
+}
+
+.try {
+  flex: 2 !important;
 }
 
 .btn-text {
@@ -258,7 +268,8 @@
   margin-bottom: 6rpx;
 }
 
-.bottom-btn:nth-child(1) {
+.bottom-btn:nth-child(1),
+.bottom-btn:nth-child(2) {
   border-right: 1px solid #DDD;
 }
 
@@ -270,6 +281,7 @@
   align-items: center;
   justify-content: center;
   color: #fff;
+  flex: 2;
 }
 
 .read {
@@ -278,6 +290,7 @@
   align-items: center;
   justify-content: center;
   color: #fff;
+  background-color: #F14B3B;
 }
 
 .shopCarColor {
@@ -286,6 +299,11 @@
 
 .buyColor {
   background-color: #F14B3B;
+}
+
+.receiveColor {
+  background-color: #F14B3B;
+  width: 50% !important;
 }
 
 .disabledColor {
@@ -372,4 +390,15 @@
   background-size: 40% 64%;
   background-position: right;
   background-image: url(http://jsysf.bnuic.com/website/image/click-icon.png);
+}
+
+.loading {
+  width: 100%;
+  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