Quellcode durchsuchen

efAnalysisSharingEnginePush index.css 韩正义 commit at 2020-12-03

韩正义 vor 4 Jahren
Ursprung
Commit
b3c0118589
1 geänderte Dateien mit 35 neuen und 0 gelöschten Zeilen
  1. 35 0
      efAnalysisSharingEnginePush/frontImplementation/index.css

+ 35 - 0
efAnalysisSharingEnginePush/frontImplementation/index.css

@@ -197,3 +197,38 @@ header .filterSec {
   content: '';
   top: 0.07rem;
   right: -0.35rem;
+  width: 0.375rem;
+  height: 1px;
+  border-bottom: 1px solid rgba(25, 140, 186, 0.5);
+  display: inline-block;
+  transform: rotate(25deg);
+  position: absolute;
+}
+.panel h2 img {
+  height: 0.125rem;
+  vertical-align: middle;
+}
+.panel h2 span {
+  margin: 0 0.1875rem;
+}
+.panel .chart {
+  height: calc(100% - 0.6rem);
+}
+.tab-line {
+  height: 0.6rem;
+  margin: 0.25rem 0;
+  display: inline-block;
+}
+.tab-line a {
+  font-size: 0.175rem;
+  color: #0090F5;
+  padding: 0.125rem 0.45rem;
+  display: block;
+  float: left;
+  border: 1px solid #0096ff;
+  text-decoration: none;
+}
+.tab-line a.active {
+  background: #0096FF;
+  color: #fff;
+}