From b5072d2f774a30b4e90458b09e34861e4c75f400 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 04 Aug 2022 17:32:45 +0800
Subject: [PATCH] 首页样式更改

---
 src/styles/element-ui.scss |   40 +++++++++++++++++++++++++++++++++++++++-
 1 files changed, 39 insertions(+), 1 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 51dc91e..2d104a8 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -6,7 +6,7 @@
     }
 }
 
-
+// icon图标
 .el-icon-my-sy {
     background: url('/img/icon/1016.png') center no-repeat;
     // background-size: 100% 100%;
@@ -31,6 +31,44 @@
     visibility: hidden;
 }
 
+.el-icon-my-nc-menu {
+    background: url('/img/icon/nc-menu.png') center no-repeat;
+    // background-size: 100% 100%;
+    /* background-size: cover;*/
+}
+
+.el-icon-my-nc-menu:before {
+    content: "替";
+    font-size: 24px;
+    visibility: hidden;
+}
+
+.el-icon-my-jksb-menu {
+    background: url('/img/icon/jksb-menu.png') center no-repeat;
+    // background-size: 100% 100%;
+    /* background-size: cover;*/
+}
+
+.el-icon-my-jksb-menu:before {
+    content: "替";
+    font-size: 24px;
+    visibility: hidden;
+}
+
+.el-icon-my-jcsb-menu {
+    background: url('/img/icon/jcsb-menu.png') center no-repeat;
+    // background-size: 100% 100%;
+    /* background-size: cover;*/
+}
+
+.el-icon-my-jcsb-menu:before {
+    content: "替";
+    font-size: 24px;
+    visibility: hidden;
+}
+
+
+
 .dialog-fixed {
     margin: 0 !important;
     position: fixed;

--
Gitblit v1.9.3