From 14de3e90ae29af2ccfd51b08c6a11ab02fe8f8e7 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 05 三月 2024 19:02:35 +0800
Subject: [PATCH] feat(合并代码): 和冰帝阿

---
 pages/bookServices/detail/index.wxss |   36 ++++++++++++++++++++++++++++++------
 1 files changed, 30 insertions(+), 6 deletions(-)

diff --git a/pages/bookServices/detail/index.wxss b/pages/bookServices/detail/index.wxss
index 30834df..35cea5c 100644
--- a/pages/bookServices/detail/index.wxss
+++ b/pages/bookServices/detail/index.wxss
@@ -43,7 +43,6 @@
 }
 
 .message-li {
-  font-size: 28rpx;
   color: #333333;
   display: flex;
   height: 40rpx;
@@ -52,14 +51,26 @@
 
 .li-title {
   width: 140rpx;
+  font-size: 28rpx;
+}
+
+.li-content {
+  width: 280rpx;
+  font-size: 28rpx;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
 }
 
 .book-use {
   margin-top: 16rpx;
   display: flex;
   justify-content: space-evenly;
-  font-size: 24rpx;
   color: #949494;
+}
+
+.use-title {
+  font-size: 24rpx;
 }
 
 .collect,
@@ -120,6 +131,10 @@
   color: #fff;
 }
 
+.price-text {
+  font-size: 34rpx;
+}
+
 .price-old {
   margin-left: 10rpx;
   position: relative;
@@ -152,13 +167,16 @@
 
 /* 鍥句功璧勬簮 */
 .book-resource {
+  min-height: 640rpx;
   margin-top: 20rpx;
+  background-color: #fff !important;
 }
+
 
 .custom-tabs {
-  --td-tab-item-active-color: #FF6C00
+  --td-tab-item-active-color: #FF6C00;
+  --td-tab-font-size: 28rpx;
 }
-
 
 /* 搴曢儴 */
 .box-bottom {
@@ -167,7 +185,6 @@
   bottom: 40rpx;
   width: 100%;
   height: 110rpx;
-
 }
 
 .box-bottom {
@@ -187,9 +204,12 @@
   align-items: center;
   justify-content: center;
   flex-direction: column;
+  box-sizing: border-box;
+}
+
+.btn-text {
   font-size: 24rpx;
   color: #010101;
-  box-sizing: border-box;
 }
 
 .bottom-btn image {
@@ -215,4 +235,8 @@
 
 .buy {
   background-color: #F14B3B;
+}
+
+.tab-box {
+  min-height: 550rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.1