|
@@ -5387,10 +5387,10 @@ a.hasHover.tag-link:hover {
|
|
position: absolute;
|
|
position: absolute;
|
|
width: 100%;
|
|
width: 100%;
|
|
/* height: 310px; */
|
|
/* height: 310px; */
|
|
- height: 250px;
|
|
|
|
- z-index: 100;
|
|
|
|
|
|
+ height: 100%;
|
|
|
|
+ z-index: 50001;
|
|
right: 0;
|
|
right: 0;
|
|
- top: -320px;
|
|
|
|
|
|
+ top: -2000px;
|
|
transition: top 0.4s, width 0.5s;
|
|
transition: top 0.4s, width 0.5s;
|
|
background: rgba(34, 36, 37,0.9);
|
|
background: rgba(34, 36, 37,0.9);
|
|
}
|
|
}
|
|
@@ -5399,14 +5399,16 @@ a.hasHover.tag-link:hover {
|
|
}
|
|
}
|
|
|
|
|
|
#hotListTitle{
|
|
#hotListTitle{
|
|
- height: 40%;
|
|
|
|
|
|
+ height: 80px;
|
|
position: relative;
|
|
position: relative;
|
|
background: none;
|
|
background: none;
|
|
opacity: 1;
|
|
opacity: 1;
|
|
}
|
|
}
|
|
#hotListContent{
|
|
#hotListContent{
|
|
|
|
+ margin-top: 20px;
|
|
/* background: rgba(34, 36, 37,0.9); */
|
|
/* background: rgba(34, 36, 37,0.9); */
|
|
background: none;
|
|
background: none;
|
|
|
|
+ height: calc(100% - 180px);
|
|
}
|
|
}
|
|
#hotListText{
|
|
#hotListText{
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
@@ -5436,7 +5438,7 @@ a.hasHover.tag-link:hover {
|
|
}
|
|
}
|
|
#hotListBottom{
|
|
#hotListBottom{
|
|
display: none;
|
|
display: none;
|
|
- height: 15%;
|
|
|
|
|
|
+ height: 80px;
|
|
/* background: rgba(34, 36, 37,0.9); */
|
|
/* background: rgba(34, 36, 37,0.9); */
|
|
background: none;
|
|
background: none;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -5444,7 +5446,7 @@ a.hasHover.tag-link:hover {
|
|
align-items: center;
|
|
align-items: center;
|
|
}
|
|
}
|
|
#hotListClose{
|
|
#hotListClose{
|
|
- display: none;
|
|
|
|
|
|
+ /* display: none; */
|
|
position: initial;
|
|
position: initial;
|
|
width: 18px;
|
|
width: 18px;
|
|
}
|
|
}
|