浏览代码

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

邵敏 4 年之前
父节点
当前提交
93b44804d8
共有 1 个文件被更改,包括 33 次插入0 次删除
  1. 33 0
      waterAnalysisDataVisualization/frontImplementation/index.css

+ 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;