From f16f827b03d7b148e6ea4a52b66d14c577f1d0ca Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期四, 11 七月 2024 14:07:26 +0800
Subject: [PATCH] url

---
 pages/digitalTextbooks/index.wxss |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/pages/digitalTextbooks/index.wxss b/pages/digitalTextbooks/index.wxss
index 9bfdfd0..a8d8c94 100644
--- a/pages/digitalTextbooks/index.wxss
+++ b/pages/digitalTextbooks/index.wxss
@@ -15,10 +15,14 @@
   align-items: center;
   --td-search-font-size: 28rpx;
   margin-bottom: 30rpx;
+  padding-left: 10rpx;
 }
 
+.t-search__input-box {
+  height: 70rpx !important;
+}
 
-.nacigationBar .t-icon-base {
+.t-icon-search {
   font-size: 38rpx;
 }
 
@@ -202,7 +206,6 @@
   margin: 0 20rpx;
   height: 75rpx;
   color: #333;
-
   font-size: 28rpx;
   font-weight: 700;
   word-break: break-all;
@@ -221,6 +224,7 @@
   overflow: hidden;
   text-overflow: ellipsis;
   text-align: left;
+  width: 150rpx;
 }
 
 .price {

--
Gitblit v1.9.1