2014-11-24 111 views

回答

0

是的,你是對的。它應該是這樣的

@media screen and (max-width: 760px) { 
    .hide-scrollbar-sm { 
     overflow-x: hidden; 
    } 
}