* { margin: 0; padding: 0; font-family: "Microsoft YaHei", sans-serif; } /*左侧菜单*/ .mysidebar-menu { background-color: #20476a; overflow: auto; } /*一级菜单*/ .mymenu-first { height: 50px; background-color: #20476a; font-family: "Microsoft YaHei", sans-serif; font-size: 13px; text-align: center; } /*一级菜单鼠标划过状态*/ .mymenu-first:hover { text-decoration: none; background-color: #0ca1b2; vertical-align: middle; font-family: "Microsoft YaHei", sans-serif; } /*二级菜单*/ .mymenu-second li a { padding-left: 10px; height: 50px; line-height: 50px; font-size: 15px; text-align: left; font-family: "Microsoft YaHei", sans-serif; } /*二级菜单鼠标划过样式*/ .mymenu-second li a:hover { text-decoration: none; height: 50px; line-height: 50px; color: #0ca1b2; font-family: "Microsoft YaHei", sans-serif; background-color: #20476a; } .navigation_page_icon1 { width: 30px; height: 30px; float: left; margin-top: 4px; margin-left: 5px; vertical-align: middle; } .navigation_page_icon2 { width: 11px; height: 8px; float: right; margin-top: 15px; vertical-align: middle; } .mymenu-first p { text-align: center; font-size: 16px; float: left; line-height: 16px; color: #8b9fb5; font-weight: normal; font-family: "Microsoft YaHei", sans-serif; margin-left: 5px; margin-top: 10px; text-shadow: none; } /*二级菜单选中状态*/ .mymenu-second-selected { background-color: #B2DFEE; height: 50px; line-height: 50px; text-align: center; } /*覆盖bootstrap的样式*/ .mynav-list,.mynav-list li a { margin: 0px; text-decoration: none; color: #fff; vertical-align: middle; } .mynav-list li a { padding-left: 35px; padding-top: 0px; } .leftpad { padding: 8px; padding-right: 20%; text-align: right; } .search_table { width: 100%; } .search_table .right { text-align: right; } .search_table td input { width: 80%; } .search_table td { padding: 5px 0 5px 0; font-size: 14px; } #header { width: 100%; height: 64px; padding-right: 0px; box-shadow: 0px 1px 1px 2px #A8A6A6; z-index: 3; position: absolute; } #header>div { width: 100%; height: 64px; background-color: #004da2; margin: 0px; } #header>img { width: 569px; height: 80px; position: absolute; top: 0px; left: 0px; z-index: 4; } #header>div #logo { position: absolute; z-index: 4; top: 10px; left: 50px; } #header>div #chinese { font-family: Microsoft YaHei, sans-serif; font-size: 30px; color: #FFFFFF; position: absolute; top: 17px; left: 125px; /*letter-spacing:1.5px;*/ z-index: 4; } #header>div #spell { font-family: Microsoft YaHei, sans-serif; font-size: 12.48px; font-weight: bold; color: #FFFFFF; position: absolute; top: 43px; letter-spacing: -0.5px; left: 125px; z-index: 4; } #header>div #platform { font-size: 20px; color: #b0bed9; line-height: 64px; float: left; } #header>div #welcome { font-family: Microsoft YaHei, sans-serif; font-size: 14px; color: #f1f2f3; line-height: 64px; position: absolute; right: 86px; } #header>div #dfw { position: absolute; top: 22px; right: 222px; } #header>div #red_num_dfw img { position: absolute; top: 15px; right: 200px; } #header>div #new_post { position: absolute; top: 22px; right: 158px; } #header>div #red_num_np img { position: absolute; top: 15px; right: 138px; } #header>div #warning { position: absolute; top: 22px; right: 94px; } #header>div #red_num_warning img { position: absolute; top: 15px; right: 80px; } #header>div #quit img { position: absolute; top: 22px; right: 30px; } #leftmenu { width: 177px; height: 100%; background-color: #20476a; position: absolute; /* z-index: 2 */ } /*main*/ #colright { height: 100%; background-color: #F1F1F1; position: absolute; right: 0px; left: 178px; }