标签:item 解决 white top weight -- blog ott otto
vue中布局使用scss,stylus,会使代码变得非常简洁
<style lang="stylus">
.goods
display flex
position absolute
top 174px
bottom 46px
width 100%
overflow hidden
.menu-wrapper
flex 0 0 80px
width 80px
background #f3f5f7
margin-top: 2px;
.menu-item-selected
background white
font-weight 700
margin-top -1px
</style>
需要这么做:
步骤1:<style lang="stylus"></style>
步骤2: cnpm install stylus stylus-loader --save
标签:item 解决 white top weight -- blog ott otto
原文地址:http://www.cnblogs.com/zph666/p/7210454.html