2014-11-24 69 views

回答

0

是的,你是对的。它应该是这样的

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