标签:col xxx line head pre class isp 限制 变量
1.创建xxx.styl文件,定义变量
$bgColor = #00bcg4
2.在其他页面的style区域里,先引入这个xxx.styl文件
<style>
@import ‘../../xxx.styl‘ //样式中引入样式,要在import前加@
.header
height:3rem
width:.87rem
color:$bgColor
</style>
.header
display:felx
height:80px
width:100px
.header-left
line-height:60px
height:60px
float:left
.header-right
wigth:30px
<style lang="stylus" scoped>
标签:col xxx line head pre class isp 限制 变量
原文地址:https://www.cnblogs.com/VCplus/p/11625964.html