You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.5 KiB
69 lines
1.5 KiB
/*Nav START*/
|
|
._forum_tab {
|
|
padding-bottom: 26px;
|
|
}
|
|
.discuss-tab {
|
|
height: 90px;
|
|
}
|
|
.discuss-tab ._forum_tab a.navItem {
|
|
line-height: 2;
|
|
}
|
|
.discuss-tab ._forum_tab a.navItem:hover {
|
|
color: #4CACFF !important;
|
|
border-bottom: none !important;
|
|
}
|
|
.discuss-tab ._forum_tab a.navItem.active {
|
|
border-bottom: none !important;
|
|
border: 1px solid #4CACFF !important;
|
|
color: #4CACFF !important;
|
|
border-radius:24px;
|
|
}
|
|
.discuss-tab a.returnBtnA:hover {
|
|
border-bottom: none!important;
|
|
}
|
|
/*Nav END*/
|
|
|
|
#forum_list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
|
|
|
|
.rc-pagination {
|
|
padding: 30px 20px;
|
|
background: #FAFAFA;
|
|
margin: 0 auto;
|
|
width: fit-content;
|
|
|
|
}
|
|
|
|
/*分页*/
|
|
.ec-pagination .rc-pagination-item{
|
|
border-radius: 2px;
|
|
width: 30px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ec-pagination a{outline: none;}
|
|
.ec-pagination .rc-pagination-jump-next{
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ec-pagination .rc-pagination-item:hover{
|
|
border: 1px solid #4cacff;
|
|
color: #4cacff;
|
|
}
|
|
.ec-pagination .rc-pagination-item-active{
|
|
background-color: #4CACFF;
|
|
}
|
|
.ec-pagination .rc-pagination-prev, .ec-pagination .rc-pagination-next{display: none}
|
|
.ec-pagination .rc-pagination-options-quick-jumper input{
|
|
height: 32px;
|
|
border-radius: 2px;
|
|
}
|
|
.ec-pagination .rc-pagination-options-quick-jumper{
|
|
height: 34px;
|
|
line-height: 34px;
|
|
margin-left: 0px;
|
|
} |