From 99dfeb5fc86bce593a5d3f43f45c26eedc00ab0a Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 10 九月 2024 16:28:54 +0800
Subject: [PATCH] bug

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

diff --git a/packageBookService/pages/bookServices/detail/buyResource/index.wxss b/packageBookService/pages/bookServices/detail/buyResource/index.wxss
index af2f4f2..150f40e 100644
--- a/packageBookService/pages/bookServices/detail/buyResource/index.wxss
+++ b/packageBookService/pages/bookServices/detail/buyResource/index.wxss
@@ -1,4 +1,20 @@
 /* packageBookService/pages/bookServices/detail/buyResource/index.wxss */
+@import "./index.skeleton.wxss";
+
+.pt-40 {
+  padding-top: 140rpx;
+}
+
+.back-icon {
+  width: 48rpx;
+  height: 80rpx;
+}
+
+.back-icon image {
+  width: 100%;
+  height: 100%;
+}
+
 .nacigationBar {
   background-color: #fff;
   display: flex;
@@ -11,8 +27,14 @@
   overflow: hidden;
   text-overflow: ellipsis;
   color: #0F1214;
-  font-size: 40rpx;
+  font-size: 38rpx;
   font-weight: bold;
+  line-height: 80rpx;
+}
+
+.buy-resource {
+  overflow-y: auto;
+  height: calc(100vh - env(safe-area-inset-bottom) - 294rpx);
 }
 
 .flex {
@@ -30,4 +52,28 @@
   justify-content: center;
   align-items: center;
   --td-loading-color: #ff6c00;
+}
+
+.page-bottom {
+  margin-bottom: 20rpx;
+  position: fixed;
+  bottom: env(safe-area-inset-bottom);
+  width: 100%;
+  height: min-content;
+  display: flex;
+  justify-content: center锛�
+}
+
+
+
+.page-bottom {
+  --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;
+  --td-button-border-radius: 60rpx;
+}
+
+.btn-buy {
+  width: 86vw;
 }
\ No newline at end of file

--
Gitblit v1.9.1