main.css 2.33 KB
#container{
	width: 100%;
	height: 100%;
}
#prheader{
	width:100%;
	height: 60px;
	border-bottom: 1px solid #C3C4CD;
	line-height: 60px;
	position: fixed;
}
#leftimg{
	margin-top: 14px;
	margin-bottom: 14px;
	left: 20px;
	float: right;
	position: fixed;
}
#titledesc{
	float: left;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	left: 70px;
	position: fixed;
}
#tabheader{
	height: 58px;
	border-bottom: 1px solid #EAEAEA;
	left:32px;
	right: 32px;
	line-height: 58px;
	position: fixed;
	top:60px;
}
.tabItem{
	height: 100%;
	width: 108px;
	float: left;
	text-align: center;
	color: #C3C4CD;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.tabItem:HOVER{
	background-color: #F3F6FB;
	color: #358FFC;
	border-bottom: 1px solid #358FFC;
}
#tableheader{
	height: 50px;
	left:32px;
	right: 32px;
	top:118px;
	line-height: 50px;
	background-color: #F6F7FA;
	text-align: center;
	position: fixed;
}
#lefttitle{
	width: 25%;
	height: 100%;
	line-height: 60px;
	float: left;
}
#righttitle{
	width: 25%;
	height: 100%;
	line-height: 60px;
	float: right;
	text-align: center;
}
#rightimg{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 30px;
	float: right;
	cursor: pointer;
}
.tableItem1,.tableItem{
	height: 100%;
	width: 12%;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #222222;
}
.tableItem1{
	width: 40%;
}
.prdata_todo{
	left:32px;
	right: 32px;
	bottom: 60px;
	top:168px;
	position: fixed;
	overflow: auto;
}
.prdata_has{
	left:32px;
	right: 32px;
	bottom: 60px;
	top:168px;
	position: fixed;
	overflow: auto;
	display: none;
}
.prdata_mine{
	left:32px;
	right: 32px;
	bottom: 60px;
	top:168px;
	position: fixed;
	overflow: auto;
	display: none;
}
.prdatedet{
	height: 70px;
	font-size: 14px;
	color: #333333;
	line-height: 70px;
	border-top: 1px solid #EAEAEA;
	width: 100%;
	left: 32px;
}
.prdatedet:HOVER{
	background-color: #F3F6FB;
	color: #358FFC;
}
.tdItem,.tdItem1{
	height:100%;
	width: 12%;
	float: left;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.tdItem1{
	width: 40%;
	text-align: left;
	text-indent: 26px;
}
#prfooter_todo,#prfooter_has,#prfooter_mine{
    height: 60px;
    position: fixed;
	line-height: 50px;
    bottom: 0;
    text-align: center;
/* 	background-color: #F6F7FA; */
	left:32px;
	right: 32px;
}
#prfooter_has,#prfooter_mine{
	display: none;
}
#pagintor{
	top: 0;
}