forked from youzan/vant-weapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.wxss
More file actions
61 lines (50 loc) · 750 Bytes
/
index.wxss
File metadata and controls
61 lines (50 loc) · 750 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
51
52
53
54
55
56
57
58
59
60
61
page {
padding-bottom: 0;
}
.container {
padding: 45px 20px 20px;
}
.title {
padding-left: 15px;
margin-bottom: 10px;
}
.logo,
.title-text {
display: inline-block;
vertical-align: middle;
}
.title-text {
font-size: 32px;
font-weight: 500;
margin-left: 15px;
}
.logo {
width: 36px;
height: 36px;
}
.desc {
font-size: 14px;
color: #7d7e80;
margin: 0 0 45px;
padding-left: 15px;
}
.mobile-nav {
margin-bottom: 16px;
}
.mobile-nav__title {
font-size: 16px;
font-weight: 500;
line-height: 40px;
align-items: center;
border-radius: 2px;
}
.mobile-nav__content {
padding: 0 !important;
}
.mobile-nav__icon {
font-size: 24px !important;
margin-top: 8px;
}
.mobile-nav__icon image {
width: 100%;
}