publicnav.css 610 B

123456789
  1. /*顶部导航*/
  2. .m_top {height:50px;width:100%;position:fixed;top:0;left:0;background:#fff;z-index:1000;}
  3. .m_top .m_title {height:50px;line-height:50px;text-align:center;font-size:1.0625rem;}
  4. .m_top a:first-child {display:inline-block;width:11px;height:18px;position:absolute;left:13px;top:50%;margin-top:-8px;z-index:5;}
  5. .m_top a:last-child {display:inline-block;width:26px;height:26px;position:absolute;right:13px;top:50%;margin-top:-10px;z-index:5;}
  6. .m_top a img {display:block;width:100%;height:100%;}
  7. .xm_v2logo{width:86px;position:relative;top:13px;margin:auto;}
  8. .xm_v2logo img{width:100%;height:100%;}