如何在线引入样式 ?

发布于 6 年前作者 leijun1160 次浏览最后编辑 6 年前来自 issues
<style>
@import 'https://xxxx-dev.oss-cn-hangzhou.aliyuncs.com/yc-gas-statics/font/stylesheet.css';
/*每个页面公共css */
page {
  height: 100%;
  width: 100%;
}
button:after {
  border: none!important
}
</style>
2 回复
chenmin
chenmin1 楼6 年前

不支持网络路径

xiulan41
xiulan412 楼5 年前

在线?