默认提交
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -25,9 +25,9 @@ $contentWidth:690px; | ... | @@ -25,9 +25,9 @@ $contentWidth:690px; |
25 | $imgHeight: 480px; | 25 | $imgHeight: 480px; |
26 | width: $imgWidth; | 26 | width: $imgWidth; |
27 | height: $imgHeight; | 27 | height: $imgHeight; |
28 | border: 1PX solid #F0F0F0; | 28 | // border: 1PX solid #F0F0F0; |
29 | border-radius: 4px; | 29 | border-radius: 4px; |
30 | @extend .bb; | 30 | // @extend .bb; |
31 | 31 | ||
32 | .swiper { | 32 | .swiper { |
33 | width: $imgWidth; | 33 | width: $imgWidth; | ... | ... |
-
Please register or sign in to post a comment