stylus 使用技巧

2019-05-15  本文已影响0人  sunxiaochuan

参考文档

stylus中文文档 » 插值(Interpolation) » 张鑫旭-鑫空间-鑫生活

技能

1. 使用 插值 的方式计算对应的 vh 值

$default-height = 1080px
// 计算 vh 值
calcVH(prop, value)
  {prop} (value / $default-height * 100)vh
  main
    .layout-main
      calcVH(min-height, (1080 - 129))
min-height: 88.05555555555556vh;
image.png
上一篇下一篇

猜你喜欢

热点阅读