Authored by biao

fix pay center image url. code review by LZF

@@ -36,7 +36,7 @@ @@ -36,7 +36,7 @@
36 > div { 36 > div {
37 width: 60rem / $pxConvertRem; 37 width: 60rem / $pxConvertRem;
38 height: 60rem / $pxConvertRem; 38 height: 60rem / $pxConvertRem;
39 - background-image: image-url("/img/layout/pay-icon.png"); 39 + background-image: image-url("layout/pay-icon.png");
40 background-size: 90%; 40 background-size: 90%;
41 background-position-y: 8rem / $pxConvertRem; 41 background-position-y: 8rem / $pxConvertRem;
42 background-position-x: center; 42 background-position-x: center;