|
@@ -66,9 +66,9 @@ textarea:-ms-input-placeholder {
|
|
|
header {
|
|
|
position: relative;
|
|
|
/* height: 1.25rem; */
|
|
|
- height: 1.125rem;
|
|
|
+ height: .9625rem;
|
|
|
background: url(../images/head_bg.png) no-repeat;
|
|
|
- background-position: 20% 0;
|
|
|
+ background-position: center 0;
|
|
|
background-size: cover;
|
|
|
min-width: 1024px;
|
|
|
/* max-width: 1920px; */
|
|
@@ -78,7 +78,7 @@ header {
|
|
|
min-width: 1024px;
|
|
|
/* max-width: 1920px; */
|
|
|
padding: 0.125rem 0.125rem 0;
|
|
|
- height: calc(100% - 1.125rem);
|
|
|
+ height: calc(100% - .9625rem);
|
|
|
color: #fff;
|
|
|
min-height: 650px;
|
|
|
/* min-height: 750px */
|
|
@@ -133,19 +133,19 @@ header {
|
|
|
background-image: url(../images/statisTop-bg.png);
|
|
|
position: relative;
|
|
|
height: 3.875rem;
|
|
|
- /* border: 1px solid #0065C7; */
|
|
|
+ border: 1px solid #0065C7;
|
|
|
/* background: rgba(9, 9, 27, 0.8); */
|
|
|
/* border: 1px solid rgba(25, 186, 139, 0.17); */
|
|
|
/* background: rgba(255, 255, 255, 0.04) url(../images/line\(1\).png); */
|
|
|
padding: 0 .275rem 0.2rem;
|
|
|
margin-bottom: .225rem;
|
|
|
- padding-top: .825rem;
|
|
|
+ padding-top: .725rem;
|
|
|
background-size: cover;
|
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
|
|
|
|
.panel.statisTop {
|
|
|
- height: 60%;
|
|
|
+ height: 50%;
|
|
|
/* border: 1px solid red */
|
|
|
}
|
|
|
|
|
@@ -212,7 +212,7 @@ header {
|
|
|
/* el-select 下拉框 样式 */
|
|
|
|
|
|
.panel.statisBottom {
|
|
|
- height: calc(100% - 60% - 0.225rem);
|
|
|
+ height: calc(100% - 50% - 0.225rem);
|
|
|
/* border: 1px solid red */
|
|
|
}
|
|
|
|
|
@@ -302,11 +302,11 @@ header {
|
|
|
.panel h2:after {
|
|
|
position: absolute;
|
|
|
display: inline-block;
|
|
|
- height: 14px;
|
|
|
+ height: .2375rem;
|
|
|
vertical-align: middle;
|
|
|
border-right: 3px solid #fff;
|
|
|
- top: 10px;
|
|
|
- left: -10px;
|
|
|
+ top: .17rem;
|
|
|
+ left: -0.17rem;
|
|
|
content: '';
|
|
|
}
|
|
|
|
|
@@ -448,6 +448,10 @@ p {
|
|
|
color: #0DF4FE
|
|
|
}
|
|
|
|
|
|
+.text-dBlue {
|
|
|
+ color: #2FA4EE
|
|
|
+}
|
|
|
+
|
|
|
.text-yellow {
|
|
|
color: #FEB70D
|
|
|
}
|
|
@@ -466,7 +470,7 @@ p {
|
|
|
|
|
|
.alarm,
|
|
|
.text-red {
|
|
|
- color: #FF0000
|
|
|
+ color: #F66167
|
|
|
}
|
|
|
|
|
|
.statisSec ul {
|
|
@@ -480,7 +484,7 @@ p {
|
|
|
}
|
|
|
|
|
|
.statisSec .statisTop ul {
|
|
|
- height: 29%;
|
|
|
+ height: 27%;
|
|
|
}
|
|
|
|
|
|
.statisSec ul li {
|
|
@@ -495,8 +499,13 @@ p {
|
|
|
margin-bottom: .06rem
|
|
|
}
|
|
|
|
|
|
+.statisSec ul li img {
|
|
|
+ width: .45rem;
|
|
|
+ margin-bottom: .08rem
|
|
|
+}
|
|
|
+
|
|
|
.num {
|
|
|
- font-size: .35rem;
|
|
|
+ font-size: .3rem;
|
|
|
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
|
|
|
}
|
|
|
|
|
@@ -573,7 +582,7 @@ p {
|
|
|
|
|
|
.filterSec {
|
|
|
position: absolute;
|
|
|
- top: .62rem;
|
|
|
+ top: .1rem;
|
|
|
right: 10px;
|
|
|
z-index: 11;
|
|
|
text-align: right;
|
|
@@ -581,16 +590,16 @@ p {
|
|
|
|
|
|
.filterSec select,
|
|
|
.filterSec option {
|
|
|
- border: 1px solid #036B77;
|
|
|
+ border: 1px solid #0081FF;
|
|
|
min-width: 2.05rem;
|
|
|
font-size: .15rem;
|
|
|
- height: .27rem;
|
|
|
- color: #036B77;
|
|
|
+ height: .45rem;
|
|
|
+ color: #fff;
|
|
|
line-height: 0.45rem;
|
|
|
/* background: rgba(0, 0, 0, 0); */
|
|
|
outline: none;
|
|
|
padding-left: 0.1rem;
|
|
|
- background-image: -webkit-linear-gradient(bottom, #1298f5, #fff);
|
|
|
+ /* background-image: -webkit-linear-gradient(bottom, #0081FF, #fff); */
|
|
|
-webkit-background-clip: text;
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
}
|