Ver código fonte

waterAnalysisDataVisualization index.css 邵敏 commit at 2020-10-09

邵敏 4 anos atrás
pai
commit
93b44804d8

+ 33 - 0
waterAnalysisDataVisualization/frontImplementation/index.css

@@ -135,3 +135,36 @@ header .filterSec {
   top: 0;
   right: 0;
   content: "";
+  width: 10px;
+  height: 10px;
+  border-top: 2px solid #28BEFC;
+  border-right: 2px solid #28BEFC;
+}
+.panel .panel-footer {
+  position: absolute;
+  left: 0;
+  bottom: 0;
+  width: 100%;
+}
+.panel .panel-footer::before {
+  position: absolute;
+  bottom: 0;
+  left: 0;
+  content: "";
+  width: 10px;
+  height: 10px;
+  border-bottom: 2px solid #28BEFC;
+  border-left: 2px solid #28BEFC;
+}
+.panel .panel-footer::after {
+  position: absolute;
+  bottom: 0;
+  right: 0;
+  content: "";
+  width: 10px;
+  height: 10px;
+  border-bottom: 2px solid #28BEFC;
+  border-right: 2px solid #28BEFC;
+}
+.panel h2 {
+  height: 0.6rem;