css 在mobil上隐藏hellobar
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 在mobil上隐藏hellobar相关的知识,希望对你有一定的参考价值。
/* Hide hellobar on mobile
--------------------------------------------- */
/*@media screen and (max-width: 760px) {
body #hellobar-wrapper,
body #hellobar-pusher {
display: none !important;
}
}*/
#hellobar_bar .hb-logo-wrapper .hb-logo-line {
display:none!important;
}
以上是关于css 在mobil上隐藏hellobar的主要内容,如果未能解决你的问题,请参考以下文章
CSS - Chrome Mobile - 出现键盘时页面向上移动
在 jQuery Mobile / Mobile Safari 中按下提交后不要隐藏键盘
Mobiscroll datepicker 被 jQuery Mobile 模态隐藏
在 windows mobile 6.5 中隐藏“确定”按钮
Windows Mobile 隐藏任务栏和菜单栏
jQuery.mobile 弹出窗口在显示后立即隐藏