app.wxss
2.0 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
/**app.wxss**/
@font-face {
font-family: 'iconfont'; /* project id 1064555 */
src: url('//at.alicdn.com/t/font_1064555_yx59k1gs2ch.eot');
src: url('//at.alicdn.com/t/font_1064555_yx59k1gs2ch.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_1064555_yx59k1gs2ch.woff2') format('woff2'),
url('//at.alicdn.com/t/font_1064555_yx59k1gs2ch.woff') format('woff'),
url('//at.alicdn.com/t/font_1064555_yx59k1gs2ch.ttf') format('truetype'),
url('//at.alicdn.com/t/font_1064555_yx59k1gs2ch.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: "\e600";
}
.icon-yanjing:before {
content: "\e6bc";
}
.icon-pinglun:before {
content: "\e61f";
}
.icon-renzheng:before {
content: "\e625";
}
.icon-xing:before {
content: "\e60e";
}
.icon-zan2:before {
content: "\e601";
}
.icon-yanjing1:before {
content: "\e644";
}
.icon-zan21:before {
content: "\e63f";
}
.icon-pinglun1:before {
content: "\e602";
}
.icon-gengduo:before {
content: "\e670";
}
.icon-gengduo1:before {
content: "\e651";
}
.icon-favorite_diss:before {
content: "\e603";
}
.icon-renzheng1:before {
content: "\e8fd";
}
.icon-go:before {
content: "\e604";
}
.icon-zan:before {
content: "\e6aa";
}
.icon-jia1:before {
content: "\e642";
}
.icon-shanchu:before {
content: "\e674";
}
.icon-wodetiezi:before {
content: "\e605";
}
.icon-bianji:before {
content: "\e656";
}
.icon-bianji1:before {
content: "\e607";
}
.icon-bianji2:before {
content: "\e60f";
}
.icon-yuanzhang-di:before {
content: "\e606";
}
.icon-tongzhi:before {
content: "\e608";
}
.none-box {
font-size: 30rpx;
color: #8f8f8f;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 350rpx;
text-align: center;
}
::-webkit-scrollbar
{
width: 0;
height: 0;
color: transparent;
}