style:样式修改
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<div class="categorySearch">
|
||||
<form action="{:url('article/index', ['pid' => $Request.param.pid])}" method="get">
|
||||
<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>
|
||||
</div>
|
||||
<!-- 切换内容 -->
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
background: #f2f2f2;
|
||||
margin-top: 3.75rem;
|
||||
}
|
||||
.orico_Page_achievement .achievementMain {
|
||||
display: flex;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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%;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
.orico_footer .fotter .footerMain .foottxtbottom {
|
||||
padding-left: 5%;
|
||||
padding-left: 14%;
|
||||
display: grid;
|
||||
padding-top: 8%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user