style:样式修改

This commit is contained in:
2025-05-10 18:03:33 +08:00
parent 457f7e48d3
commit a066ae8b04
5 changed files with 8 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
<div class="categorySearch"> <div class="categorySearch">
<form action="{:url('article/index', ['pid' => $Request.param.pid])}" method="get"> <form action="{:url('article/index', ['pid' => $Request.param.pid])}" method="get">
<i class="search_icon"></i> <i class="search_icon"></i>
<input type="text" placeholder="Search" class="search" id="article-search-in" name="keywords" value=""> <input type="text" class="search" id="article-search-in" name="keywords" value="">
</form> </form>
</div> </div>
<!-- 切换内容 --> <!-- 切换内容 -->

View File

@@ -5,6 +5,7 @@
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
background: #f2f2f2; background: #f2f2f2;
margin-top: 3.75rem;
} }
.orico_Page_achievement .achievementMain { .orico_Page_achievement .achievementMain {
display: flex; display: flex;

View File

@@ -7,6 +7,7 @@
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
background: #f2f2f2; background: #f2f2f2;
margin-top: 3.75rem;
} }
.orico_Page_category .categoryMain { .orico_Page_category .categoryMain {
display: flex; display: flex;
@@ -23,13 +24,14 @@
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin-top: 4%; margin-top: 2%;
} }
.orico_Page_category .categoryMain .tabs .tabitme { .orico_Page_category .categoryMain .tabs .tabitme {
padding: 10px 20px; padding: 10px 20px;
font-size: 1.5em; font-size: 1.25em;
font-weight: bold; font-weight: bold;
cursor: pointer; cursor: pointer;
font-weight: 400;
} }
.orico_Page_category .categoryMain .tabs .tabitme.on { .orico_Page_category .categoryMain .tabs .tabitme.on {
color: #009fdf; color: #009fdf;

View File

@@ -25,6 +25,7 @@
margin: 0 auto; margin: 0 auto;
max-width: 101.25rem; max-width: 101.25rem;
padding: 5rem 0; padding: 5rem 0;
padding-top: 0;
} }
.orico_Page_brand .brandMain .our_brand_con .our_brand_bg .vtext { .orico_Page_brand .brandMain .our_brand_con .our_brand_bg .vtext {
width: 100%; width: 100%;

View File

@@ -48,7 +48,7 @@
overflow-wrap: anywhere; overflow-wrap: anywhere;
} }
.orico_footer .fotter .footerMain .foottxtbottom { .orico_footer .fotter .footerMain .foottxtbottom {
padding-left: 5%; padding-left: 14%;
display: grid; display: grid;
padding-top: 8%; padding-top: 8%;
} }