app.wxss
3.2 KB
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
/**app.wxss**/
view {
box-sizing: border-box;
}
page{
background-color: #efeff4;
--tabs-bottom-bar-color:#1972F5;
}
.van-picker__confirm{
color: #000!important;
}
.root_gap {
padding-left: 20rpx;
padding-right: 20rpx;
}
.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.container {
/* height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box; */
width: 100%;
/* position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0; */
position: relative;
display: flex;
flex-direction: column;
align-items: center;
/* justify-content: space-between; */
box-sizing: border-box;
background-color: #F5F5FA;
padding-bottom: 0rpx;
--tab-font-size:16px;
}
.acea-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.row-around {
justify-content: space-around;
}
.acea-column {
flex-direction: column;
}
.row-start {
justify-content: flex-start
}
.echart-item {
width: 710rpx;
border-radius: 14rpx;
background-color: #fff;
box-shadow: 0px 4rpx 8rpx 0px rgba(118, 118, 118, 0.24);
box-sizing: border-box;
padding: 24rpx 0;
margin: 30rpx auto 0;
}
.echart-item .echart-item-title {
font-size: 30rpx;
font-weight: 600;
color: rgba(0, 0, 0, 0.85);
line-height: 40rpx;
display: flex;
padding-left: 20rpx;
justify-content: space-between;
}
.echart-item .echart-item-content {
width: 100%;
height: calc(100% - 19px);
}
.echart-item .actions{
display: flex;
font-size: 26rpx;
color: #8C8C8C;
}
.echart-item .actions .active{
color:#2f6cee
}
.echart-item .actions .split{
padding:0 6rpx;
}
ec-canvas {
width: 100%;
height: 100%;
}
.tablist{
--tabs-bottom-bar-color:#1267E0;
--tab-active-text-color:#1267E0;
--font-weight-bold:600;
--tab-font-size:26rpx;
--tabs-line-height:60rpx;
}
.bgimg{
position: absolute;
left:0;
top:0;
width: 100%;
height: 100%;
z-index: 0;
}
.navtitle{display:flex;position: relative;width: 100%;color:#fff;text-align: left;padding-left: 20rpx;font-weight: normal;font-size: 35rpx;align-items: center;}
page-container{
position: absolute;
z-index: 20;
}
/*********************************/
.score_view{
position: relative;
border: 1px solid #d8d8d8;
margin-top: 20rpx;
font-size:20rpx;
}
.score_view .tit{
background-color: #dce8f9;
color:#5b5f66;
padding:10rpx 0;
font-size: 30rpx;
}
.score_view .num{
padding:10rpx 0;
font-size: 30rpx;
}
.tcol{
font-size: 14px;
text-align: center;
border-right: 1px solid #d8d8d8;
}
.tcol.no{
border-right: none;
}
.tcol.count{
color:#2674E9
}
.tcol.yes{
color:#07c160
}
.tcol.no{
color:#ee0a24
}
.tcol.none{
color:#f69658
}
.bluebg{display:block;position: absolute;background-color:#001C90;left:0;top:-200rpx;width: 100%;height: 400rpx;}
.vrank{position: absolute;width: 36rpx;top:0;left:0;height: 36rpx;background-color: #2674E9;border-radius:0 0 36rpx 0;color: #fff;font-size:20rpx;text-align: center;padding-right: 6rpx;}