attachment.css 3.57 KB
div .div-attachment-name {
 width:255px; 
 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-son {
   width: 500px;
   height: 390px;
   overflow: auto;
}
.div-attachment-item {
    /*padding: 0px 0px 10px 39px;*/
    padding: 0;
    clear:both;
    display:block;
    cursor:pointer;
    height:45px;
	position: relative;    
}
    .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;
    position: absolute;
    right: 5px;
}
.div-attachment-control span {
	margin-right:10px;
	margin-top:10px;
	color:#58bdf7;
}
	.div-attachment-control span:hover {
		color:#009dda;
	}
.div-attachment1 {
	/*display:block;*/
	width:auto;
	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 {
    margin: 0 !important;
}
.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 {
   
    height:30px;
    line-height:30px;
    padding-left:0px !important;
    padding: 0 0 0 2px;
}
.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;
	width: 359px;
	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;
}

#sendTextarea{
	margin-left:18px;
	margin-top:10px;
	border:1px solid #268de8;
	resize:none;
}
#htyjTextarea{
	width:565px;
	height:150px;
	margin-left:18px;
	margin-top:10px;
	border:1px solid #268de8;
	resize:none;
}
#menu{
   z-index: 110009;
   overflow: hidden;
   width: 210px;
   height: auto;
   position:absolute;
   border-color: #ddd;
   color: #444;
   margin: 0;
   padding: 2px;
   font-size: 12px;
   border-width: 1px;
   border-style: solid;
   background-color: #fafafa;
   padding-top: 3px;
   border-radius: 4px;
   font-size: 16px;
   font-weight: 500;
   line-height: 1.6;
   font-family: -apple-system-font,Helvetica Neue,sans-serif;
}
.attachmentHint{
	margin-left: 40px;
	color: red;
}