原因
假如用了stylus 样式没有写完 所以有了这个错误

如图所示 .content-wrapper 样式并没有写
代码示例
<style lang="stylus" rel="stylesheet/stylus">
.header
color: #fff
background: #000
.content-wrapper
padding: 24px 12px 18px 24px
</style>
假如用了stylus 样式没有写完 所以有了这个错误
如图所示 .content-wrapper 样式并没有写
<style lang="stylus" rel="stylesheet/stylus">
.header
color: #fff
background: #000
.content-wrapper
padding: 24px 12px 18px 24px
</style>
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。