|
@@ -5386,10 +5386,11 @@ a.hasHover.tag-link:hover {
|
|
|
|
|
|
@media only screen and (max-width: 910px){
|
|
|
#hotListWrap{
|
|
|
+ display: block;
|
|
|
position: absolute;
|
|
|
width: 100%;
|
|
|
/* height: 310px; */
|
|
|
- height: 250px;
|
|
|
+ height: auto;
|
|
|
z-index: 100;
|
|
|
right: 0;
|
|
|
top: -320px;
|
|
@@ -5401,12 +5402,15 @@ a.hasHover.tag-link:hover {
|
|
|
}
|
|
|
|
|
|
#hotListTitle{
|
|
|
- height: 40%;
|
|
|
+ height: 40px;
|
|
|
position: relative;
|
|
|
background: none;
|
|
|
opacity: 1;
|
|
|
}
|
|
|
#hotListContent{
|
|
|
+ height: auto;
|
|
|
+ max-height: 240px;
|
|
|
+ min-height: 170px;
|
|
|
/* background: rgba(34, 36, 37,0.9); */
|
|
|
background: none;
|
|
|
}
|
|
@@ -5448,7 +5452,7 @@ a.hasHover.tag-link:hover {
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
#hotListBottom{
|
|
|
- display: none;
|
|
|
+ display: none !important;
|
|
|
height: 15%;
|
|
|
/* background: rgba(34, 36, 37,0.9); */
|
|
|
background: none;
|