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
| .m-infob2{
| margin-bottom: 22px;
| }
| .m-infob2 > .con{
| border-radius: 10px;
| overflow: hidden;
| background-color: #fff;
| box-shadow: 0 0 4px rgba(0,64,40,.1);
| margin-bottom: 15px;
| position: relative;
| }
| .m-infob2 .top{
| padding: 15px;
| background: url(../../images/icons/g-i27.png) no-repeat center;
| background-size: cover;
| }
| .m-infob2 .line{
| font-size: 15px;
| color: #666;
| overflow: hidden;
| }
| .m-infob2 .line .t{
| float: left;
| min-width: 42px;
| }
| .m-infob2 .line .v{
| text-overflow: ellipsis;
| white-space: nowrap;
| overflow: hidden;
| color: #000;
| }
|
| .m-infob2 .box{
| padding: 2px 7px 0;
| }
| .ul-rkzc .item{
| float: left;
| width: 50%;
| }
| .ul-rkzc .conbox{
| border-radius: 10px;
| overflow: hidden;
| margin: 0 8px 15px;
| background-repeat: no-repeat;
| background-size: cover;
| background-position: center;
| position: relative;
| }
| .ul-rkzc .conbox .h3{
| height: 58px;
| line-height: 67px;
| text-align: center;
| font-size: 25px;
| color: #fff;
| }
| .ul-rkzc .conbox .unit{
| font-size: 15px;
| }
| .ul-rkzc .conbox .bot{
| background: rgba(0, 108, 66,.2);
| height: 30px;
| line-height: 30px;
| text-align: center;
| font-size: 13px;
| color: #fff;
| text-overflow: ellipsis;
| white-space: nowrap;
| overflow: hidden;
| }
|
|
| .m-infob3 .title{
| font-size: 16px;
| color: #000;
| font-weight: bold;
| margin-bottom: 12px;
| }
| .g-boxb1{
| border-radius: 10px;
| overflow: hidden;
| background-color: #fff;
| box-shadow: 0 0 4px rgba(0,64,40,.1);
| padding: 15px;
| margin-bottom: 15px;
| }
| .m-titb1{
| background: url(../../images/icons/g-i31.png) no-repeat left center;
| background-size: auto 100%;
| }
| .m-titb1 .h3{
| font-size: 14px;
| color: #000;
| height: 30px;
| line-height: 30px;
| padding-left: 20px;
| background: url(../../images/icons/g-i30.png) no-repeat left center;
| background-size: 11px;
| margin-left: 14px;
| }
| .chart{
| height: 228px;
| }
| .g-chart{
| position: relative;
| }
| .g-chart .info{
| position: absolute;
| top: 50%;
| left: 50%;
| transform: translate(-50%, -50%);
| display: block;
| font-size: 13px;
| color: #000;
| text-align: center;
| }
| .g-chart .info b{
| display: block;
| font-size: 23px;
| }
|
|