提交 bf60b9bf 编写于 作者: hbcui1984's avatar hbcui1984

add:引用css

上级 707c2740
#### 引用 css
\ No newline at end of file 使用`@import`语句可以导入外联样式表,`@import`后跟需要导入的外联样式表的相对路径,用`;`表示语句结束。
**示例代码:**
```html
<style>
@import "../../common/uni.css";
.uni-card {
box-shadow: none;
}
</style>
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册