Authored by xuqi

head hide

... ... @@ -99,7 +99,11 @@ function thumbTouchEvt(e) {
}
if (isIphone) {
$('#wrapper').addClass('ios');
if ($('.yoho-header').length > 0) {
$('#wrapper').addClass('ios has-head');
} else {
$('#wrapper').addClass('ios');
}
}
ellipsis.init();
... ...
... ... @@ -35,6 +35,10 @@ $clothes: sprite-map("guang/clothes/*.png");
left: 0;
right: 0;
overflow: hidden;
&.has-head {
top: 90rem / $pxConvertRem;
}
}
.author {
... ...