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
.business{
width: 100%;
height: 100%;
.businessStatistics{
flex-direction: column;
align-items: center;
justify-content: center;
box-sizing: border-box;
height: 2.58rem;
padding:.14rem .24rem;
position: relative;
.flex-1 {
font-size: .12rem;
}
.mt-0 {
margin-bottom: 0 !important;
}
.circle{
width: 1.25rem;
height: 1.25rem;
line-height: 1.25rem;
background: #30DDF4;
border: 0.01rem solid #30DDF4;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 2;
font-size:.18rem;
font-family:PingFang-SC-Bold,PingFang-SC;
font-weight:bold;
color:#000E42;
text-align: center;
}
.circleOut{
width: 1.6rem;
height: 1.6rem;
background: #000E42;
z-index: 1;
}
.box{
display: inline-block;
box-sizing: border-box;
width: 2rem;
height: .613rem;
text-align: left;
padding: 0 .16rem;
background:rgba(144,224,255,0.15);
color: #fff;
border: 0.01rem solid #77E2FF;
&:nth-of-type(2n){
margin-left: .2rem;
text-align: right;
}
.boxTitle{
font-size:.16rem;
font-family:PingFang-SC-Medium,PingFang-SC;
font-weight:500;
color:#fff;
line-height: 2;
white-space: nowrap;
span{
font-size:.12rem;
}
}
.boxValue{
font-size:.24rem;
font-family:ZhenyanGB-Regular,ZhenyanGB;
font-weight:400;
color:#30DDF4;
}
}
.horizontal{
width: 1.7rem;
height: .2rem;
}
.horizontal1 {
background: #000E42;
position: absolute;
top:.773rem;
left: 50%;
transform: translateX(-50%);
z-index: 1;
}
.horizontal2 {
top:1.6066rem;
}
.vertical{
width: .2rem;
height: 1.9rem;
background: #000E42;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
}
}