1
2
3
4
5
6
7
8
9
/*隱藏已經消音的噗***/
.muted
{
filter:alpha(opacity=0);opacity:0;
height:0 !important;
width:0 !important;
overflow:hidden;
zoom:1;
}