attachment.css 2.83 KB
/*附件名字长度超过280px用省略号*/
div .div-attachment-name {
 width:200px; 
 white-space:nowrap;
 text-overflow:ellipsis;
 -o-text-overflow:ellipsis;
 overflow: hidden;
 }
 
 div .div-attachment-name1 {
 width:50px; 
 white-space:nowrap;
 text-overflow:ellipsis;
 -o-text-overflow:ellipsis;
 overflow: hidden;
 }
 
 .div-attachment-size1 {
    color:#acacac;
    font-size:12px;
    margin-right:10px;
     width:100px; 
	 white-space:nowrap;
	 text-overflow:ellipsis;
	 -o-text-overflow:ellipsis;
	 overflow: hidden;
}
/*材料*/
.div-attachment {
    /*margin-right:40px;*/
/*     border:1px solid #dadada; */
/*     border-radius:2px; */
}
.div-attachment-item {
    padding:10px 16px;
    clear:both;
    display:block;
    /* cursor:pointer; */
    height:60px;
}
    .div-attachment-item:hover {
        background-color:#f2f6fc;
        color:#009dda;
    }
.div-attachment-item img {
    width:32px;
    float:left;
    margin-top:4px;
}
.div-attachment-file{
    float:left;
    margin-left:8px;
}
.div-attachment-control {
    line-height:44px;
    float:right;
    display:none;
    cursor:pointer;
}
    .div-attachment-control span {
        margin-right:10px;
        margin-top:10px;
        color:#58bdf7;
    }
        .div-attachment-control span:hover {
            color:#009dda;
        }
    .div-attachment-name {
        /*display:block;*/
        cursor: pointer;
    }
    
      .div-attachment-name1 {
        /*display:block;*/
        cursor: pointer;
    }
    
    
    
.div-attachment-size {
    color:#acacac;
    font-size:12px;
    margin-right:10px;
}
.div-title button {
    float:right;
}
.div-attachment-divpath {
    background-color:#dadada;
}
.div-attachment-divpath .glyphicon{
    color:#acacac;
    margin-right:4px;
    font-size:12px;
    margin-right:6px;
}

.div-attachment-path label {
    line-height:30px;
    height:30px;
    margin-right:4px;
}
    .div-attachment-path .link {
        cursor:pointer;
        color:#3ca6e3;
    }.div-attachment-path .link:hover {
        color:#1386c9;
        text-decoration:underline;
    }
.div-attachment-divpath div {
    float:left;
    height:30px;
    line-height:30px;
    padding-left:14px;
}
.div-attachment-path-history .glyphicon{
    font-size:14px;
    cursor:pointer;
    margin-top:3px;
}
.div-attachment-path-history .glyphicon:hover {
    color:#009dda;
}
/* 无附件样式 */
.div-no-attachment{
	padding:40px 0;
	text-align: center;
	border: 1px solid #dadada;
/*     border-left: 1px solid #dadada; */
/*     border-right: 1px solid #dadada; */
}
.div-no-attachment a{
	color:#009dda;
	text-decoration: underline;
	margin:0 10px;
}

.div-attachment-hint{
	margin-top: 2px;
	font-size: 16px; 
	color: #009dda; 
	margin-bottom: 2px;	
}

ul{
	list-style:none;
	padding: 0px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
ul li
{
	float:left;
}
a:hover{
	cursor:pointer;
}