You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
293 lines
4.9 KiB
293 lines
4.9 KiB
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
list-style: none;
|
|
}
|
|
@font-face {
|
|
font-family:"思源黑体";
|
|
src: url(../font/SourceHanSansCN-Regular.otf);
|
|
}
|
|
html,
|
|
body {
|
|
font-family: "思源黑体", arial, helvetica, sans-serif;
|
|
font-size: 14px;
|
|
border: 0;
|
|
outline: none;
|
|
color: #d6f4ff;
|
|
}
|
|
|
|
.clearfix:after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
visibility: hidden;
|
|
height: 0;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.clearfix {
|
|
zoom: 1;
|
|
}
|
|
|
|
.fl {
|
|
float: left;
|
|
}
|
|
|
|
.fr {
|
|
float: right;
|
|
}
|
|
|
|
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
background: url(../img/bg.jpg) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 6px;
|
|
background-color: #1b3971;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
/* 滚动条滑块 */
|
|
::-webkit-scrollbar-thumb {
|
|
border-radius: 3px;
|
|
background: #496bc9;
|
|
}
|
|
.mt-10{
|
|
margin-top: 10px;
|
|
}
|
|
/* 头部 */
|
|
.topper{
|
|
width: 100%;
|
|
height: 67px;
|
|
position: fixed;
|
|
background: url(../img/topbg.png) no-repeat;
|
|
}
|
|
.weather{
|
|
width: 340px;
|
|
height: 30px;
|
|
margin-top: 15px;
|
|
padding-left: 20px;
|
|
}
|
|
.logo{
|
|
width: 301px;
|
|
height: 28px;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 15px;
|
|
margin-left: -150px;
|
|
}
|
|
.time{
|
|
width: 200px;
|
|
height: 30px;
|
|
margin-top: 10px;
|
|
font-family: impact;
|
|
padding-right: 20px;
|
|
}
|
|
.wrapper{
|
|
width: 100%;
|
|
height: 100%;
|
|
padding-top: 92px;
|
|
}
|
|
/* 菜单 */
|
|
.menu{
|
|
width: 130px;
|
|
height: 100%;
|
|
}
|
|
.menu li{
|
|
width: 130px;
|
|
height: 80px;
|
|
margin-bottom: 10px;
|
|
background: url(../img/menuli.png) no-repeat;
|
|
text-align: center;
|
|
}
|
|
.menu li a{
|
|
display: block;
|
|
color: #ffffff;
|
|
font-size: 18px;
|
|
padding-top: 15px;
|
|
}
|
|
.menu li a span{
|
|
margin-top: 4px;
|
|
display: block;
|
|
}
|
|
.menu li:hover,.menu li.current{
|
|
background: url(../img/menulih.png) no-repeat;
|
|
}
|
|
.menu li:hover a,.menu li.current a{
|
|
color: #00f4ff;
|
|
}
|
|
.menu li .menu-icon{
|
|
width: 22px;
|
|
height: 22px;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
}
|
|
.menu li .menu-icon1{
|
|
background: url(../img/menu-icon1.png) no-repeat;
|
|
}
|
|
.menu li:hover .menu-icon1, .menu li.current .menu-icon1{
|
|
background: url(../img/menu-icon1h.png) no-repeat;
|
|
}
|
|
.menu li .menu-icon2{
|
|
background: url(../img/menu-icon2.png) no-repeat;
|
|
}
|
|
.menu li:hover .menu-icon2, .menu li.current .menu-icon2{
|
|
background: url(../img/menu-icon2h.png) no-repeat;
|
|
}
|
|
.menu li .menu-icon3{
|
|
background: url(../img/menu-icon3.png) no-repeat;
|
|
}
|
|
.menu li:hover .menu-icon3, .menu li.current .menu-icon3{
|
|
background: url(../img/menu-icon3h.png) no-repeat;
|
|
}
|
|
.menu li .menu-icon4{
|
|
background: url(../img/menu-icon4.png) no-repeat;
|
|
}
|
|
.menu li:hover .menu-icon4, .menu li.current .menu-icon4{
|
|
background: url(../img/menu-icon4h.png) no-repeat;
|
|
}
|
|
.menu li .menu-icon5{
|
|
background: url(../img/menu-icon5.png) no-repeat;
|
|
}
|
|
.menu li:hover .menu-icon5, .menu li.current .menu-icon5{
|
|
background: url(../img/menu-icon5h.png) no-repeat;
|
|
}
|
|
.menu li .menu-icon6{
|
|
background: url(../img/menu-icon6.png) no-repeat;
|
|
}
|
|
.menu li:hover .menu-icon6, .menu li.current .menu-icon6{
|
|
background: url(../img/menu-icon6h.png) no-repeat;
|
|
}
|
|
.menu li .menu-icon7{
|
|
background: url(../img/menu-icon7.png) no-repeat;
|
|
}
|
|
.menu li:hover .menu-icon7, .menu li.current .menu-icon7{
|
|
background: url(../img/menu-icon7h.png) no-repeat;
|
|
}
|
|
|
|
.content{
|
|
width: 100%;
|
|
height: 100%;
|
|
padding-left: 170px;
|
|
padding-right: 30px;
|
|
}
|
|
/* 二级菜单 */
|
|
.second-menu{
|
|
width: 100%;
|
|
height: 51px;
|
|
}
|
|
.second-menu li{
|
|
width: 152px;
|
|
height: 51px;
|
|
background: url(../img/second-menuli.png) no-repeat;
|
|
float: left;
|
|
text-align: center;
|
|
line-height: 51px;
|
|
margin-right: 18px;
|
|
}
|
|
.second-menu li a{
|
|
font-size: 18px;
|
|
color: #FFFFFF;
|
|
display: block;
|
|
}
|
|
.second-menu li a:hover, .second-menu li a.current{
|
|
color: #00fffc;
|
|
}
|
|
/* 内容 */
|
|
.content1{
|
|
width: 100%;
|
|
height: calc(100% - 66px);
|
|
margin-top: 15px;
|
|
}
|
|
.con-con{
|
|
width: calc(32.85% - 19px);
|
|
margin-right: 19px;
|
|
height: 100%;
|
|
}
|
|
.con-tit{
|
|
width: 100%;
|
|
height: 36px;
|
|
background: url(../img/con-titbg.png) bottom no-repeat;
|
|
padding-left: 18px;
|
|
font-size: 18px;
|
|
color: #FFFFFF;
|
|
line-height: 32px;
|
|
}
|
|
.con-cont{
|
|
width: 100%;
|
|
height: calc(100% - 36px);
|
|
background: rgba(8,42,69,0.6);
|
|
padding: 8px 0;
|
|
}
|
|
/* 各科目参训总人数 */
|
|
.kmcx{
|
|
width: 33.33%;
|
|
height: 33.33%;
|
|
float: left;
|
|
}
|
|
.kmcx-icon1{
|
|
width: 56px;
|
|
height: 94px;
|
|
}
|
|
.kmcx-con{
|
|
width: 100%;
|
|
padding-left: 68px;
|
|
padding-top: 30px;
|
|
}
|
|
.kmcx-num{
|
|
height: 36px;
|
|
font-size: 16px;
|
|
color: #37c5f3;
|
|
}
|
|
.kmcx-num span{
|
|
font-family: impact;
|
|
font-size: 36px;
|
|
color: #fbdba6;
|
|
margin-right: 10px;
|
|
}
|
|
.kmcx-name{
|
|
font-size: 14px;
|
|
color: #d6f4ff;
|
|
padding-top: 6px;
|
|
}
|
|
/* 训练统计 */
|
|
.xltj-time{
|
|
width: 230px;
|
|
height: 34px;
|
|
position: absolute;
|
|
top: 14px;
|
|
right: 0px;
|
|
z-index: 1;
|
|
}
|
|
.xlfx-select{
|
|
width: 180px;
|
|
height: 34px;
|
|
float: right;
|
|
margin-right: 15px;
|
|
background: url(../img/xlfx-select.png) no-repeat;
|
|
}
|
|
.xlfx-select select{
|
|
width: 100%;
|
|
height: 34px;
|
|
background:transparent;
|
|
border: 0;
|
|
outline: 0;
|
|
text-align: center;
|
|
color: #e4ffff;
|
|
-webkit-appearance:none;
|
|
-moz-appearance:none;
|
|
appearance:none;
|
|
text-align-last: center;
|
|
}
|