From ccda9ec2fe70d8f51ef184eafc04b78d22dfbabd Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 26 六月 2024 15:02:28 +0800
Subject: [PATCH] 小程序,教材,课程

---
 packageBookService/pages/bookServices/detail/index.wxss |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss
index c1e615d..41d633d 100644
--- a/packageBookService/pages/bookServices/detail/index.wxss
+++ b/packageBookService/pages/bookServices/detail/index.wxss
@@ -411,9 +411,8 @@
 
 .t-tabs .t-tabs__item--active {
   background-repeat: no-repeat;
-  background-size: 45% 45%;
-  /* background-position: 65% 50%; */
-  background-position: 50% center;
+  background-size: 35%;
+  background-position: 50% 40%;
   background-image: url(https://jsek.bnuic.com/home/image/click-icon.png);
 
 }
@@ -461,6 +460,6 @@
   overflow-x: auto;
 }
 
-.t-collapse-panel__content {
+/* .t-collapse-panel__content {
   padding: 0rpx !important;
-}
\ No newline at end of file
+} */
\ No newline at end of file

--
Gitblit v1.9.1