Showing
2 changed files
with
6 additions
and
1 deletions
@@ -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 | } |
-
Please register or login to post a comment