-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.wxss
113 lines (87 loc) · 2.15 KB
/
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
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
/**app.wxss**/
/* .container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
} */
page {
background-color: #f5f5f5;
}
/*字体链接*/
/* @font-face {
font-family: 'sleeve';
src: url('//at.alicdn.com/t/font_2414835_9yrm045d5eo.eot');
src: url('//at.alicdn.com/t/font_2414835_9yrm045d5eo.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_2414835_9yrm045d5eo.woff2') format('woff2'),
url('//at.alicdn.com/t/font_2414835_9yrm045d5eo.woff') format('woff'),
url('//at.alicdn.com/t/font_2414835_9yrm045d5eo.ttf') format('truetype'),
url('//at.alicdn.com/t/font_2414835_9yrm045d5eo.svg#sleeve') format('svg');
}
.jambo {
font-family: sleeve !important;
}
.l-icon-home:before {
content: "\e681";
}
.l-icon-shop:before {
content: "\e66c";
}
.l-icon-clear:before {
content: "\e680";
}
.l-icon-check:before {
content: "\e67a";
} */
@font-face {
font-family: 'sleeve';
src: url('//at.alicdn.com/t/font_1341806_suqt0twhe5.eot');
src: url('//at.alicdn.com/t/font_1341806_suqt0twhe5.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_1341806_suqt0twhe5.woff2') format('woff2'),
url('//at.alicdn.com/t/font_1341806_suqt0twhe5.woff') format('woff'),
url('//at.alicdn.com/t/font_1341806_suqt0twhe5.ttf') format('truetype'),
url('//at.alicdn.com/t/font_1341806_suqt0twhe5.svg#sleeve') format('svg');
}
.sleeve {
font-family: sleeve !important;
color: #157658 !important;
}
.l-icon-home:before {
content: "\e7e5"
}
.l-icon-radio:before {
content: '\e632';
}
.l-icon-check:before {
content: "\e666"
}
.l-icon-address1:before {
content: "\e60f"
}
.l-icon-about:before {
content: "\e60c"
}
.l-icon-unpaid:before {
content: "\e6fb";
}
.l-icon-paid:before {
content: "\e614";
}
.l-icon-delivered:before {
content: "\e636"
}
.l-icon-over:before {
content: "\e612"
}
.l-icon-coupon:before{
content: "\e601"
}
.l-icon-order1:before{
content: '\e604';
}
.l-icon-address2:before{
content:'\e641';
}