<>
.li {
margin-left: 5px !important;
list-: none;
}
>
<>
.picScroll-top {
width: 100%;
border: 1px solid #fff;
height: 82px;
float: right;
overflow: hidden;
position: relative;
padding: 0.375rem;
padding-bottom: 0;
}
@media (max-width: 576px) {
.picScroll-top {
width: 100%
}
}
.picScroll-top .bd ul {
overflow: hidden;
zoom: 1;
}
.picScroll-top .bd ul li {
zoom: 1;
width: 90vw;
height: 24px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #a2a2a2
}
.picScroll-top .bd ul li a {
margin: 0;
padding: 0;
color: #a2a2a2
}
#diy_scroll{
width: 24.70%;
margin-left: 50px;
}
>
<>
.content-sidebar {
background: #fff;
position: relative;
top: 15px;
}
.content-sidebar.fixed {
position: fixed;
top: 8px;
}
.content-sidebar.absolute {
position: absolute;
bottom: 0;
top: auto;
}
.row1 {
position: relative;
}
.content-sidebar dl {
position: relative;
margin: 0;
}
.content-sidebar dl dt {
position: absolute;
top: 12px;
left: -20px;
}
.content-sidebar dl .show-list {
display: block;
width: 16px;
height: 16px;
cursor: pointer;
}
.content-sidebar dl .show-list::before {
content: '';
display: block;
width: 12px;
height: 2px;
background: #000;
border-radius: 1px;
position: absolute;
top: 50%;
margin-top: -1px;
}
.content-sidebar dl .show-list.add::after {
content: '';
display: block;
width: 2px;
height: 12px;
background: #000;
border-radius: 1px;
position: absolute;
left: 5px;
top: 20%;
margin-top: -1px;
}
.content-sidebar dd {
margin: 0;
padding: 6px 0;
letter-spacing: 0.5px;
}
.content-sidebar dd a {
color: #5e5d5b;
display: inline-block;
padding: 2px 4px;
transition: 0.1s;
}
.content-sidebar dd a:hover {
color: #fff;
background: #ff5a00;
border-radius: 3px;
}
.content-sidebar dd.current a {
color: #ff5a00;
background: transparent;
}
@media (max-width: 1199px) {
.content-sidebar {
font-size: 12px;
margin-left: 0;
padding-right: 0;
}
.content-sidebar dt {
display: none;
}
}
@media screen and (max-width: 991px) {
.content-sidebar {
display: none;
}
}
>
