|
@@ -106,7 +106,7 @@
|
|
|
width: 15px;
|
|
|
height: 10px;
|
|
|
display: inline-block;
|
|
|
- background: url("./image/icon-fadongji.png");
|
|
|
+ background: url("../image/icon-fadongji.png");
|
|
|
background-size: contain;
|
|
|
margin-right: 3px;
|
|
|
}
|
|
@@ -115,7 +115,7 @@
|
|
|
height: 13px;
|
|
|
transform: translateY(2px);
|
|
|
display: inline-block;
|
|
|
- background: url("./image/icon-bao.png") no-repeat;
|
|
|
+ background: url("../image/icon-bao.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
margin-right: 3px;
|
|
|
}
|