common.css 6.76 KB
@CHARSET "UTF-8";
/*共公样式*/
* {
    /* font-family: Arial, Verdana, Helvetica, sans-serif; */
    /* font-family: "雅黑宋体", "微软雅黑", "新宋体", "宋体"; */
    /* font-weight: 500; */
    /* font-size:14px; */
}
/* html { overflow-x:hidden; } */
#nav{width:100%;z-index:999;position: fixed;}
.button-fix{margin-left:15px !important;padding:16px !important;background: white !important;}
.padd-top-150{padding-top:150px !important;}
.padd-top-80{padding-top:40px !important;}
.padd-top-88{padding-top:120px !important;}
.m-b-0{margin-bottom:0 !important;}
.btn-info[disabled]
{
	cursor: inherit !important;
}

.glyphicon{
    font-family:'Glyphicons Halflings'
}
body {
    color:#555555;
    margin:0;
    padding:0;
}
label {
	font-weight:500;
	font-size: 16px;
}
.clearboth {
    clear: both;
}
input[type="text"]:focus{
	outline: none;
}


/*阴影*/
.shadow-z-1 {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
/*链接样式*/
a {
    /* color:#555555; */
    /* text-decoration:none; */
}
    a:hover {
        color:#1386c9;
    }
/*字体颜色*/
.font-key {
    cursor:pointer;
    color:#e44545;
}
/*第三级页面头部和版权样式*/
.headbg {
    top:0;
   /*  height:100px; */
   /*  height:55px; */
   /* height:42px; !*  hyh  修改   高度自适应*!*/

    height:54px; /*  yw 0616*/
   
    /* background:url(../../image/index/headbg01.png) repeat-x #0894e5; */
    /*background:url(../../image/index/title_bg3.png) no-repeat #0894e5; !* hyh 修改  将 repeat-x改为no-repeat2017、9、26 *!*/

    background:url(../../image/index/title_bg_0616.png) no-repeat #0894e5;  /* yw 0616 */
    margin-bottom:16px;
   /*  background-color: #179bf0; *//*hyh     修改  将背景换成图片    2017、9、19*/
   background-size: 100% 100%;/* hyh  新增  将背景图铺满   2017、9、26 */
}
/*查询头部*/
.seachheadbg {
    top:0;
    height:100px;
    /* background:url(../images/index/headbg.png) repeat-x #0894e5; */
    margin-bottom:1px;
    background-color: #179bf0;
}

.headbg-logo {
    /*background:url(../images/index/headbg-logo.png) no-repeat ;*/
    /* height:100px; hyh 将100px改成55px*/
    height:42px;
    padding:0;
    
}
.head-logo {
    float:left;
    margin-top:22.5px;
    margin-bottom:12px;
    margin-left:12px;
}
.div-head-title{
    float:left;
/*     margin-top:31px;
    margin-bottom:17px;
    margin-left:13px; */
}
.div-copyright {
   	margin:0px 8px;
    text-align: center; 
    font-size: 16px; 
    color: #a1a1a1;
    background-color:white;
}
.copyright-margintop{
	margin-top:280px;
}
.btn-search{
	height: 32px;
}   
#searchInput{
 	width: 370px;
 	height: 27px;
	/*margin-top: 2px;*/
	margin-left: 2px;
}
.div-search{
/* 	width: 280px;  */
 	height: 30px;
/* 	margin-left: 10px; */
}
/*单选按钮样式*/
input[type='radio'] {
	opacity:0; 
	display:inline-block; 
	height:16px; 
	}
input[type="radio"]+label {
	background:url(../../image/officedocument/icon/radio_check.png) no-repeat; 
	height:16px; 
	line-height:16px;
	padding-left:25px;
	cursor: pointer;
	}	
input[type="radio"]:disabled+label{
	cursor: auto;
	background:url(../../image/officedocument/icon/radio_check_disabled.png) no-repeat; 
}
input[type="radio"]:checked + label {
	background:url(../../image/officedocument/icon/radio_checked.png) no-repeat;
}
input[type="radio"]:checked:disabled + label {
	cursor: auto;
	background:url(../../image/officedocument/icon/radio_checked_disabled.png) no-repeat;
}

