From b1086afdaad5ccbf9d68fbae5529d3644f690f71 Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Mon, 29 Aug 2022 17:58:41 +0800
Subject: [PATCH] 修改图片访问地址
---
src/styles/index.css | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/styles/index.css b/src/styles/index.css
index cd0a317..369e8b2 100644
--- a/src/styles/index.css
+++ b/src/styles/index.css
@@ -6,7 +6,7 @@
}
.el-icon-my-sy {
- background: url("/img/icon/1016.png") center no-repeat;
+ background: url("../../public/img/icon/1016.png") center no-repeat;
/* background-size: cover;*/
}
@@ -17,7 +17,7 @@
}
.el-icon-my-sb {
- background: url("/img/icon/3666.png") center no-repeat;
+ background: url("../../public/img/icon/3666.png") center no-repeat;
/* background-size: cover;*/
}
@@ -28,7 +28,7 @@
}
.el-icon-my-nc-menu {
- background: url("/img/icon/nc-menu.png") center no-repeat;
+ background: url("../../public/img/icon/nc-menu.png") center no-repeat;
/* background-size: cover;*/
}
@@ -39,7 +39,7 @@
}
.el-icon-my-jksb-menu {
- background: url("/img/icon/jksb-menu.png") center no-repeat;
+ background: url("../../public/img/icon/jksb-menu.png") center no-repeat;
/* background-size: cover;*/
}
@@ -50,7 +50,7 @@
}
.el-icon-my-jcsb-menu {
- background: url("/img/icon/jcsb-menu.png") center no-repeat;
+ background: url("../../public/img/icon/jcsb-menu.png") center no-repeat;
/* background-size: cover;*/
}
@@ -934,14 +934,14 @@
width: 200px;
height: 50px;
color: #fff;
- background: url(/img/icon/popup-nav-btn.png) no-repeat;
+ background: url(../../public/img/icon/popup-nav-btn.png) no-repeat;
background-size: 100% 100%;
cursor: pointer;
font-size: 18px;
}
.public-nape-plot-details .header .nav.on {
- background: url(/img/icon/popup-nav-btn-sel.png) no-repeat;
+ background: url(../../public/img/icon/popup-nav-btn-sel.png) no-repeat;
background-size: 100% 100%;
}
--
Gitblit v1.9.3