-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.wxss
More file actions
50 lines (39 loc) · 739 Bytes
/
app.wxss
File metadata and controls
50 lines (39 loc) · 739 Bytes
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
@import "/style/weui.wxss";
page {
background-color: #fff;
font-size: 16px;
font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
}
.page__hd {
padding: 40px;
}
.page__bd {
padding-bottom: 40px;
}
.page__bd_spacing {
padding-left: 15px;
padding-right: 15px;
}
.page__ft {
text-align: center;
padding: 0 0 10px;
padding: 0 0 calc(10px + constant(safe-area-inset-bottom));
padding: 0 0 calc(10px + env(safe-area-inset-bottom));
}
.page__ft a:not(.weui-btn) {
color: #576b95;
}
.page__title {
text-align: left;
font-size: 20px;
font-weight: 400;
}
.page__desc {
margin-top: 5px;
color: #888888;
text-align: left;
font-size: 14px;
}
.weui-cell_example:before {
left: 52px;
}