소스 검색

首次提交

ZaiZai 1 년 전
부모
커밋
9034a2569f
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 14 0
      src/layout/index.scss

+ 14 - 0
src/layout/index.scss

@@ -34,6 +34,20 @@
                 opacity: .8;
             }
         }
+        .header-top-collapse-bar {
+            position: relative;
+            height: 100%;
+            font-size: 20px;
+            display: flex;
+            justify-content: center;
+            align-items: center;
+            padding: 0 10px;
+            cursor: pointer;
+            transition: opacity .2s;
+            &:hover {
+                opacity: 0.7;
+            }
+        }
         .header-top-menu-bar {
             position: relative;
             padding: 0 4px;