vue中使用stylus編寫css


安裝步驟

  • cnpm install stylus --save-dev
  • cnpm install stylus-loader --save-dev

寫法如下:

<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>

  

參考文檔:http://www.mamicode.com/info-detail-1863165.html

stylus教程:http://www.zhangxinxu.com/jq/stylus/functions.php

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM