|
@@ -168,3 +168,200 @@ header .filterSec {
|
|
|
}
|
|
|
.panel h2 {
|
|
|
height: 0.6rem;
|
|
|
+ line-height: 0.6rem;
|
|
|
+ text-align: center;
|
|
|
+ color: #0096FF;
|
|
|
+ font-size: 0.25rem;
|
|
|
+ font-weight: 400;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.panel h2 .line {
|
|
|
+ height: 1px;
|
|
|
+ background: rgba(25, 140, 186, 0.5);
|
|
|
+ position: relative;
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+.panel h2 .line:before {
|
|
|
+ content: '';
|
|
|
+ top: 0.07rem;
|
|
|
+ left: -0.37rem;
|
|
|
+ width: 0.375rem;
|
|
|
+ height: 1px;
|
|
|
+ border-bottom: 1px solid rgba(25, 140, 186, 0.5);
|
|
|
+ display: inline-block;
|
|
|
+ transform: rotate(335deg);
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+.panel h2 .line:after {
|
|
|
+ content: '';
|
|
|
+ top: 0.07rem;
|
|
|
+ right: -0.35rem;
|
|
|
+ width: 0.375rem;
|
|
|
+ height: 1px;
|
|
|
+ border-bottom: 1px solid rgba(25, 140, 186, 0.5);
|
|
|
+ display: inline-block;
|
|
|
+ transform: rotate(25deg);
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+.panel h2 img {
|
|
|
+ height: 0.125rem;
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+.panel h2 span {
|
|
|
+ margin: 0 0.1875rem;
|
|
|
+}
|
|
|
+.panel .chart {
|
|
|
+ height: calc(100% - 0.6rem);
|
|
|
+}
|
|
|
+.tab-line {
|
|
|
+ height: 0.6rem;
|
|
|
+ margin: 0.25rem 0;
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+.tab-line a {
|
|
|
+ font-size: 0.175rem;
|
|
|
+ color: #0090F5;
|
|
|
+ padding: 0.125rem 0.45rem;
|
|
|
+ display: block;
|
|
|
+ float: left;
|
|
|
+ border: 1px solid #0096ff;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+.tab-line a.active {
|
|
|
+ background: #0096FF;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ html {
|
|
|
+ font-size: 42px !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (min-width: 1920) {
|
|
|
+ html {
|
|
|
+ font-size: 80px !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+.line.panel {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.line.panel .chart {
|
|
|
+ height: 50%;
|
|
|
+}
|
|
|
+.hotAnalysis.panel .chart,
|
|
|
+.data_fluctuation.panel .chart {
|
|
|
+ height: 62%;
|
|
|
+ margin-top: 0.5rem;
|
|
|
+}
|
|
|
+/* 搜索区域样式 */
|
|
|
+.filterSec {
|
|
|
+ position: absolute;
|
|
|
+ bottom: -0.0625rem;
|
|
|
+ right: 0;
|
|
|
+ font-size: 0.175rem;
|
|
|
+}
|
|
|
+.filterSec select,
|
|
|
+.filterSec input {
|
|
|
+ border: 1px solid #64A7D4;
|
|
|
+ width: 2.1rem;
|
|
|
+ height: 0.35rem;
|
|
|
+ color: #fff;
|
|
|
+ line-height: 0.35rem;
|
|
|
+ background: rgba(0, 0, 0, 0);
|
|
|
+ margin-right: 0.4rem;
|
|
|
+ font-size: 0.175rem;
|
|
|
+}
|
|
|
+.filterSec span {
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 0.125rem;
|
|
|
+ font-size: 0.175rem;
|
|
|
+}
|
|
|
+a.button {
|
|
|
+ padding: 0 0.15rem;
|
|
|
+ height: 0.35rem;
|
|
|
+ line-height: 0.35rem;
|
|
|
+ text-align: center;
|
|
|
+ border: 1px solid #64A7D4;
|
|
|
+ color: #fff;
|
|
|
+ display: inline-block;
|
|
|
+ text-decoration: none;
|
|
|
+ background: #034854;
|
|
|
+ cursor: pointer;
|
|
|
+ font-size: 0.175rem;
|
|
|
+}
|
|
|
+a.button img {
|
|
|
+ width: 0.25rem;
|
|
|
+ margin-top: -2px;
|
|
|
+ position: relative;
|
|
|
+ vertical-align: middle;
|
|
|
+}
|
|
|
+a.button text {
|
|
|
+ vertical-align: middle;
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+.mainbox.water .topSection .column:first-child {
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+.mainbox.water .topSection .column:nth-child(2) {
|
|
|
+ flex: 2;
|
|
|
+ margin: 0 0.275rem;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+.mainbox.water .topSection .column:last-child {
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+.water .divergence .chart {
|
|
|
+ margin-top: 0.5rem;
|
|
|
+ height: 60%;
|
|
|
+}
|
|
|
+.water .hiddenCheck .chart {
|
|
|
+ margin-top: 0.5rem;
|
|
|
+ height: 60%;
|
|
|
+}
|
|
|
+.summary {
|
|
|
+ color: #fff;
|
|
|
+ font-size: 0.175rem;
|
|
|
+ text-align: left;
|
|
|
+ width: 100%;
|
|
|
+ margin-top: 0.1rem;
|
|
|
+ height: 0.825rem;
|
|
|
+ padding: 0.15rem;
|
|
|
+ background-image: url(../images/summary-bg.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ display: flex;
|
|
|
+ align-items: top;
|
|
|
+}
|
|
|
+.summary div:first-child {
|
|
|
+ width: 0.85rem;
|
|
|
+}
|
|
|
+.summary div:last-child {
|
|
|
+ width: calc(100% - 0.85rem);
|
|
|
+ padding-right: 0.2rem;
|
|
|
+ height: 0.57rem;
|
|
|
+ overflow: auto;
|
|
|
+}
|
|
|
+.summary p {
|
|
|
+ line-height: 1.38;
|
|
|
+}
|
|
|
+.summary div {
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+.bar-3d .chart {
|
|
|
+ height: 50%;
|
|
|
+ background: url(../images/3d-bg.png);
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: 50% 80%;
|
|
|
+}
|
|
|
+.bar-3d ul {
|
|
|
+ color: #fff;
|
|
|
+ font-size: 0.2rem;
|
|
|
+ display: flex;
|
|
|
+ margin: 0.5625rem 0;
|
|
|
+}
|
|
|
+.bar-3d ul li {
|
|
|
+ flex: 1;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.bar-3d ul li .num {
|
|
|
+ font-size: 0.375rem;
|