🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
`style标签`中直接写`scss语句 ` 如: ``` <style lang="scss" scoped> .container{ margin-left: auto; margin-right: auto; width: 80%; .about{ text-align: center; img{ width: 270px; height: 400px; margin-bottom: 30px; } h3{ margin-bottom: 50px; } } p{ text-indent:2em; } } </style> ``` 复制 > lang="scss" scoped必须有,否则无法写scss语句