一、把以下样式放到前面:
<style>
.bottom-nav {
/* display: none; */
background-color: #fafafa;
box-shadow: 0 -1px rgba(0,0,0,0.1), 0 -2px 10px rgba(0,0,0,0.1);
}
.bottom-nav .opts-group {
position: relative;
display: inline-block;
/* padding-top: 6px; */
line-height: 20px;
color: #9e9e9e;
cursor: pointer;
}
.bottom-nav .opts-group.active {
color: #da5b62;
}
@media screen and (min-width: 992px) {
.bottom-nav, .header_seach_but {
display: none !important;
}
</style>