-

汇聚密码安全智慧 共享实战经验!

  • 我们目前有643个页面,13个用户,731次编辑。

MediaWiki:Mobile.css:修订间差异

跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
标签移动版编辑 移动版网页编辑
无编辑摘要
标签移动版编辑 移动版网页编辑
第14行: 第14行:
     height: 25px;
     height: 25px;
     line-height: 25px;
     line-height: 25px;
     margin: 0;
     margin: 0 !important;
     padding: 0;
     padding: 0 !important;
     list-style: none;
     list-style: none !important;
     -webkit-transition: margin-left 0.73s ease-in-out;
     -webkit-transition: margin-left 0.73s ease-in-out !important;
     -moz-transition: margin-left 0.73s ease-in-out;
     -moz-transition: margin-left 0.73s ease-in-out !important;
     -o-transition: margin-left 0.73s ease-in-out;
     -o-transition: margin-left 0.73s ease-in-out !important;
     transition: margin-left 0.73s ease-in-out;
     transition: margin-left 0.73s ease-in-out !important;
     display: block;
     display: block !important;
     white-space: nowrap;
     white-space: nowrap !important;
     position: relative;
     position: relative !important;
    will-change: margin-left;
}
}


第29行: 第30行:
     height: 25px;
     height: 25px;
     line-height: 25px;
     line-height: 25px;
     list-style: none;
     list-style: none !important;
     float: left;
     float: left !important;
     width: 100%;
     width: 100% !important;
     display: inline-block;
     display: inline-block !important;
     box-sizing: border-box;
     box-sizing: border-box !important;
     padding: 0 10px;
     padding: 0 10px;
     vertical-align: top;
     vertical-align: top;
    flex-shrink: 0;
}
}


导航菜单