quotaTransfer.css 1.02 KB
@CHARSET "UTF-8";

.quotatop {
	padding-top: 40px;
}

.quotatop p {
	float: left;
	line-height: 70px;
	height: 90px;
}

.quotatop p input {
	border: 1px solid black;
	margin-right: 22px;
	height: 21px;
}

.quotalist tr {
	height: 60px;
}

.quotalist tr.bgGray {
	background: #efefef;
}

.quotalist {
	position: relative;
	text-align: center;
}

.quotatits {
	width: 750px;
	position: relative;
	left: 130px;
	top: -20px;
}

.quotatits p {
	float: left;
	margin-right: 1px;
	height: 20px;
}

/*查询*/
#search {
	width: 100px;
	height: 30px;
	display: inline-block;
	vertical-align: inherit;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 40px;
	border-radius: 5px;
	background: #bf1414;
}

.submits{
	width: 80px;
	margin-left: 30px;
	margin-top: 22px;
}

.applybtn {
    font-size: 13px;
    color: #f00;
    border: 1px solid #f00;
    padding: 4px 10px;
    background-color: #fff;
    font-family: inherit;
    font-weight: bold;
    border-radius: 3px;
}