fix image path in css

This commit is contained in:
mose 2019-09-19 11:57:36 +08:00
parent 593e5332a1
commit 3c64520476
1 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@ li {
content: "";
position: absolute;
top: -70px;
background: url("images/bulbs.png");
background: url("../images/bulbs.png");
background-repeat: no-repeat;
width: 120px;
height: 120px;
@ -114,7 +114,7 @@ li {
content: "";
position: absolute;
top: -35px;
background: url("images/coaaaa.png");
background: url("../images/coaaaa.png");
background-repeat: no-repeat;
width: 120px;
height: 120px;
@ -123,7 +123,7 @@ li {
content: "";
position: absolute;
top: -45px;
background: url("images/agir.png");
background: url("../images/agir.png");
background-repeat: no-repeat;
width: 120px;
height: 120px;