From e9c48bd7356462ba9257540b130a47a65ad1861d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 26 八月 2021 17:17:11 +0800
Subject: [PATCH] 2021-08-26

---
 src/components/header/index.scss |   39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/src/components/header/index.scss b/src/components/header/index.scss
index 77b3ade..7c4e021 100644
--- a/src/components/header/index.scss
+++ b/src/components/header/index.scss
@@ -178,3 +178,42 @@
     padding-right: 30px;
   }
 }
+.menu-board {
+  background: #ffffff;
+  padding: 20px 50px;
+  border-radius: 4px;
+  box-shadow: 0 0 3px #959595;
+  position: relative;
+  left: 11.8%;
+  .menu-wrap {
+    .title {
+      color: #1890ff;
+      font-size: 15px;
+      font-weight: 600;
+    }
+    .menu-detail {
+      max-width: 60vw;
+      padding: 5px 0 10px 15px;
+      div {
+        float: left;
+        margin-bottom: 5px;
+        width: 120px;
+        overflow: hidden;
+        white-space: nowrap;
+        text-overflow: ellipsis;
+        cursor: pointer;
+      }
+      div:hover {
+        color: #40a9ff;
+      }
+      div:not(:last-child) {
+        margin-right: 20px;
+      }
+    }
+    .menu-detail::after {
+      content: ' ';
+      display: block;
+      clear: both;
+    }
+  }
+}
\ No newline at end of file

--
Gitblit v1.8.0