index.css 4.24 KB
@charset "utf-8";

body {
	font-family: "微软雅黑","黑体","宋体";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #333;
	background: url(../images/ygbg.jpg) #fff top left no-repeat
}

h1, h2, h3, ul, li, dl, dt, dd, p {
	margin: 0px;
	padding: 0px
}

li {
	list-style: none
}

img, input {
	border: 0px
}

a {
	color: #333;
	text-decoration: none
}

	a:hover {
		color: #AF1C2C;
		text-decoration: none
	}

.wrap {
	max-width: 1920px;
	height: 1080px
}

.head {
	height: 477px
}

.box {
	float: left;
	width: 286px;
	height: 150px;
	position: relative;
	top: 174px;
	left: 412px
}

span.box_one {
	color: #fff
}


.boxCont span, .box_two a, .box_three a, .box_four a, .box_five a {
	color: #fff;
	padding: 2px 4px;
	display: inline-block;
	background: #3300FF
}

.head-span {
	width: 60px;
	text-align: right;
}

.box_one span:hover, .box_two span:hover, .box_three span:hover, .box_four span:hover, .box_five span:hover {
	color: #fff;
	background: #f00
}

.box2 {
	float: left;
	width: 350px;
	height: 150px;
	position: relative;
	top: 78px;
	left: 512px
}

div.box_two {
	display: block;
	margin: 10px 0 0 70px
}

div.box_three {
	display: block;
	margin: 10px 0 0 60px
}

.box3 {
	float: left;
	width: 400px;
	height: 160px;
	position: relative;
	top: 88px;
	left: 480px;
}

div.box_four {
	display: block;
	margin: 43px 0 0 40px;
}

span.box_five {
	display: block;
	margin: -110px 0 0 280px
}

.cont {
	margin-top: 20px;
	padding: 0 1%;
	display: flex;
	justify-content: space-around
}

.left {
	width: 500px;
	height: 510px;
	padding: 20px;
	flex: 1.5;
	border: 1px solid #ccc
}

.left_top {
	height:200px;
}

.left_top_title {
	padding-bottom: 10px
}

.red_word {
	font-size: 24px;
	color: #ff3300
}

.produced {
	padding: 10px 0
}

	.produced ul {

	}

	.produced li {
		base_line-height: 24px;
		padding-bottom: 7px;
	}

.left_bottom_title {
	font-weight: bold
}

.girderVehicle ul li {
	list-style-type: disc;
	padding-bottom:15px;
}
.center, .right {
	width: 200px;
	height: 510px;
	padding: 20px;
	border: 1px solid #ccc;
	margin-left: 10px;
}
.center-cutplan {
	width: 200px;
	border: 1px solid #ccc;
}
.right {
}

table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0px
}

.tablebox {
	height: 280px;
	overflow-y: auto;
	margin: 10px auto
}

.tablebox table {
	width: 100%
}

.tablebox table tr th {
	height: 36px;
	color: #fff;
	background: #1296DB
}

.tablebox table tr th, .tablebox table tr td {
	text-align: center;
	base_line-height: 32px
}

.tablebox table tr td {
	height: 32px
}

.tablebox table tbody tr:nth-child(even) {
	background-color: #f5f5f5
}

.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}

.title-font {
	font-weight: bold
}

.progressBar {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(37,34,34,0.5);
	text-align: center;
	transition: opacity .15s linear
}

.k-line12-1 {
	animation: k-loadingS 4s infinite;
	animation-delay: .8s
}

.k-line12-2 {
	animation: k-loadingS 4s infinite;
	animation-delay: .7s
}

.k-line12-3 {
	animation: k-loadingS 4s infinite;
	animation-delay: .6s
}

.k-line12-4 {
	animation: k-loadingS 4s infinite;
	animation-delay: .5s
}

.k-line12-5 {
	animation: k-loadingS 4s infinite;
	animation-delay: .4s
}

.k-line12-6 {
	animation: k-loadingS 4s infinite;
	animation-delay: .3s
}

.k-line12-7 {
	animation: k-loadingS 4s infinite;
	animation-delay: .2s
}

.k-line12-8 {
	animation: k-loadingS 4s infinite;
	animation-delay: .1s
}

@keyframes k-loadingS {
	40% {
		transform: translateX(0);
		opacity: .8
	}

	100% {
		transform: translateX(300px);
		opacity: 0
	}
}

.k-line2 {
	display: inline-block;
	background: #666;
	height: 10px;
	width: 10px;
	opacity: 0;
	border-radius: 50%;
	transform: translateX(-300px);
	background-color: #4b9cdb
}

.fade.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear
}

.progressBar {

  user-select: none; /* Standard syntax */
    -webkit-user-select: none; /* Safari */
}