From b125d3ea74d61fb8e4d7238c83906aeea52c6b4c Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 12 三月 2024 14:39:55 +0800
Subject: [PATCH] 更新代码

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

diff --git a/pages/bookServices/detail/index.wxss b/pages/bookServices/detail/index.wxss
index 30834df..3fbcf6f 100644
--- a/pages/bookServices/detail/index.wxss
+++ b/pages/bookServices/detail/index.wxss
@@ -33,9 +33,22 @@
 }
 
 .detail-right .book-name {
+  width: 420rpx;
   font-weight: bold;
   font-size: 36rpx;
   color: #000000;
+  margin-bottom: 30rpx;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+
+.showTow {
+  word-break: break-all;
+  display: -webkit-box;
+  -webkit-line-clamp: 2;
+  -webkit-box-orient: vertical;
+  overflow: hidden;
 }
 
 .book-message {
@@ -43,7 +56,6 @@
 }
 
 .message-li {
-  font-size: 28rpx;
   color: #333333;
   display: flex;
   height: 40rpx;
@@ -52,14 +64,32 @@
 
 .li-title {
   width: 140rpx;
+  font-size: 28rpx;
+}
+
+.li-content {
+  width: 280rpx;
+  font-size: 28rpx;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+
+.class-name {
+  height: 2.5em;
+  width: 280rpx;
+  font-size: 28rpx;
 }
 
 .book-use {
   margin-top: 16rpx;
   display: flex;
   justify-content: space-evenly;
-  font-size: 24rpx;
   color: #949494;
+}
+
+.use-title {
+  font-size: 24rpx;
 }
 
 .collect,
@@ -120,6 +150,10 @@
   color: #fff;
 }
 
+.price-text {
+  font-size: 34rpx;
+}
+
 .price-old {
   margin-left: 10rpx;
   position: relative;
@@ -138,6 +172,7 @@
 
 .book-web {
   margin-left: 30rpx;
+  display: flex;
 }
 
 .book-web image {
@@ -152,13 +187,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 +205,6 @@
   bottom: 40rpx;
   width: 100%;
   height: 110rpx;
-
 }
 
 .box-bottom {
@@ -187,9 +224,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 +255,30 @@
 
 .buy {
   background-color: #F14B3B;
+}
+
+.tab-box {
+  min-height: 550rpx;
+}
+
+.note-list {
+  /* margin-bottom: 80rpx; */
+}
+
+.tab-class {
+  --td-loading-color: #ff6c00
+}
+
+.loading {
+  min-height: 550rpx;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+}
+
+.teachDownloadDialog {
+  --td-button-primary-bg-color: #ff6c00;
+  --td-button-primary-border-color: #ff6c00;
+  --td-button-primary-active-bg-color: #ff984d;
+  --td-button-primary-active-border-color: #ff984d;
 }
\ No newline at end of file

--
Gitblit v1.9.1