Authored by biao

解决问题: 1. 购物车点击物品勾选框时容易点到图片。 2.替换为你优选的人民币符号。code review by XWG

@@ -4,10 +4,10 @@ @@ -4,10 +4,10 @@
4 padding-left: 16rem / $pxConvertRem; 4 padding-left: 16rem / $pxConvertRem;
5 5
6 .prevent-img-click { 6 .prevent-img-click {
7 - width: 0.5rem;  
8 - height: 5rem; 7 + width: 20rem / $pxConvertRem;
  8 + height: 200rem / $pxConvertRem;
9 position: absolute; 9 position: absolute;
10 - background-color: transprent; 10 + background-color: transparent;
11 z-index: 99; 11 z-index: 99;
12 } 12 }
13 13