Authored by 毕凯

购物车 小圆点间距

@@ -202,8 +202,9 @@ @@ -202,8 +202,9 @@
202 li:before { 202 li:before {
203 content: ""; 203 content: "";
204 display: inline-block; 204 display: inline-block;
205 - width: 4px;  
206 - height: 4px; 205 + margin-right: 20rem / $pxConvertRem;
  206 + width: 8rem / $pxConvertRem;
  207 + height: 8rem / $pxConvertRem;
207 background-color: #000; 208 background-color: #000;
208 border-radius: 50%; 209 border-radius: 50%;
209 position: relative; 210 position: relative;