tableCss.css 1.62 KB
@charset "utf-8";
/* CSS Document */
ul, li{
	list-style:none outside none;
}
.productTable{ font-size:12px; margin-bottom:20px;}
.productTable td{ padding-left:5px;}
.productTable td h1{ color:#FFF; line-height:24px; font-size:12px;  margin-left:-5px; padding-left:5px; position:relative; height:24px; z-index:2}
.productTable_title{ line-height:30px;  background:#f1f1f1;}
.productTable_title th{border:1px solid #ccc;background-color:#f1f1f1;}
.productTable_input{border-left:1px solid #808080;border-top:1px solid #808080;border-bottom:1px solid #D4D0C8;border-right:1px solid #D4D0C8;height:18px;color:#000;margin-top:7px;margin-bottom:7px;}
.productTable_select{ margin-top:2px;}
.productTable_text{ height:50px;}
.productSubTab{ margin:10px auto;border-collapse:collapse;font-size:12px;text-align:center;}
.productSubTab tr{height:30px;}
.productSubTab tr th{border:1px solid #ccc;background-color:#f1f1f1;}

.productAdd{ position:absolute; right:20px; top:-10; cursor:pointer;}
.i80{ width:80px;}
.i160{ width:160px;}
.i260{ width:260px;}
.i600{ width:600px;}
.h28{ height:30px;}
.h60{ height:60px;}

.tableSelect{ position:relative; height:60px;z-index:4}
.tableSelect .tableSelect_text{ position:absolute; margin:10px 0 10px 5px;}
.tableSelect .tableSelect_list{ position:absolute;width:150px;overflow-y:scroll; background:#ededed; margin:30px 0 0 5px; z-index:4; display:none}


.page_tab{margin-top:15px; height:57px;}
.page_tab ul li{
	width:93px;
	height:27px;
	float:left;
	line-height:27px;
	margin-left:10px;
	text-align:center;
	cursor:pointer;
}
.page_tab ul li.curr{
	font-weight:bold;
}
.page_box{
	width:100%
}
.hide{
	display:none;
}