From 326467df08eb1af36cce83ac161addaa947e2e82 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 29 三月 2024 19:31:17 +0800
Subject: [PATCH] css

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

diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss
index a3024c3..8da704e 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,12 +262,14 @@
   margin-bottom: 6rpx;
 }
 
-.bottom-btn:nth-child(1) {
+.bottom-btn:nth-child(1),
+.bottom-btn:nth-child(2) {
   border-right: 1px solid #DDD;
 }
 
 .shopCar,
 .buy {
+  font-size: 26rpx;
   width: 25%;
   display: flex;
   align-items: center;
@@ -358,4 +364,24 @@
 
 .webView {
   height: 500rpx;
+}
+
+.t-tabs__item-inner {
+  flex-direction: column;
+}
+
+.t-tabs .t-tabs__item--active {
+  /* color: #ff6d00;
+  font-size: 30rpx; */
+  background-repeat: no-repeat;
+  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;
 }
\ No newline at end of file

--
Gitblit v1.9.1