音乐馆隐藏右下角悬浮操作按钮
This commit is contained in:
parent
24013dd8e6
commit
c049b3c7b8
|
@ -38,6 +38,10 @@ body[data-type=music] .music-mask{
|
|||
display: none;
|
||||
}
|
||||
|
||||
body[data-type=music] #rightside{
|
||||
display: none;
|
||||
}
|
||||
|
||||
body[data-type=music] #web_bg {
|
||||
display: none;
|
||||
}
|
||||
|
@ -402,10 +406,6 @@ body[data-type=music] #nav-music {
|
|||
|
||||
@media screen and (max-width: 768px) {
|
||||
|
||||
body[data-type=music] #rightside {
|
||||
display: none
|
||||
}
|
||||
|
||||
body[data-type=music] #content-inner,
|
||||
body[data-type=music] #page {
|
||||
z-index: auto
|
||||
|
|
Loading…
Reference in New Issue