Authored by ccbikai

有货图标背景渐变

@@ -36,8 +36,9 @@ @@ -36,8 +36,9 @@
36 height: 44px; 36 height: 44px;
37 text-align: center; 37 text-align: center;
38 color: #fff; 38 color: #fff;
39 - background-image: linear-gradient(#323232, #0f0f0f);  
40 border-radius: 10px; 39 border-radius: 10px;
  40 + @include background(linear-gradient(#323232, #0f0f0f));
  41 + // background-image: linear-gradient(#323232, #0f0f0f);
41 } 42 }
42 } 43 }
43 44