Showing
2 changed files
with
7 additions
and
5 deletions
@@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
9 | float: left; | 9 | float: left; |
10 | margin-bottom: 10px; | 10 | margin-bottom: 10px; |
11 | width: 20%; | 11 | width: 20%; |
12 | - height: 146px; | 12 | + height: 70PX; |
13 | text-align: center; | 13 | text-align: center; |
14 | 14 | ||
15 | &.item-4 { | 15 | &.item-4 { |
@@ -25,9 +25,9 @@ | @@ -25,9 +25,9 @@ | ||
25 | display: block; | 25 | display: block; |
26 | margin: 0 auto; | 26 | margin: 0 auto; |
27 | text-align: center; | 27 | text-align: center; |
28 | - width: 96px; | ||
29 | - height: 96px; | ||
30 | - line-height: 96px; | 28 | + width: 40PX; |
29 | + height: 40PX; | ||
30 | + line-height: 40PX; | ||
31 | box-sizing: border-box; | 31 | box-sizing: border-box; |
32 | overflow: hidden; | 32 | overflow: hidden; |
33 | 33 | ||
@@ -42,6 +42,7 @@ | @@ -42,6 +42,7 @@ | ||
42 | line-height: 44px; | 42 | line-height: 44px; |
43 | font-size: 12PX; | 43 | font-size: 12PX; |
44 | color: #444; | 44 | color: #444; |
45 | + transform: scale(0.9); | ||
45 | 46 | ||
46 | &:visited, | 47 | &:visited, |
47 | &:link, | 48 | &:link, |
-
Please register or login to post a comment