Authored by 郝肖肖

帮助小字颜色样式修改

@@ -39,6 +39,7 @@ @@ -39,6 +39,7 @@
39 font-size: 14px; 39 font-size: 14px;
40 line-height: 70px; 40 line-height: 70px;
41 padding: 0 $space; 41 padding: 0 $space;
  42 + border: 0 !important;
42 43
43 div { 44 div {
44 line-height: 1.6; 45 line-height: 1.6;
@@ -11,6 +11,7 @@ @@ -11,6 +11,7 @@
11 width: 150px; 11 width: 150px;
12 margin-right: 10px; 12 margin-right: 10px;
13 background: #fff; 13 background: #fff;
  14 + padding-bottom: 10px;
14 15
15 .title { 16 .title {
16 height: 60px; 17 height: 60px;
@@ -61,7 +62,10 @@ @@ -61,7 +62,10 @@
61 .smll-category { 62 .smll-category {
62 display: none; 63 display: none;
63 font-size: 13px; 64 font-size: 13px;
64 - color: #666; 65 +
  66 + a {
  67 + color: #999;
  68 + }
65 } 69 }
66 } 70 }
67 } 71 }