forked from fresns/client-demo-wechat
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.wxss
executable file
·89 lines (74 loc) · 1.34 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
/*!
* Fresns 微信小程序 (https://fresns.cn)
* Copyright 2021-Present 唐杰
* Licensed under the Apache-2.0 license
*/
page {
background-color: #f7f7f7;
}
.page {
background-color: var(--weui-BG-1);
}
.weui-loadmore_line .weui-loadmore__tips {
background-color: var(--weui-BG-1);
}
.weui-cells__group_form .weui-vcode-btn {
color: var(--weui-LINK);
font-weight: 400;
}
/* Tabbar */
.tabbar-spacing {
margin-top: 5rem;
}
.weui-tabbar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
}
/* Tab */
.tab-navbar {
background-color: var(--weui-BG-2);
box-shadow: 0px 0px 5px var(--weui-BG-0);
position: -webkit-sticky;
position: sticky;
top: -1;
z-index: 2048;
text-align: center;
}
.weui-navbar {
margin: 0 auto;
}
.weui-navbar:after {
border-bottom: none;
}
.weui-navbar__item {
padding: 0;
}
.weui-navbar__item navigator {
color: var(--weui-FG-0);
padding: 8px 0;
}
.weui-navbar__item:after {
border-right: none;
}
.weui-navbar__item.weui-navbar__item_on {
background-color: inherit;
border-bottom: 3px solid var(--weui-BRAND);
}
/* Cell */
.cell-title .weui-cell__hd {
color: var(--weui-INDIGO);
}
/* List */
.user-list {
width: 100%;
overflow: hidden;
margin: 10px 0;
background-color: var(--weui-BG-2);
}
/* tabs */
.weui-tabs-bar__title {
margin: 0px 10px;
padding-bottom: 5px;
}