$base_width: 1920;
$base_height: 1080;
@function vw($px) {
@return ($px / $base_width) * 100vw;
}
@function vh($px) {
@return ($px / $base_height) * 100vh;
}
$base_width: 1920;
$base_height: 1080;
@function vw($px) {
@return ($px / $base_width) * 100vw;
}
@function vh($px) {
@return ($px / $base_height) * 100vh;
}
本文标题:sass 转换vw单位实现完全自适应
本文链接:https://www.haomeiwen.com/subject/hcmynctx.html
网友评论