|
@@ -365,3 +365,98 @@ a.button text {
|
|
|
}
|
|
|
.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;
|
|
|
+}
|
|
|
+.exportBox section .innerChart {
|
|
|
+ width: 100%;
|
|
|
+ height: 220px;
|
|
|
+ padding: 10px 0;
|
|
|
+}
|
|
|
+.exportBox section .summary2 {
|
|
|
+ display: flex;
|
|
|
+ margin: 0 10px;
|
|
|
+ line-height: 1.5;
|
|
|
+}
|
|
|
+.exportBox section .summary2 > div:first-child {
|
|
|
+ width: 60px;
|
|
|
+}
|
|
|
+.exportBox section .summary2 > div:last-child {
|
|
|
+ width: calc(100% - 30px);
|
|
|
+}
|
|
|
+.exportBox section .big-tit {
|
|
|
+ padding: 10px 0;
|
|
|
+ background: #1f2833;
|
|
|
+}
|
|
|
+.exportBox .section1 {
|
|
|
+ background: #1f2833;
|
|
|
+}
|
|
|
+.layui-layer-title {
|
|
|
+ background: #081A32 !important;
|
|
|
+ color: #fff !important;
|
|
|
+ border-bottom: 1px solid #1E9FFF !important;
|
|
|
+}
|
|
|
+.layui-layer {
|
|
|
+ background: #072442 !important;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.layui-layer-ico {
|
|
|
+ border-radius: 50%;
|
|
|
+}
|
|
|
+.layui-layer-btn .layui-layer-btn0 {
|
|
|
+ font-size: 0.3rem;
|
|
|
+}
|