From 04fb4674d322bea001f030d29bd5f111ed397f99 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期一, 25 三月 2024 12:04:26 +0800
Subject: [PATCH] 视频修改

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

diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss
index 2287ac5..8b09d1f 100644
--- a/packageBookService/pages/bookServices/detail/index.wxss
+++ b/packageBookService/pages/bookServices/detail/index.wxss
@@ -200,7 +200,8 @@
 
 /* 鍥句功璧勬簮 */
 .book-resource {
-  min-height: 640rpx;
+  /* min-height: 640rpx; */
+  min-height: calc(100vh - 960rpx);
   margin-top: 20rpx;
   background-color: #fff !important;
 }
@@ -226,7 +227,7 @@
 }
 
 .box-bottom image {
-  width: 36rpx;
+  width: 38rpx;
   height: 44rpx;
 }
 
@@ -280,7 +281,9 @@
 
 
 .tab-class {
-  --td-loading-color: #ff6c00
+  --td-loading-color: #ff6c00;
+  --td-tab-nav-bg-color: #fff;
+  --td-tab-track-color: #ff6c00
 }
 
 .loading {
@@ -298,6 +301,41 @@
 }
 
 .noData {
-  /* width: 500rpx;
-  height: 500rpx; */
+  height: 100%;
+}
+
+.applyBox {
+  width: 184rpx;
+  height: 184rpx;
+  position: fixed;
+  bottom: 20%;
+  right: 0;
+}
+
+.applyBox .box {
+  width: 184rpx;
+  height: 184rpx;
+  color: #fff;
+  position: relative;
+}
+
+.applyBox .box .t-image {
+  width: 100%;
+  height: 100%;
+}
+
+.num {
+  background-color: #FD3D16;
+  color: #fff;
+  border: 2rpx solid #FFFFFF;
+  font-size: 24rpx;
+  line-height: 30rpx;
+  font-weight: 400;
+  width: 48rpx;
+  height: 32rpx;
+  text-align: center;
+  border-radius: 9px;
+  position: absolute;
+  top: 30rpx;
+  left: 118rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.1