lwywlist.css 830 Bytes
#alllist {
	font-family: "微软雅黑";
	width: 1520px;
	height: auto;
	background-color: white;
	border: solid 3px black;
}
input:focus {
    border: 1px solid #0094FF !important;
    outline: none;
}
.line{
  border-bottom:solid 1px #E4E4E4;
  width:1500px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 0.5em;
}
#list-contain{
	margin-left: 10px;
}
.table-one{
	height: 35px;
	background-color: #f9f9f9;
}
table,th,td {border: none;}
table{border-collapse:collapse;}
table .table-title{
	color: #666666;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: 200;
	width: 500px;
	height: 40px;
	text-align: center;
}
table .table-td{
	color: #333333;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: 200;
	width: 500px;
	height: 40px;
	border-bottom: solid 1px #F2F2F2;
	text-align: center;
}