cwjbxqmz
2023-12-06 076453e8b7fa8f2c710aca1c7154951e3a50d578
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
body {
    font-family: Arial, "Microsoft YaHei";
    background-color: #ffffff;
}
 
.layui-tab-card > .layui-tab-title {
    background-color: #ffffff;
}
 
.layui-badge-rim, .layui-border, .layui-colla-content, .layui-colla-item, .layui-collapse, .layui-elem-field, .layui-form-pane .layui-form-item[pane], .layui-form-pane .layui-form-label, .layui-input, .layui-layedit, .layui-layedit-tool, .layui-panel, .layui-quote-nm, .layui-select, .layui-tab-bar, .layui-tab-card, .layui-tab-title, .layui-tab-title .layui-this:after, .layui-textarea {
    border-color: #eee;
}
 
.layui-content {
    height: 150px;
}
 
.content3 {
    height: 595px;
}
 
.content4 {
    height: 640px;
}
 
.cnt {
    border: 1px solid #5FB878;
    height: 150px;
    border-radius: 5px;
    /*background: -webkit-gradient(linear, 0% 0%, 0% 50%,from(#262525), to(#262525));*/ /*谷歌*/
}
 
.ctop:hover {
    cursor: pointer; /*鼠标变成手指样式*/
  /*  -webkit-transition: border linear .1s,-webkit-box-shadow linear .5s;
    border-color: rgba(95,184, 120,.75);
    -webkit-box-shadow: 0 0 18px rgba(95,184,120);*/
}
 
.check {
    cursor: pointer; /*鼠标变成手指样式*/
    -webkit-transition: border linear .1s,-webkit-box-shadow linear .5s;
    border-color: rgba(95,184, 120,.75);
    -webkit-box-shadow: 0 0 18px rgba(95,184,120);
}
.check1 {
    cursor: pointer; /*鼠标变成手指样式*/
    -webkit-transition: border linear .1s,-webkit-box-shadow linear .5s;
    border-color: rgba(0,148, 255,.75);
    -webkit-box-shadow: 0 0 18px rgba(0,148,255);
}
 
.cns {
    border: 1px solid #5FB878;
    height: 160px;
    border-radius: 5px;
}
 
.topright dt img {
    display: block;
    height: 145px;
    width: 100%;
}
 
dt {
    height: 145px;
    width: 20%;
    border: 1px solid rgb(0 0 0 / 10%);
}
 
dl {
    overflow: hidden;
    margin: 2px 0px;
}
 
.topright > dd {
    padding: 0px 10px;
    width: 50%;
}
 
dt, dd {
    float: left;
}
 
.cnt h1, .cns h1 {
    line-height: 25px;
    margin: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
 
h1 span {
    font-family: "微软雅黑";
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 0.9;
    font-size:12px;
}
 
.cnt, .cns dl dd {
    margin: 0 auto;
    /*text-align:center;*/
}
 
.layui-show {
    padding: 5px 10px;
}
 
.color_border1 {
    border: 0.4em solid #ffd800;
    background-color: #ffd800;
}
 
.color_border2 {
    border: 0.4em solid #09d1ea;
    background-color: #09d1ea;
}
 
.color_border3 {
    border: 0.4em solid #808080;
    background-color: #808080;
}
.color_border4 {
    border: 0.4em solid #13ad4c;
    background-color: #13ad4c;
}
 
.gj_icon {
    border-radius: 0.4em;
    width: 1px;
    height: 1px;
    display: inline-block;
    vertical-align: 0px;
    margin-right: 14px;
}
 
.imgicon {
    height: 100px;
    display: block;
    text-align: center;
}
 
.imgtitle {
    text-align: center;
    display: block;
    font-size: 20px;
}
 
.layui-icon {
    font-size: 90px;
}
 
.imgicon0 {
    height: 100px;
    display: block;
    text-align: center;
    margin: 0.2em auto;
    width: 100px;
}
 
    .imgicon0:hover {
        cursor: pointer; /*鼠标变成手指样式*/
        -webkit-transition: border linear .1s,-webkit-box-shadow linear .5s;
        border-color: rgba(141,39,142,.75);
        -webkit-box-shadow: 0 0 18px rgba(111,1,32,3);
    }
 
.bottomright {
    cursor: pointer; /*鼠标变成手指样式*/
    transition: all 0.6s; /*所有属性变化在0.6秒内执行动画*/
}
 
    .bottomright:hover {
        transform: scale(1.3); /*鼠标放上之后元素变成1.4倍大小*/
    }
 
#mychart1, #mychart2 {
    width: 100%;
    height: 320px;
}
 
.delete {
    width: 20px;
    height: 20px;
    border-radius: 60%;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 30px;
}
 
    .delete:hover {
        cursor: pointer; /*鼠标变成手指样式*/
    }
 
.tcenter {
    width: 100%;
}
 
.prs {
    font-family: "微软雅黑";
    font-weight: bold;
    line-height: 30px;
    margin: 0 0px 0px 10px;
    float: left;
}
 
.layui-progress {
    width: 60%;
    float: left;
    top: 6px;
}