electron-panel.css 6.65 KB
@CHARSET "UTF-8";
body{
	background: white;
}

.div-leftbg {
    padding:0px;
    width:20%;
    float:left;
    height:100%;
    margin-top:15px;    
    min-height:600px;
    marging-left:15px;
    background-color:#f4f4f4;   
}

.noContent {
	color: #999;
	font-size:20px;	
	text-align:center;
	line-height:150px;
}

#divContentRight {
	float:right;
	width:76%;
	margin-top: 20px;
	margin-right: 60px;/* hyh 新增  谢文洲要求页面往左过来一点 */
}

.div-time{
	padding-top:10px;
	padding-left:10px;
}
.div-time label{
	float: left;
}
.div-time label:nth-child(1){
	font-size:32px;
}
.div-time label:nth-child(2){
    font-size: 32px;
    margin-left: 10px;
    margin-right: 2px;
}
.div-time label:nth-child(3){
    font-size: 32px;
    margin-right: 10px;
}
.div-time label:nth-child(4){
	margin-top:7px;
	font-size:15px;
	line-height:14px;
}
.div-type{
	font-size:18px;
	margin-left:16px;
}
.div-count{
	padding-left:16px;
	padding-bottom:8px;
	font-size:17px;
	border-bottom:1px dashed #0095e8;
}
.div-count span{
	color:orange;
}
.orangefont{
	color:orange;
}
.div-meeting-list{
	padding:0;
	list-style: none;
}
.div-meeting-list li{
	padding-top:10px;
	padding-left:12px;
	cursor: pointer;
	width: 100%;
}
.div-meeting-list li:hover{
	background-color: #c8d2d8;
}
.div-meeting-list li:hover .div-bottom{
	border-bottom:1px solid #c8d2d8;
}
.div-meeting-list li>span{
	color:#28aaeb;
	font-style: italic;
	font-size: 28px;
	font-weight: bold;
	float:left;
}
.div-meeting-list li>label{
	margin-left:14px;
	float:left;
	/* width:220px; */
	width: 320px;/* hyh 修改   2017/11/6 */
	overflow:hidden;
	text-overflow: ellipsis;
    /* display:-webkit-box; */
    display:inline-block;/* hyh 修改   2017、10、17 */
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    white-space: pre-wrap; /* hyh 新增   2017、10、17 */

}
.div-meeting-list .div-bottom{
	color:#9e9e9e;
	padding-right:16px;
	    float: left;
   /*  width: 349px; */
   /* width: 330px;  */
   width: 100%; 
}
.div-bottom {
	padding-left:28px;
	padding-top:5px;/*hyh 修改  2018/1/10  */
	padding-bottom:0px;/*hyh 修改  2018/1/10  */
	margin-right:10px;
	margin-top:10px;
	border-bottom:1px solid #ccc;
}
.div-bottom label,.div-bottom span{
	font-size:14px;
}
.div-bottom label:nth-child(2){
	/* float:right; */
	margin-left: 10px;
}
.div-bottom label img{
	/* margin-right:10px; */
	margin-right:5px;
}
/*右侧内容样式*/
.div-right-title{
	float:left;
	font-size:20px;
}
.div-right-title span{
	color:#999;
	font-size:15px;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}
