Przeglądaj źródła

efAnalysisdataVisualization index.css 姚强 commit at 2021-03-29

姚强 4 lat temu
rodzic
commit
3c5e882792

+ 38 - 0
efAnalysisdataVisualization/frontImplementation/index.css

@@ -422,3 +422,41 @@ a.button text {
   margin-top: 10px;
   margin-top: 10px;
   font-size: 13px;
   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;
+}