From c9837306b91c810729f3a0d27a36e8c0f5e81019 Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Fri, 24 May 2024 10:20:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=90=9C=E7=B4=A2=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E5=AE=BD=E5=BA=A6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/peanut/home.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/peanut/home.vue b/pages/peanut/home.vue index 7d7921b..6daf0aa 100644 --- a/pages/peanut/home.vue +++ b/pages/peanut/home.vue @@ -929,7 +929,7 @@ background-color: #eee; text-align: center; align-items: center; border-right: 1px solid #acacac33; - font-size: 28rpx; + font-size: 30rpx; color: #333; // border-radius: 10rpx; @@ -992,7 +992,7 @@ background-color: #eee; .ProTabs { // margin: 20rpx 0; - padding: 0 20rpx; + padding: 0 10px; align-items: center; text { @@ -1223,7 +1223,8 @@ background-color: #eee; } .searBtn { - width: 180rpx; + // width: 180rpx; + width: calc(100% - 75% + 12px); line-height: 56rpx; text-align: center; align-items: center; @@ -1242,7 +1243,7 @@ background-color: #eee; .home_nar { background-color: #fff; - padding: 40rpx 10rpx; + padding: 26rpx 10rpx; justify-content: space-between; display: flex; color: #333;