10646c94
Andy
add
|
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
|
.weekly-header{
margin: 0 -29px;
}
.weekly-header div {
height: 66px;
line-height: 66px;
background: rgba(11, 166, 212, 0.1);
text-align: center;
font-size: 24px;
color: rgba(0,0,0,0.9);
}
/*neirong*/
.container {
padding-top: 70px;
background-color: #fff;
width: 100%;
margin: 0 auto;
}
.container .container-title{
height: 22px;
line-height: 22px;
width: 100%;
}
.container .container-title2{
height: 22px;
line-height: 22px;
width: 100%;
}
.container .container-title .title-msg,.container-title2 .title-msg{
font-size: 14px;
color: rgba(0,0,0,.8);
margin-left: 12px;
float: left;
}
.container .container-title .title-Ico{
background: url("img/weekly_titIco.png") no-repeat center;
width: 16px;
height: 20px;
padding-top: 2px;
float: left;
}
.container .container-cont {
padding: 20px 0 70px 10px;
}
.container-cont .weekly-border:before{
content: "";
margin-right: 10px;
width: 8px;
height: 8px;
display: inline-block;
border-radius: 4px;
background-color: #1e95cd;
}
.container-cont .weekly-linechart{
width: 100%;
height: 220px;
margin-top: 50px;
}
.pop_echarts{
padding: 3px 20px;
font-size: 14px;
text-align: center;
border-radius: 20px !important;
}
.container-cont .weekly-rankechart{
width: 100%;
height: 300px;
margin-top: 50px;
}
.weekly-marginleft18{
margin-left: 18px;
}
.weekly-zfzbechart{
width: 380px;
height: 260px;
margin-top: 50px;
}
.charts-info{
width: 160px;
height: 60px;
margin-top: 90px;
padding: 10px 20px;
background-color: #edf7fb;
border-radius: 4px !important;
}
.charts-info ul li:nth-of-type(1):before {
content: "";
margin-right: 10px;
width: 6px;
height: 6px;
display: inline-block;
border-radius: 3px;
background-color: #5fe98f;
}
.charts-info ul li:nth-of-type(2):before {
content: "";
margin-right: 10px;
width: 6px;
height: 6px;
display: inline-block;
border-radius: 3px;
background-color: #d5d8d8;
}
/*table*/
.weekly-tablebody{
min-height: 200px;
width: 100%;
margin-top: 50px;
}
.container .container-title2 .title-Ico{
background: url("img/weekly_titCarIco.png") no-repeat center;
width: 16px;
height: 20px;
padding-top: 2px;
float: left;
}
|