-
Notifications
You must be signed in to change notification settings - Fork 14
/
app.wxss
136 lines (118 loc) · 1.97 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
/* @import 'style/weui.wxss'; */
/* @import 'node_modules/weui-miniprogram/weui-wxss/dist/style/weui.wxss'; */
view,
sroll-view,
swiper,
icon,
text,
progress,
button,
checkbox,
form,
input,
label,
input,
picker,
radio,
slider,
switch,
action-sheet,
modal,
toast,
loading,
navigator,
audio,
image,
video,
map,
canvas {
box-sizing: border-box;
}
page {
height: 100%;
}
.hide {
display: none !important;
}
.container,
input,
button {
font: 14px "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}
.container {
height: 100%;
background-color: #f5f5f5;
}
.chart_container {
height: 100%;
display: flex;
flex-direction: column;
box-sizing: border-box;
-webkit-text-size-adjust: none;
-webkit-user-select: none;
font-size: 35rpx;
color: #333;
font-family: Helvetica, Arial, "Helvetica Neue", "Droid Sans", "Microsoft YaHei", sans-serif;
}
.panel {
background: #fff;
border-radius: 25rpx;
padding: 5px 10px 20px 10px;
height: 60%;
}
.nodata {
display: flex;
text-align: center;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
}
.nodata_img {
display: block;
width: 50px;
height: 50px;
align-items: center;
margin-bottom: 10px;
}
.nodata_text {
color: #c4c4c4;
font-size: 13px;
letter-spacing: 2px;
/* padding-left: 10px; */
}
page {
background-color: #EDEDED;
font-size: 16px;
font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
}
.page__hd {
padding: 40px;
}
.page__bd {
padding-bottom: 10rpx;
}
.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__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;
}