From 2ba5580b91cc6b904916829d05339f438ca7ba4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Fri, 6 Oct 2023 12:18:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/responsive.css | 13 ++++++------- css/responsive.less | 14 ++++++-------- css/style.css | 9 +++++---- css/style.less | 9 +++++---- 4 files changed, 22 insertions(+), 23 deletions(-) diff --git a/css/responsive.css b/css/responsive.css index b6df9e9..2fad2cc 100644 --- a/css/responsive.css +++ b/css/responsive.css @@ -36,7 +36,7 @@ right: 0; bottom: 0; animation-duration: 0.35s; - background-image: url('/images/transparent-bg.png'); + background-image: url('../images/transparent-bg.png'); } .header .menu .menu-btn { font-size: 0; @@ -166,8 +166,8 @@ margin-top: 30px; } .section.about-textarea .img-group .item { - width: 110px; - height: 70px; + width: 32%; + height: auto; } .section.mapcont { margin-top: 0; @@ -336,6 +336,7 @@ } .s-section.s1-first { margin-top: 30px; + margin-bottom: 30px; } .section.business-nav { width: 100%; @@ -382,8 +383,9 @@ text-align: center; } .business-cont.s3 { - margin-top: 0; + margin-top: 50px; padding-bottom: 0; + padding-top: 0; background-color: unset; } .business-cont.s3 .mid-box { @@ -411,9 +413,6 @@ .business-cont.s4 { padding: 30px 0; } - .s-section.s1-first { - margin-bottom: 30px; - } .s-content.g1 { text-align: center; } diff --git a/css/responsive.less b/css/responsive.less index 771360e..42bbbc2 100644 --- a/css/responsive.less +++ b/css/responsive.less @@ -48,7 +48,7 @@ right: 0; bottom: 0; animation-duration: 0.35s; - background-image: url('/images/transparent-bg.png'); + background-image: url('../images/transparent-bg.png'); } .menu-btn { @@ -222,8 +222,8 @@ margin-top: 30px; .item { - width: 110px; - height: 70px; + width: 32%; + height: auto; } } @@ -448,6 +448,7 @@ .s-section.s1-first { margin-top: 30px; + margin-bottom: 30px; } .section.business-nav { @@ -509,8 +510,9 @@ } .business-cont.s3 { - margin-top: 0; + margin-top: 50px; padding-bottom: 0; + padding-top: 0; background-color: unset; .mid-box { @@ -546,10 +548,6 @@ padding: 30px 0; } - .s-section.s1-first { - margin-bottom: 30px; - } - .s-content.g1 { text-align: center; diff --git a/css/style.css b/css/style.css index c580556..c504657 100644 --- a/css/style.css +++ b/css/style.css @@ -46,7 +46,7 @@ left: 0; right: 0; width: 100%; - background-image: url('/images/transparent-bg.png'); + background-image: url('../images/transparent-bg.png'); } .header .main { height: 90px; @@ -194,7 +194,7 @@ line-height: 36px; } .section.idx-about .ia-image { - width: 100%; + max-width: 100%; margin-top: 80px; font-size: 0; } @@ -305,6 +305,7 @@ .section.mapcont .mcont { margin-top: 70px; text-align: center; + font-size: 0; } .section.mapcont .mcont img { max-width: 100%; @@ -332,7 +333,7 @@ display: inline-block; width: 27px; height: 27px; - background-image: url('/images/daohang.png'); + background-image: url('../images/daohang.png'); background-size: 100%; flex-shrink: 0; } @@ -459,7 +460,7 @@ right: 0; bottom: 0; width: 100%; - background-image: url('/images/transparent-bg.png'); + background-image: url('../images/transparent-bg.png'); font-size: 24px; font-weight: bold; color: #FFFFFF; diff --git a/css/style.less b/css/style.less index 860fe50..8a4f536 100644 --- a/css/style.less +++ b/css/style.less @@ -60,7 +60,7 @@ left: 0; right: 0; width: 100%; - background-image: url('/images/transparent-bg.png'); + background-image: url('../images/transparent-bg.png'); .main { height: 90px; @@ -254,7 +254,7 @@ } .ia-image { - width: 100%; + max-width: 100%; margin-top: 80px; font-size: 0; @@ -393,6 +393,7 @@ .mcont { margin-top: 70px; text-align: center; + font-size: 0; img { max-width: 100%; @@ -425,7 +426,7 @@ display: inline-block; width: 27px; height: 27px; - background-image: url('/images/daohang.png'); + background-image: url('../images/daohang.png'); background-size: 100%; flex-shrink: 0; } @@ -588,7 +589,7 @@ right: 0; bottom: 0; width: 100%; - background-image: url('/images/transparent-bg.png'); + background-image: url('../images/transparent-bg.png'); font-size: 24px; font-weight: bold; color: #FFFFFF;