forked from Rlvse/ChatGPT-miniapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.wxss
120 lines (92 loc) · 1.81 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
113
114
115
116
117
118
119
120
@import '/miniprogram_npm/weui-miniprogram/weui-wxss/dist/style/weui.wxss';
@font-face {
font-family: iconfont;
src: url("//at.alicdn.com/t/font_2425790_qijamijv2d.woff2?t=1624066802991") format("woff2"),url("//at.alicdn.com/t/font_2425790_qijamijv2d.woff?t=1624066802991") format("woff"),url("//at.alicdn.com/t/font_2425790_qijamijv2d.ttf?t=1624066802991") format("truetype");
}
page {
background-color: rgb(242, 242, 242);
}
.iconfont {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: iconfont!important;
font-size: 16px;
font-style: normal;
}
.icon-support:before {
content: "\e8af";
}
.icon-inform:before {
content: "\e8c4";
}
.icon-refresh:before {
content: "\e8bf";
}
.icon-pay-success:before {
content: "\e61f";
}
.icon-order:before {
content: "\e8be";
}
.icon-download:before {
content: "\e8b7";
}
.icon-camera:before {
content: "\e8bc";
}
.icon-scan-success:before {
content: "\e8c3";
}
.icon-scan-error:before {
content: "\e8c6";
}
.icon-delete:before {
content: "\e646";
}
.icon-success:before {
content: "\e666";
}
.icon-weixin:before {
content: "\e621";
}
.icon-right:before {
content: "\e6a3";
}
.icon-problem:before {
content: "\e8ac";
}
.icon-record:before {
content: "\e8ad";
}
.icon-signin:before {
content: "\e8ae";
}
.icon-share:before {
content: "\e8b0";
}
.icon-switch:before {
content: "\e8b1";
}
.icon-clock:before {
content: "\e8b4";
}
.icon-search:before {
content: "\e8b9";
}
.icon-about:before {
content: "\e8ba";
}
.icon-wechat:before {
content: "\e8bb";
}
.icon-recommend:before {
content: "\e8bd";
}
iamge,navigator,page,swiper,swiper-item,text,view {
box-sizing: border-box;
margin: 0;
padding: 0;
}
image {
width: 100%;
}