Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
Showing
3 changed files
with
8 additions
and
2 deletions
framework @ 119c247f
@@ -11,11 +11,16 @@ | @@ -11,11 +11,16 @@ | ||
11 | } | 11 | } |
12 | } | 12 | } |
13 | 13 | ||
14 | + .classify-list { | ||
15 | + border-top: 1px solid #e0e0e0; | ||
16 | + border-bottom: 1px solid #e0e0e0; | ||
17 | + } | ||
18 | + | ||
14 | .classify-list > li { | 19 | .classify-list > li { |
15 | float: left; | 20 | float: left; |
16 | width: 212rem / $pxConvertRem; | 21 | width: 212rem / $pxConvertRem; |
17 | height: 192rem / $pxConvertRem; | 22 | height: 192rem / $pxConvertRem; |
18 | - border-bottom: 1px solid #e0e0e0; | 23 | + border-top: 1px solid #e0e0e0; |
19 | border-right: 1px solid #e0e0e0; | 24 | border-right: 1px solid #e0e0e0; |
20 | } | 25 | } |
21 | 26 |
-
Please register or login to post a comment