signin_wev8.css 2.56 KB
*{
	font-size: 12px;
    line-height: none !important;
}

a:hover{
    text-decoration: none !important;
    color:rgb(13,147,246) !important
}

.emptyRow {
    width: 70px;
    margin-top:8px;
}

.dateArea {
    text-align: center;
    color: #c3c3c3;
    width: 70px;
    margin-top:20px;
    
}

.discussView{
	padding-top:2px;
}

.left{float:left}
.right{float:right}
.clear{clear:both}

.signItem {
	background:#fcfcfc;
	padding-right:8px;
	padding-top:10px;
	position:relative;
}

.signItem .discussitem{
	border:1px solid #dadada;
	background:#fff;
}

.signItem .discussline{
	border-left:2px solid #dadada;
	position:absolute;
	width:1px;
	top:15px;
	bottom:-10px;
	margin-left:32px;
	z-index:1;
}

.signItem .item_td{
	background:#f4f4f4;
}

.signItem .sortInfo{
	width: 100%;
	height:20px;
}	

.signItem .sortInfo .name{
    color: #262626;
    float: left;
    margin-left:8px;
}

.signItem .sortInfo .name a{
	color:#333;
}

.signItem .time {
    height: 20px;
    width: 20px;
    position:absolute;
    top:10px;
    left:24px;
    z-index:10;
}

.signItem .state {
    height: 20px;
    width: 20px;
    position:absolute;
    top:2px;
    left:27px;
    z-index:10;
}

.signItem .substate {
    height: 20px;
    width: 20px;
    position:relative;
    left:27px;
    z-index:10;
}

.signItem .reportContent table{border-collapse:collapse;}

.signItem .reportContent {
    padding: 4px 4px 4px 10px;
    word-break:break-all;
    overflow:auto;
    cursor: text;
    text-align: left !important;
}

.reportContent p {
    margin: 0px
}

.dotedLine {
    border-bottom: 1px dashed #D8D8D8;
    margin-left: 3px;
    margin-top: 3px;
    line-height: 1px;
}

.signItem .img001 {
    background: url(/appres/hrm/image/mobile/signin/img001.png) no-repeat;
}

.signItem .img002 {
    background: url(/appres/hrm/image/mobile/signin/img002.png) no-repeat;
}

.signItem .img003 {
    background: url(/appres/hrm/image/mobile/signin/img003.png) no-repeat;
}

.img{
	width: 31px;
	height: 45px;
	float: left;
}

.img009{
	background: url(/appres/hrm/image/mobile/signin/img009.png) no-repeat;
}

.img011{
	background: url(/appres/hrm/image/mobile/signin/img011.png) no-repeat;
}

.leftBg{
	background: url(/appres/hrm/image/mobile/signin/img016.png) no-repeat;
}

.leftBgMou{
	background: url(/appres/hrm/image/mobile/signin/img012.png) no-repeat;
}

.rightBg{
	background: url(/appres/hrm/image/mobile/signin/img017.png) no-repeat;
}

.rightBgMou{
	background: url(/appres/hrm/image/mobile/signin/img013.png) no-repeat;
}

.rightDisBg{
	background: url(/appres/hrm/image/mobile/signin/img015.png) no-repeat;
}