瀏覽代碼

修改图片路径

zhangxc 6 年之前
父節點
當前提交
ee002f6e29
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/css/indexHorizontal.less

+ 2 - 2
src/css/indexHorizontal.less

@@ -99,7 +99,7 @@
         display: inline-block;
         position: relative;
         top: 0px;
-        background: url('/images/show.png') center center no-repeat;
+        background: url('../images/show.png') center center no-repeat;
     }
 }
 
@@ -118,7 +118,7 @@
         display: inline-block;
         position: relative;
         top: 0px;
-        background: url('/images/collapse.png') center center no-repeat;
+        background: url('../images/collapse.png') center center no-repeat;
     }
 }
 .itemAllBox{