Authored by xuqi

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

@@ -286,12 +286,12 @@ @@ -286,12 +286,12 @@
286 } 286 }
287 287
288 .senior-up-icon { 288 .senior-up-icon {
  289 + position: relative;
289 width: 100%; 290 width: 100%;
290 height: 9px; 291 height: 9px;
291 - z-index: 1; 292 + z-index: 3;
292 margin-left: -11px; 293 margin-left: -11px;
293 visibility: hidden; 294 visibility: hidden;
294 -  
295 background: image-url('product/senior-up.png') no-repeat; 295 background: image-url('product/senior-up.png') no-repeat;
296 background-position-x: 50%; 296 background-position-x: 50%;
297 } 297 }