From 06d63c3ccacb682f7312da37f3b73f5cb662edf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E5=92=8C=E6=B2=B9?= <2249412933@qq.com> Date: Sat, 10 May 2025 18:03:33 +0800 Subject: [PATCH] =?UTF-8?q?style:=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/article/index.html | 2 +- public/static/index/css/achievement.css | 1 + public/static/index/css/article_category.css | 6 ++++-- public/static/index/css/brand.css | 1 + public/static/index/css/orico_footer.css | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app/index/view/article/index.html b/app/index/view/article/index.html index a917f3a6..60e5639e 100644 --- a/app/index/view/article/index.html +++ b/app/index/view/article/index.html @@ -23,7 +23,7 @@
- +
diff --git a/public/static/index/css/achievement.css b/public/static/index/css/achievement.css index e272dabd..157e8bc0 100755 --- a/public/static/index/css/achievement.css +++ b/public/static/index/css/achievement.css @@ -5,6 +5,7 @@ overflow-y: auto; overflow-x: hidden; background: #f2f2f2; + margin-top: 3.75rem; } .orico_Page_achievement .achievementMain { display: flex; diff --git a/public/static/index/css/article_category.css b/public/static/index/css/article_category.css index 5538b8f8..335f59e6 100755 --- a/public/static/index/css/article_category.css +++ b/public/static/index/css/article_category.css @@ -7,6 +7,7 @@ overflow-y: auto; overflow-x: hidden; background: #f2f2f2; + margin-top: 3.75rem; } .orico_Page_category .categoryMain { display: flex; @@ -23,13 +24,14 @@ flex-direction: row; align-items: center; justify-content: center; - margin-top: 4%; + margin-top: 2%; } .orico_Page_category .categoryMain .tabs .tabitme { padding: 10px 20px; - font-size: 1.5em; + font-size: 1.25em; font-weight: bold; cursor: pointer; + font-weight: 400; } .orico_Page_category .categoryMain .tabs .tabitme.on { color: #009fdf; diff --git a/public/static/index/css/brand.css b/public/static/index/css/brand.css index 9cf87014..257d58a7 100755 --- a/public/static/index/css/brand.css +++ b/public/static/index/css/brand.css @@ -25,6 +25,7 @@ margin: 0 auto; max-width: 101.25rem; padding: 5rem 0; + padding-top: 0; } .orico_Page_brand .brandMain .our_brand_con .our_brand_bg .vtext { width: 100%; diff --git a/public/static/index/css/orico_footer.css b/public/static/index/css/orico_footer.css index fdc622cc..bb21608b 100755 --- a/public/static/index/css/orico_footer.css +++ b/public/static/index/css/orico_footer.css @@ -48,7 +48,7 @@ overflow-wrap: anywhere; } .orico_footer .fotter .footerMain .foottxtbottom { - padding-left: 5%; + padding-left: 14%; display: grid; padding-top: 8%; }