|
@@ -271,3 +271,154 @@ header .filterSec {
|
|
|
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;
|
|
|
+ margin-bottom: 0.1rem;
|
|
|
+ font-family: IMPACT;
|
|
|
+}
|
|
|
+.bar-3d ul li .num.total {
|
|
|
+ color: #FF3E3E;
|
|
|
+}
|
|
|
+.bar-3d ul li .num.unsolve {
|
|
|
+ color: #FA742B;
|
|
|
+}
|
|
|
+.bar-3d ul li .num.solved {
|
|
|
+ color: #1DD9E5;
|
|
|
+}
|
|
|
+.exportBox {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: 1rem;
|
|
|
+ top: 1rem;
|
|
|
+ font-size: 14px;
|
|
|
+ width: 100%;
|
|
|
+ height: 90%;
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+.exportBox table,
|
|
|
+.exportBox table tr th,
|
|
|
+.exportBox table tr td {
|
|
|
+ border: 1px solid #eee;
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+.exportBox td,
|
|
|
+.exportBox th {
|
|
|
+ padding: 3px 0;
|
|
|
+}
|
|
|
+.exportBox .exportContainer {
|
|
|
+ z-index: 19000;
|
|
|
+ width: 650px;
|
|
|
+ margin: 0 auto;
|
|
|
+ box-shadow: #888888 0px 0px 4px;
|
|
|
+ display: block;
|
|
|
+ background: #1f2833;
|
|
|
+ color: #fff;
|
|
|
+ height: calc(100% - 1rem);
|
|
|
+ overflow: auto;
|
|
|
+ padding: 15px;
|
|
|
+}
|
|
|
+.exportBox h3.title {
|
|
|
+ text-align: center;
|
|
|
+ background: #1f2833;
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+.exportBox section {
|
|
|
+ padding-bottom: 30px;
|
|
|
+}
|
|
|
+.exportBox section .table-sub {
|
|
|
+ margin-top: 10px;
|
|
|
+ font-size: 13px;
|
|
|
+}
|