加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 2.79 KB
一键复制 编辑 原始数据 按行查看 历史
luoshishi 提交于 2022-11-19 10:58 . 优化小程序
/**app.wxss**/
@import "colorui/main.wxss";
@import "colorui/icon.wxss";
@font-face {
font-family: 'iconfont'; /* Project id 3298074 */
src: url('//at.alicdn.com/t/font_3298074_lzk6i01kn5j.woff2?t=1649994233726') format('woff2'),
url('//at.alicdn.com/t/font_3298074_lzk6i01kn5j.woff?t=1649994233726') format('woff'),
url('//at.alicdn.com/t/font_3298074_lzk6i01kn5j.ttf?t=1649994233726') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-bangding-:before {
content: "\e676";
}
.icon-binding:before {
content: "\e611";
}
.icon-yaoqingma:before {
content: "\e66e";
}
.icon-money:before {
content: "\e73f";
}
.icon-bangzhuzhongxin3:before {
content: "\e748";
}
.icon-xieyiguize:before {
content: "\e60b";
}
.icon-right1:before {
content: "\e655";
}
.icon-moneycollect:before {
content: "\e7cd";
}
.icon-group:before {
content: "\e73a";
}
.icon-PersonalCenteron:before {
content: "\e624";
}
.icon-kefu:before {
content: "\e6c5";
}
.icon-tuichu:before {
content: "\e6e0";
}
.icon-gongzhonghao_weidianji:before {
content: "\e601";
}
.icon-a-fenxiang:before {
content: "\e640";
}
.icon-erweima:before {
content: "\e631";
}
.icon-tianjialianjie:before {
content: "\e653";
}
.icon-fangwenliang:before {
content: "\e634";
}
.icon-shengyujine:before {
content: "\e605";
}
.icon-jichugongneng:before {
content: "\e606";
}
.icon-shouye:before {
content: "\e637";
}
.icon-gerenzhongxin:before {
content: "\e6a8";
}
.icon-chukuqianceshiyubangding:before {
content: "\e619";
}
@font-face {
font-family: 'iconfont'; /* Project id 2698732 */
src: url('//at.alicdn.com/t/font_2698732_6dtr8b93b4p.woff2?t=1628998673545') format('woff2'),
url('//at.alicdn.com/t/font_2698732_6dtr8b93b4p.woff?t=1628998673545') format('woff'),
url('//at.alicdn.com/t/font_2698732_6dtr8b93b4p.ttf?t=1628998673545') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-copy:before {
content: "\e6cc";
}
.icon-changeanotherone:before {
content: "\e697";
}
.icon-shucai:before {
content: "\e603";
}
.icon-guoshu:before {
content: "\e60e";
}
.icon-pengyouquan:before {
content: "\e72b";
}
.icon-logo:before {
content: "\e607";
}
.icon-wangyiyun:before {
content: "\e602";
}
.icon-caihong:before {
content: "\e718";
}
.icon-ic_casino_px:before {
content: "\e6ce";
}
.icon-shaizi:before {
content: "\e663";
}
.icon-elemo:before {
content: "\e600";
}
.icon-icon10:before {
content: "\e601";
}
.icon-meituan:before {
content: "\eef8";
}
page{
background: #fff;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化