From e911c5fa1f968f5bb88d1ea3f893e285249c5933 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Tue, 22 Mar 2022 09:51:45 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/styles/pcpage/element-ui.scss |   62 +++++++++++++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/src/styles/pcpage/element-ui.scss b/src/styles/pcpage/element-ui.scss
index 75fc429..2c8cbc8 100644
--- a/src/styles/pcpage/element-ui.scss
+++ b/src/styles/pcpage/element-ui.scss
@@ -18,6 +18,8 @@
             border-bottom: none !important;
         }
 
+
+
         .el-menu-item:hover {
             background: #1A78C2 !important;
         }
@@ -42,6 +44,8 @@
                     font-size: 16px !important;
                 }
             }
+
+
         }
 
         .el-main {
@@ -92,4 +96,62 @@
 
 .el-image-viewer__wrapper {
     z-index: 111111 !important;
+}
+
+.el-menu--horizontal.only-life-box {
+    position: fixed !important;
+    top: 0 !important;
+    left: 0 !important;
+    right: 0 !important;
+    bottom: 0 !important;
+    margin: auto !important;
+    padding: 10px !important;
+    background: #2195f394;
+    width: 720px;
+    height: 258px;
+    border-radius: 10px;
+    overflow: hidden;
+
+
+    ul {
+        width: 100%;
+        height: 100%;
+        display: flex;
+        flex-wrap: wrap;
+        border-top: 1px solid #e5e5e5 !important;
+        border-right: 1px solid #e5e5e5 !important;
+        border-radius: 10px !important;
+        overflow: hidden;
+
+        li {
+            width: 180px !important;
+            height: 86px !important;
+            line-height: 86px !important;
+            // border-top: 1px solid #e5e5e5 !important;
+            border-left: 1px solid #e5e5e5 !important;
+            box-sizing: border-box;
+        }
+
+        li:nth-child(1) {
+            border-top-left-radius: 10px
+        }
+
+        li:nth-child(4) {
+            border-top-right-radius: 10px
+        }
+
+        li:nth-child(9) {
+            border-bottom-left-radius: 10px
+        }
+
+        li:nth-child(12) {
+            border-bottom-right-radius: 10px;
+        }
+
+        li:nth-child(12).el-menu-item {
+            border-bottom: 1px solid #e5e5e5 !important;
+        }
+
+
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.3