90 lines
1.9 KiB
CSS
Executable File
90 lines
1.9 KiB
CSS
Executable File
.orico_Page_fq {
|
|
width: 100%;
|
|
position: relative;
|
|
height: 100vh;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
background: #f2f2f2;
|
|
}
|
|
.orico_Page_fq .img-responsive img {
|
|
height: auto;
|
|
width: 100%;
|
|
}
|
|
.orico_Page_fq .fqMain {
|
|
max-width: 101.25rem;
|
|
min-width: 80%;
|
|
padding: 2.3% 0;
|
|
margin: 0 auto;
|
|
}
|
|
.orico_Page_fq .fqMain .Table-Row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.orico_Page_fq .fqMain .Table-Row .Table-Cell {
|
|
float: left;
|
|
width: 49%;
|
|
margin-right: 1%;
|
|
}
|
|
.orico_Page_fq .fqMain .Table-Row .Table-Cell .faq-all-text {
|
|
padding: 5% 0;
|
|
}
|
|
.orico_Page_fq .fqMain .Table-Row .Table-Cell .faq-all-text .faq-title {
|
|
font-size: 1.125em;
|
|
color: #101010;
|
|
margin-bottom: 2%;
|
|
}
|
|
.orico_Page_fq .fqMain .Table-Row .Table-Cell .faq-all-text .faq-des {
|
|
font-size: 0.875em;
|
|
color: #737373;
|
|
line-height: 1.875em;
|
|
}
|
|
.orico_Page_fq .fqMain .Page {
|
|
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 {
|
|
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;
|
|
}
|