Authored by ccbikai

商品图片显示不整齐修复

@@ -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 {