Authored by Lynnic

修正了图片不能正确按比例显示的bug

... ... @@ -95,7 +95,7 @@
img {
margin-top: pxToRem(20px);
width: pxToRem(581px);
height: pxToRem(772px);
height:auto;
}
}
margin-top: pxToRem(30px);
... ...