From ebc450044382869b212033f8617e7dacf867fc09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=85=E5=BF=B5?= Date: Wed, 18 Jun 2025 17:39:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/index.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/css/index.css b/assets/css/index.css index 4fcc7de..8e20fe3 100755 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -297,6 +297,15 @@ --bs-gutter-y: 3rem } } +@media (max-width: 820px) { + .seach .rowbg .row>* { + padding-right:4px; + padding-left: 4px; + } + .homesechbtn{ + padding: 10px 16px !important; + } +} @media (max-width: 765px) { .hero-banner .seach img{ display: none; @@ -343,6 +352,9 @@ .mb-24 { margin-bottom: 10px !important; } + .seach .rowbg { + padding-top: 10px !important; + } .vs__selected-options { max-height: 40px !important; }