/*
默认下不应该显示
*/
div.navbox-mobile{
display:none;
}
/*
设备宽 (iPhone 6 plus 414 x 736),minerva(移动版的皮肤)下
*/
/* (max-device-width:414px) */
@media only screen and (max-device-width:640px /* 电脑设备 VGA 的分辨率宽 */){
body.skin-minerva div.navbox-mobile{
display:block;
margin:0 auto;
text-align: center;
}
}