index.wxml
text
{
color: #ff0000;
}
index.wxss
<text>Hello,Netease</text>
import.wxss
@import'import.wxss';
可以通过@import来引入在别的文件中的样式。
index.wxml
text
{
color: #ff0000;
}
index.wxss
<text>Hello,Netease</text>
import.wxss
@import'import.wxss';
可以通过@import来引入在别的文件中的样式。
1374
1114
9774
2706
8175
9049

被折叠的 条评论
为什么被折叠?
