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%; }