/* .highlight{ */
/* 	color: red; */
/* } */

input::-webkit-input-placeholder { /* WebKit browsers */ 
		/*font-style:italic;*/	
		color: rgb(204, 204, 204);	/* hyh 谢文洲要求修改公文里面的未填写的颜色  2017/11/1 */	
		} 
/*input内的提示内容颜色*/
.hoderclass::-webkit-input-placeholder { 
	color: #ccc;   
	} 
#timeInterval{
	color:#ffcc00;
	font-size:50px;
}

.div-relate-document-attachment{
	margin-top:10px;
/*		border-bottom:1px solid #d3d3d5;*/
}
.div-relate-document-attachment label{
	    color: #337ab7;
}

.div-remind-legend{
	cursor:pointer;
}

.div-remind-legend:HOVER {
	/* background-color: #66d2fe; */
	color: #1386c9;
}

.gw-list{
	table-layout: fixed;
	
}
/*公文打印的时候超出内容添加滚动条*/
.gw-print{
	overflow-y: scroll;
}

input[type=checkbox]{
	/* zoom:150%; *//* hyh   注释,150的勾选框太大了     2017、9、13 */
}

.submenuitem {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 40px;
	cursor: pointer;
	font-size: 15px;
}

.submenuitem:hover {
	color: #1998e1;
	background-color: #cfe1fc;
}

.submenuitem img {
	height: 32px;
	margin-right: 16px;
}

.submenuitem-selected {
	background-color: #d5e4fa;
}
/* hyh 新增  2017、9、8  图文一体化管理系统样式*/
.ghjbz{
	float:left;
	height:auto;
	/* font-size: 30px; */
	font-size: 24px;
	color: white;
	margin-left: 10px;
	/* margin-top: 5px; */
	margin-top: 10px; 
}

/* hyh 新增  2017、9、8  图文一体化管理系统样式*/
.headbg-logo img{
	margin-top: 5px;
    /* height: 40px;
    width: 40px; *//* hyh  因更换图标而注释掉   2017、9、19 */
}
#searchbtn img{
	margin-top: 0px;
	height: 19px;
    width: 19px;
    margin-left: 5px;
}

.documentFormDetail{
	margin-left: 15px;
}
/* .layui-table-view .layui-table{
	width: 100% !important;
} */

/* 文件tree*/
.dtree-container{
    width: 380px;
}
.dtree-container .custom-tree-node{
    width: 400px;
}
.treespan{
    line-height: 30px;
}
.dtree-container>.dtree{
    width: 100% !important;
}
.dtree-container>.dtree .dtree-nav-item {
    float: none;
}
.top-icon::before{
    content: '';
    display: inline-block;
    width: 14px ;
    height: 13px ;
    margin-right: 3px;
    background: url('/frontweb/image/reviewmanage/icon_file_list.png') ;
    background-size: cover;
}
.dtree-icon-weibiaoti5::before {
    content: '';
    display: inline-block;
    width: 14px ;
    height: 13px ;
    margin-right: 3px;
    background: url('/frontweb/image/reviewmanage/file_package.png') ;
    background-size: cover;
}
.top-icon-bottom::before{
    content: '';
    display: inline-block;
    width: 13px ;
    height: 13px ;
    margin-right: 3px;
    background: url('/frontweb/image/reviewmanage/icon_page.png') ;
    background-size: 100% 100%;
}
.dtree-zdy-item-this{background-color:rgba(24,144,255,0.10)!important;} /* 当前选中行样式*/
.dtree-zdy-item:hover{background-color:rgba(24,144,255,0.10)!important;} /* 行悬停样式*/
.dtree-zdy-item:hover cite{color:black} /* 行悬停文字样式*/


/*.over-hiddle-san {*/
/*    display: -webkit-box; !** 将对象作为伸缩盒子模型显示 **!*/
/*    -webkit-box-orient: vertical; !** 设置或检索伸缩盒对象的子元素的排列方式 **!*/
/*    -webkit-line-clamp: 1; !** 显示的行数,显示高度设置成行高,多余部分隐藏 **!*/
/*    overflow: hidden;  !**超出部分隐藏 **!*/
/*}*/