feat: 问答中心

This commit is contained in:
2025-04-12 17:57:16 +08:00
parent a2d575ebc2
commit b35499a40d
4 changed files with 98 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
.orico_Page_fq {
width: 100%;
position: relative;
height: 100vh;
height: auto;
overflow-y: auto;
overflow-x: hidden;
background: #f2f2f2;
@@ -40,50 +40,21 @@
color: #737373;
line-height: 1.875em;
}
.orico_Page_fq .fqMain .Page {
.orico_Page_fq .fqMain .pagination {
zoom: 1;
text-align: center;
color: #555;
clear: both;
padding-bottom: 2rem;
}
.orico_Page_fq .fqMain .Page span {
padding: 0px 0px;
display: inline-block;
}
.orico_Page_fq .fqMain .Page .p_page {
display: flex;
align-items: center;
justify-content: center;
}
.orico_Page_fq .fqMain .Page .p_page .a_prev,
.orico_Page_fq .fqMain .Page .p_page .a_next {
display: inline-block;
width: 10px;
height: 21px;
}
.orico_Page_fq .fqMain .Page .p_page .a_prev {
background: url(../fqimg/pfl.png) no-repeat;
margin-right: 10px;
padding: 0 10px;
}
.orico_Page_fq .fqMain .Page .p_page .a_next {
background: url(../fqimg/prh.png) no-repeat;
margin-left: 10px;
padding: 0 10px;
}
.orico_Page_fq .fqMain .Page .p_page .num a {
.orico_Page_fq .fqMain .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_fq .fqMain .Page .p_page .num a.a_cur,
.orico_Page_fq .fqMain .Page .p_page .num a:hover {
background: #444;
color: #fff;
.orico_Page_fq .fqMain .pagination li.active {
background-color: #444444;
color: #ffffff;
}