wangzhibo
4 天以前 10595d8632f959d0954d1939243196f4eed02372
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
126
127
128
129
130
131
132
133
134
@font-face {
    font-family: "shop-iconfont"; /* Project id 1805670 */
    src:
        url("font.woff2") format("woff2"),
        url("font.woff") format("woff"),
        url("font.ttf") format("truetype");
}
 
[class*="shop-icon-"] {
    font-family: "shop-iconfont";
    font-size: inherit;
    font-style: normal;
    line-height: 1;
}
 
.shop-icon-list:before {
    content: "\ec87";
}
 
.shop-icon-list2:before {
    content: "\ec88";
}
 
.shop-icon-order-close:before {
    content: "\ec86";
}
 
.shop-icon-order-success:before {
    content: "\ec85";
}
 
.shop-icon-order-comment:before {
    content: "\ec7b";
}
 
.shop-icon-order-received:before {
    content: "\ec7d";
}
 
.shop-icon-order-paid:before {
    content: "\ec7e";
}
 
.shop-icon-order-not-shipped:before {
    content: "\ec7f";
}
 
.shop-icon-order-refund:before {
    content: "\ec80";
}
 
.shop-icon-order-received2:before {
    content: "\ec81";
}
 
.shop-icon-zoom:before {
    content: "\ec82";
}
 
.shop-icon-sku:before {
    content: "\e762";
}
 
.shop-icon-set:before {
    content: "\e761";
}
 
.shop-icon-home:before {
    content: "\ec7a";
}
 
.shop-icon-shopping-cart:before {
    content: "\ec79";
}
 
.shop-icon-more:before {
    content: "\e657";
}
 
.shop-icon-q-order:before {
    content: "\e697";
}
 
.shop-icon-q-pay:before {
    content: "\e698";
}
 
.shop-icon-q-refund:before {
    content: "\e699";
}
 
.shop-icon-q-logistics:before {
    content: "\e69a";
}
 
.shop-icon-setting:before {
    content: "\e68b";
}
 
.shop-icon-coupon:before {
    content: "\e68c";
}
 
.shop-icon-order:before {
    content: "\e68d";
}
 
.shop-icon-location:before {
    content: "\e68e";
}
 
.shop-icon-filter:before {
    content: "\e68f";
}
 
.shop-icon-message:before {
    content: "\e691";
}
 
.shop-icon-delete:before {
    content: "\e693";
}
 
.shop-icon-sort:before {
    content: "\e694";
}
 
.shop-icon-search:before {
    content: "\e695";
}
 
.shop-icon-custom:before {
    content: "\e696";
}