Showing
1 changed file
with
5 additions
and
1 deletions
@@ -56,6 +56,10 @@ | @@ -56,6 +56,10 @@ | ||
56 | 56 | ||
57 | .good-detail-img { | 57 | .good-detail-img { |
58 | position: relative; | 58 | position: relative; |
59 | + display: table-cell; | ||
60 | + height: 388rem / $pxConvertRem; | ||
61 | + vertical-align: middle; | ||
62 | + | ||
59 | .good-islike { | 63 | .good-islike { |
60 | position: absolute; | 64 | position: absolute; |
61 | width: 60rem / $pxConvertRem; | 65 | width: 60rem / $pxConvertRem; |
@@ -75,7 +79,7 @@ | @@ -75,7 +79,7 @@ | ||
75 | img { | 79 | img { |
76 | display: block; | 80 | display: block; |
77 | width: 100%; | 81 | width: 100%; |
78 | - max-height: 366rem / $pxConvertRem; | 82 | + max-height: 388rem / $pxConvertRem; |
79 | } | 83 | } |
80 | 84 | ||
81 | .few-tag { | 85 | .few-tag { |
-
Please register or login to post a comment