.div-mode{
	margin-top:12px;
	float:right;
	color:#28aaeb;
}
.btn-open,.btn-close{
	width:40px;
	height:21px;
	cursor: pointer;
	float:right;
	margin-left:10px;
}
.btn-open{
	background: url("../../images/subpage/btn-open.png") no-repeat;
}
.btn-close{
	background: url("../../images/subpage/btn-close.png") no-repeat;
}
.hr{
	clear:both;
}
.nav-tabs>li .glyphicon{
	margin-right:10px;
	font-size:14px;
	color:#9e9e9e;
}
.nav-tabs>li>a{
	color:#9e9e9e;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active .glyphicon{
	color:#28aaeb;
}
.nav-tabs>li.active .span-filecount{
	color:orange;
}
.btn-group{
	float:right;
	margin-top:-40px;
	display:none;
}
.btn-group>button.active span,
.btn-group>button.active:hover,
.btn-group>button.active:focus,
.btn-group>button.active{
	color:white;
}
.btn-group>button.active:hover,
.btn-group>button.active:focus,
.btn-group>button.active{
	background-color: #28aaeb;
}
.div-tab-content{
	padding:20px;
	border:1px dashed #e4e4e4;
	border-top:none;
}
.tab-content-title{
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:10px;
	color:#56abe4;
	font-size:20px;
	border-bottom:1px dashed #56abe4;
	margin-right:8px;
	font-weight:bold;
}
.tab-content-title1{
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:40px;
	color:#56abe4;
	font-size:20px;
	border-bottom:1px dashed #56abe4;
	margin-right:8px;
	font-weight:bold;
}
    .tab-content-title1 button{
        margin-left:10px;
        float:right;
    }
/*附件*/
.div-list-item{
	margin-left:20px;
	margin-right:25px;
	margin-bottom:30px;
	border:1px solid #797979;
	float:left;
	text-align: center;
}
.div-list-item img{
	margin:16px auto;
	max-height:116px;
	max-width:116px;
}
.div-list-item div{
	padding:4px 10px;
	background-color:#28aaeb;
	color:white;
	width:148px;
	height:60px;
	font-size:13px;
	text-align: left;
	overflow:hidden;
	text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}

/*����*/
.div-attachment {
    /*margin-right:40px;*/
/*     border:1px solid #dadada; */
    border-radius:2px;
}

/* �޸�����ʽ */
.div-no-attachment{
	padding:40px 0;
	text-align: center;
	border-bottom: 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;
}
.nav-tabs>li>a {
    margin-right: -1px; 
    line-height: 1.42857143;
    border: 1px solid #ddd;    
    border-radius:0;
}
.nav-tabs {
    border-bottom: 1px dashed #ddd;
}

/* .div-textarea-eidt{
	width: 100%;
	overflow: hidden;
}
.div-textarea-add{
	width:100%;
	height:150px;
} */
.div-textarea{
	width: 100%;
	overflow: hidden;
	min-height: 120px;
	background-color: #FFFFFF;
}


ul li.item:hover {
	background: #F00;
}
ul li.on{
	background: green;
}
     
#changeSize {
	z-index: 1000;
}
   .div-attachment-divpath {
   	display: inline-block;
   	background-color: #FFFFFF;
   }
   .addView {
	height: 120px;
	text-align: center;    
	border: 1px solid #d3d3d5;
   }
   .div-attachment-item {
   	margin-left: 15px;
   }
   .viewupdate {
	height: 30px;
	margin-top: 10px;
	line-height: 30px;
   }
#OneMap {
	width: 100%;
	height: 100%;
	border: 1px solid #dadada;
}
.div-attachment{
	/*height:100% !important;*/
	overflow-y: auto;
}
.div-attachment-son{
	 height:25%;
}
/* hyh  新增滚动条样式   2017/12/11 */
::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{background-color:#FFFFFF;}
::-webkit-scrollbar-thumb{background-color:#999999;}
.div-document-input{
	margin-top:13px;
}
.layui-tab-title > li{
	color: #28aaeb;
	background-color:white;
}
.layui-tab-card>.layui-tab-title .layui-this {
    background-color: #28aaeb;
    color:white;
    font-size: 16px;
}
.glyphicon{
	color:#28aaeb;
}
.div-opinion-content{
	padding: 15px;
    border-bottom: solid 1px rgba(204, 204, 204, 0.2);
}

.div-opinion-content label {
    vertical-align: top;
}
.div-reply-info {
    font-size: 19px;
    width: 98% !important;
    /* font-style: italic; */
    display: block;
    /* max-height: 70px; */
    overflow: auto;
}
.viewfont {
    font-size: 16px;
    font-weight: 100!important;
}