From 81c23f9c2f5bdfbe962d0b19a5a80ea7c12f043d Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 10 七月 2024 17:39:02 +0800
Subject: [PATCH] 二维码

---
 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