软测单独项目
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.
 
 
 
 
 
 

239 lines
3.2 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: none;
background-size: 100% 100%;
}
::-webkit-scrollbar {
width: 3px;
height: 3px;
background-color: #1b3971;
border-radius: 3px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius: 3px;
background: #496bc9;
}
.mt-10{
margin-top: 10px;
}
.content {
width: 100%;
height: 100%;
padding: 3px;
}
/* 内容 */
.content1 {
width: 100%;
height: 99%;
margin-top: 15px;
overflow: auto;
}
.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;
}
.xlfx-select select option {
background: #163C66;
}
/* 战训统计列表 */
.train-list-search {
width: 100%;
height: 40px;
}
.project-menu {
width: 100%;
height: 30px;
margin-top: 30px;
}
.project-menu li {
float: left;
padding: 0 30px;
background: url(../img/line.png) right center no-repeat;
}
.project-menu li:first-child {
padding-left: 0;
}
.project-menu li a {
display: block;
font-size: 18px;
color: #FFFFFF;
}
.project-menu li a:hover,
.project-menu li a.current {
color: #00ffea;
}
.train-list{
height: calc(100% - 124px);
margin-top: 24px;
overflow: auto;
}
.train-list table {
width: 100%;
}
.train-list table tr {
height: 44px;
}
.train-list table tr.tou {
background: #083c65;
}
.train-list table tr th {
line-height: 44px;
color: #00fcff;
font-size: 18px;
text-align: center;
border-bottom: 1px solid #114d91;
}
.train-list table tr td {
line-height: 54px;
text-align: center;
font-size: 16px;
color: #FFFFFF;
}
.train-list table tr.shen {
background: #073357;
}