1.建立xxx.styl文件,定義變量css
$bgColor = #00bcg4
2.在其餘頁面的style區域裏,先引入這個xxx.styl文件spa
<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>