-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.wxss
executable file
·29 lines (22 loc) · 931 Bytes
/
app.wxss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* 字体图标 */
@font-face {
font-family: 'iconfont'; /* project id 532236 */
src: url('//at.alicdn.com/t/font_532236_2t7gwmgm8s2it3xr.eot');
src: url('//at.alicdn.com/t/font_532236_2t7gwmgm8s2it3xr.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_532236_2t7gwmgm8s2it3xr.woff') format('woff'),
url('//at.alicdn.com/t/font_532236_2t7gwmgm8s2it3xr.ttf') format('truetype'),
url('//at.alicdn.com/t/font_532236_2t7gwmgm8s2it3xr.svg#iconfont') format('svg');
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-fenxiang:before { content: "\e66e"; }
.icon-huifu:before { content: "\e694"; }
.icon-star01:before { content: "\e606"; }
.icon-icon:before { content: "\e6d2"; }
/* 全局样式 */
text { font-family: MicroSoft Yahei; font-size: 24rpx;}