From 1951e6ccf8dff46e6f8c671308f6e4db694fc800 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 12 七月 2024 17:23:49 +0800
Subject: [PATCH] bug

---
 packageBookService/pages/bookServices/list/index.wxss |   22 ++++++++++++++++++----
 1 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/packageBookService/pages/bookServices/list/index.wxss b/packageBookService/pages/bookServices/list/index.wxss
index b6b258c..bf0deb6 100644
--- a/packageBookService/pages/bookServices/list/index.wxss
+++ b/packageBookService/pages/bookServices/list/index.wxss
@@ -1,4 +1,6 @@
 /* pages/bookServices/list/index.wxss */
+@import "./index.skeleton.wxss";
+
 page {
   background-color: #f7f7f7;
 }
@@ -7,13 +9,17 @@
   display: flex;
   align-items: center;
   --td-search-font-size: 28rpx;
-  margin-bottom: 30rpx;
+  margin-bottom: 16rpx;
+}
+
+.t-search__input-box {
+  height: 70rpx !important;
 }
 
 .list-header {
   overflow: hidden;
   display: flex;
-  height: 96rpx;
+  height: 120rpx;
   --td-button-primary-active-bg-color: #ff984d;
 }
 
@@ -103,7 +109,7 @@
 
 .header-scroll {
   height: 100%;
-  width: 80vw;
+  width: 100vw;
   overflow-x: auto;
 }
 
@@ -141,7 +147,7 @@
 .assort-title .title-name {
   font-size: 32rpx;
   margin-left: 32rpx;
-  font-weight: 700;
+  font-family: "JDLANGZHENGTI";
 }
 
 .book-list {
@@ -252,4 +258,12 @@
 
 .refresh-container {
   margin: 0 auto;
+}
+
+.t-radio {
+  font-size: var(--td-radio-font-size, 28rpx) !important;
+}
+
+.t-icon-search {
+  font-size: 38rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.1