|
@@ -422,3 +422,41 @@ a.button text {
|
|
|
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;
|
|
|
+}
|