myMusciPlayer:Vue音乐播放器应用程序 源码
少-> CSS @font_Color = 15 px ; ul .list { li .item { & :hover ::after { color : @font_Color ; } } } 媒体查询+ Rem 例如: // html font-size @html_font : 20 ; // if open in PC html { font-size : 20 px ; } @media screen and ( min-width : 320 px ){ html { font-size : ( 320 px / @html_font ); } } // ipone 6/7/8/X @media screen and ( min-width : 375 px
用户评论