From 7846f8224cf0bf2119116e853e2da3969d3f7774 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 21 三月 2024 09:31:18 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

---
 packageBookService/pages/bookServices/detail/index.wxss |   33 ++++++++++++++++++++++++++-------
 1 files changed, 26 insertions(+), 7 deletions(-)

diff --git a/packageBookService/pages/bookServices/detail/index.wxss b/packageBookService/pages/bookServices/detail/index.wxss
index 3fbcf6f..2287ac5 100644
--- a/packageBookService/pages/bookServices/detail/index.wxss
+++ b/packageBookService/pages/bookServices/detail/index.wxss
@@ -32,6 +32,19 @@
   margin-right: 36rpx;
 }
 
+.detail-right {
+  position: relative;
+}
+
+.right-background {
+  position: absolute;
+  top: 80rpx;
+  right: -80rpx;
+  z-index: 0;
+  width: 160rpx;
+  height: 160rpx;
+}
+
 .detail-right .book-name {
   width: 420rpx;
   font-weight: bold;
@@ -76,7 +89,7 @@
 }
 
 .class-name {
-  height: 2.5em;
+  height: 2.8em;
   width: 280rpx;
   font-size: 28rpx;
 }
@@ -202,7 +215,7 @@
 .box-bottom {
   position: fixed;
   left: 0;
-  bottom: 40rpx;
+  bottom: env(safe-area-inset-bottom);
   width: 100%;
   height: 110rpx;
 }
@@ -249,21 +262,22 @@
   color: #fff;
 }
 
-.shopCar {
+.shopCarColor {
   background-color: #F1AC37;
 }
 
-.buy {
+.buyColor {
   background-color: #F14B3B;
+}
+
+.disabledColor {
+  background-color: #d9d9d9;
 }
 
 .tab-box {
   min-height: 550rpx;
 }
 
-.note-list {
-  /* margin-bottom: 80rpx; */
-}
 
 .tab-class {
   --td-loading-color: #ff6c00
@@ -281,4 +295,9 @@
   --td-button-primary-border-color: #ff6c00;
   --td-button-primary-active-bg-color: #ff984d;
   --td-button-primary-active-border-color: #ff984d;
+}
+
+.noData {
+  /* width: 500rpx;
+  height: 500rpx; */
 }
\ No newline at end of file

--
Gitblit v1.9.1