feat: 文章相关
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
.orico_Page_category {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
height: 100vh;
|
||||
height: auto;
|
||||
min-height: 100vh;
|
||||
padding-bottom: 3.75rem;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
background: #f2f2f2;
|
||||
@@ -45,7 +47,7 @@
|
||||
position: absolute;
|
||||
left: 1.875rem;
|
||||
top: 0.9375rem;
|
||||
background: url(../categoryImg/search.png);
|
||||
background: url(/static/index/images/search.png);
|
||||
z-index: 9;
|
||||
}
|
||||
.orico_Page_category .categoryMain .categorySearch .search {
|
||||
@@ -128,50 +130,25 @@
|
||||
position: absolute;
|
||||
bottom: 1rem;
|
||||
}
|
||||
.orico_Page_category .categoryMain .tabConten .Page {
|
||||
.orico_Page_category .categoryMain .tabConten .pagination {
|
||||
zoom: 1;
|
||||
text-align: center;
|
||||
color: #555;
|
||||
clear: both;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
.orico_Page_category .categoryMain .tabConten .Page span {
|
||||
.orico_Page_category .categoryMain .tabConten .pagination span {
|
||||
padding: 0px 0px;
|
||||
display: inline-block;
|
||||
}
|
||||
.orico_Page_category .categoryMain .tabConten .Page .p_page {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.orico_Page_category .categoryMain .tabConten .Page .p_page .a_prev,
|
||||
.orico_Page_category .categoryMain .tabConten .Page .p_page .a_next {
|
||||
display: inline-block;
|
||||
width: 10px;
|
||||
height: 21px;
|
||||
}
|
||||
.orico_Page_category .categoryMain .tabConten .Page .p_page .a_prev {
|
||||
background: url(../categoryImg/pfl.png) no-repeat;
|
||||
margin-right: 10px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
.orico_Page_category .categoryMain .tabConten .Page .p_page .a_next {
|
||||
background: url(../categoryImg/prh.png) no-repeat;
|
||||
margin-left: 10px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
.orico_Page_category .categoryMain .tabConten .Page .p_page .num a {
|
||||
.orico_Page_category .categoryMain .tabConten .pagination li {
|
||||
display: inline-block;
|
||||
width: 34px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
font-size: 16px;
|
||||
color: #444;
|
||||
}
|
||||
.orico_Page_category .categoryMain .tabConten .Page .p_page .num a.a_cur,
|
||||
.orico_Page_category .categoryMain .tabConten .Page .p_page .num a:hover {
|
||||
background: #444;
|
||||
color: #fff;
|
||||
.orico_Page_category .categoryMain .tabConten .pagination li.active {
|
||||
background-color: #444444;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user