Authored by xuqi

hot brands bg color

1 .hot-brands { 1 .hot-brands {
2 - background: #fff; 2 + background: #f0f0f0;
3 border-bottom: 1px solid #e0e0e0; 3 border-bottom: 1px solid #e0e0e0;
4 4
5 a { 5 a {
@@ -8,6 +8,10 @@ @@ -8,6 +8,10 @@
8 height: 100%; 8 height: 100%;
9 } 9 }
10 10
  11 + > * {
  12 + background: #fff;
  13 + }
  14 +
11 .brand { 15 .brand {
12 float: left; 16 float: left;
13 width: 158rem / $pxConvertRem; 17 width: 158rem / $pxConvertRem;