notice.css 3.67 KB
/*֪ͨ����*/
.div-notice-list>div {
    margin:0 16px;
    padding:0;
}
.div-notice-list>div:nth-child(odd) {
    background-color: #f2f6fc;
}
    .div-notice-list > div:hover {
        background-color:rgb(238, 249 ,255);
    }
.div-notice-item {
    padding:8px 10px;
    /*border-radius:4px;*/
    /*border:1px solid #cacaca;*/
    border-bottom:1px dotted #89c2e2;
    cursor:pointer;
}
    /*.div-notice-item:hover {
        background-color:#e0f3fc;
    }*/
.div-notice-title {
    float:left;
    font-size:15px;
    color:#5a5a5a;
}
.div-notice-attachment {
    margin-left:10px;
    float:left;
    color:#a1a1a1;
}

.img-new {
    margin-left:8px;
}
.div-notice-type {
    color:#2aa4fe;
    margin-right:4px;
}
.div-notice-contenttip {
    color:#58bdf7
}
.div-notice-remove ,.div-notice-edit{   
    float:right;
    margin-right:10px;
}
.glyphicon-trash,.glyphicon-edit,.glyphicon-eye-open {
    font-size:16px;
    cursor:pointer;
    color:#58bdf7;
    
}
.div-notice-content {
    clear:both;
    padding-top:14px;
    margin-left:12px;
}
.div-notice-content,.div-notice-time {
    color:#8e8e8e
}
.div-notice-content p{
    text-align: justify; 
    text-justify: inter-ideograph; 
    text-indent: 2em;
}
.div-notice-time {
    float:right;
    margin-right:10px;
}
.div-notice-details {
    position:absolute;
    padding:10px 20px;
    padding-left:40px;
    background-color:#eef9ff;
    z-index:20;
    display:none;
}
.div-notice-details-attachment img{
    margin-left:4px;
    margin-right:6px;
    margin-top:0;
    height:20px;
}
.div-notice-details-attachment div {
    float:left;
    cursor:pointer;
    margin-right:20px;
    margin-bottom:4px;
    padding:2px 6px 4px 8px;
    margin:1px;
}
    .div-notice-details-attachment>div:hover,.div-notice-attachment-item:hover {
        /*color:#2aa4fe;*/
        margin:0;
        border:1px solid #89c2e2;
        border-radius:2px;
    }
/*�½�֪ͨ����*/
.div-notice-add {
    margin-left:40px;
    margin-right: 40px;
}
.div-notice-add>div {
    margin-top:10px;
}
    .div-notice-add > div > span ,.div-notice-title{
        /* margin-right:12px; */
    }
.div-notice-add input[type="text"],.div-notice-add select {
    width:400px;
    height:30px;
}
    .div-notice-add select {
        border-width:1px;
        border-color:#d3d3d5;
    }
.div-notice-add .txt-notice-content{
    width:400px;
    height:200px;
    border:1px solid #d3d3d5;
}
.div-notice-add .div-notice-attachment {
    margin-left:44px;
    width:400px;
}
.div-notice-attachment img{
	margin-right:4px;
	margin-top: 4px;
    float:left;
    height:32px;
    width:32px;
}
.div-notice-attachment-item {
    height:60px;
    border:1px solid white;
    cursor:pointer;
    padding:3px 4px;
}

.div-notice-add-filename {
    float:left;
    margin-top: 14px;
    width:280px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    margin-right:4px;
    height:40px;
}
.div-notice-add-fileremove{
    padding-top:2px;
    margin-top: 16px;
   float: left;
    margin-left: 10px;
} 
.col-xs-12 img,.col-xs-6 img{
/* 	height: 20px;
    width: 20px;
 */	
}
.col-xs-12 label,.col-xs-6 label{
	font-size:17px;
	
}
input{
	    padding-left: 10px;
	    width:100%;
	
}

.div-title{
	  border-bottom:1px dotted #89c2e2;
	  margin-top:10px;
	  padding: 0px;
	  width:100%;
}
#noticeType,#createTime{
	width:150px;
	
}
#noticeTitle{
	width:430px;
	
}
.div-opinion-content label{
    word-wrap: break-word;
    width: 100%;
   /*  height: 90px; */
    overflow-y: hidden;
    overflow: auto;
}
#gg-attach{
	width:80%;
	/* margin-top:215px; */
	position:absolute;
	float:left;
	margin-left: -8px;
}
/* .div-notice-add-fileremove{ */
/* 	float: right; */
/*  margin-top: -20px;} */