Authored by Lynnic

Merge branch 'feature/detailFix' of git.dev.yoho.cn:web/yohobuy into feature/detailFix

@@ -135,11 +135,20 @@ $basicBtnC:#eb0313; @@ -135,11 +135,20 @@ $basicBtnC:#eb0313;
135 // overflow: hidden; 135 // overflow: hidden;
136 } 136 }
137 .banner-top-single{ 137 .banner-top-single{
138 - height:pxToRem(600px); 138 +
139 width: pxToRem(448px); 139 width: pxToRem(448px);
140 margin:pxToRem(30px) pxToRem(72px); 140 margin:pxToRem(30px) pxToRem(72px);
141 overflow: hidden; 141 overflow: hidden;
142 } 142 }
  143 + .banner-top-single{
  144 + width: 100%;
  145 + height:pxToRem(600px);
  146 + img {
  147 + display: block;
  148 + height: 100%;
  149 + width: 100%;
  150 + }
  151 + }
143 .banner-top { 152 .banner-top {
144 // width: 100%; 153 // width: 100%;
145 min-height: 660rem / $pxConvertRem; 154 min-height: 660rem / $pxConvertRem;