4 Commits 0c4611b654 ... 1a88686d44

Author SHA1 Message Date
  chenghanbin 1a88686d44 Merge branch 'dev' of http://101.36.160.140:21044/portal-site-vue-qinghai/portal-site-web into dev 4 months ago
  chenghanbin 053e8134f1 Merge branch 'dev-chb' of http://101.36.160.140:21044/portal-site-vue-qinghai/portal-site-web into dev 4 months ago
  chenghanbin c5e75834bd 删除副本 4 months ago
  chenghanbin d41813dd50 修改图标 4 months ago
4 changed files with 28 additions and 7 deletions
  1. BIN
      src/assets/menu/nav3.png
  2. BIN
      src/assets/menu/nav4.png
  3. BIN
      src/assets/menu/nav5.png
  4. 28 7
      src/style/zwgk/menuModule.less

BIN
src/assets/menu/nav3.png


BIN
src/assets/menu/nav4.png


BIN
src/assets/menu/nav5.png


+ 28 - 7
src/style/zwgk/menuModule.less

@@ -8,6 +8,7 @@
8 8
 
9 9
     .el-menu {
10 10
       border: none;
11
+
11 12
       .el-menu-item-group {
12 13
         height: 70px;
13 14
         text-align: center;
@@ -56,21 +57,38 @@
56 57
           word-wrap: break-word;
57 58
         }
58 59
       }
59
-      .is-active{
60
+
61
+      .is-active {
60 62
         background: #1b68c0;
61
-        .muneName{
63
+
64
+        .muneName {
62 65
           color: #fff;
63 66
         }
64 67
       }
65 68
 
66 69
       .menuBox {
67 70
         font-size: 23px;
71
+
68 72
         margin-bottom: 15px;
69
-        background: #f2f2f2;
70
-        border: 1px solid #ddd;
71 73
 
72
-        &:hover {
73
-          .el-sub-menu__title {
74
+        .el-sub-menu__title {
75
+          color: #fff;
76
+          height: 80px !important;
77
+          border-radius: 6px;
78
+          background: #f2f2f2;
79
+          border: 1px solid #ddd;
80
+        }
81
+
82
+        .el-menu-item {
83
+          width: 100%;
84
+          margin: 10px 0;
85
+          background: #FAFAFA;
86
+
87
+          .muneName {
88
+            width: 100%;
89
+          }
90
+
91
+          &:hover {
74 92
             color: #fff;
75 93
             background: #1b68c0;
76 94
           }
@@ -79,7 +97,10 @@
79 97
         .el-sub-menu__title {
80 98
           height: 70px;
81 99
           color: #1c68c0;
82
-
100
+          &:hover {
101
+            color: #fff;
102
+            background: #1b68c0;
103
+          }
83 104
           .el-icon {
84 105
             font-size: 22px;
85 106
           }