/*表单*/ .FixTop{ padding:10px 20px; background:#fff; border-bottom:1px solid #ddd; position:fixed; left:0; right:0; top:0; z-index:2 } .detail-col { display: none; position: absolute; width: 94%; max-height: 310px; overflow: hidden; border: 1px solid #e9e9e9; background: #f9f9f9; margin: 0 3%; color: #fff; z-index: 1; } .detail-col div { width: 100%; max-height: 265px; overflow-y: auto; border-bottom: 1px solid white; } .download-Item { width: 25%; float: left; height: 30px; overflow: hidden; text-align: left; line-height: 30px; white-space: nowrap; text-overflow: ellipsis; } .upload { float: left; overflow: hidden; position: relative; top:2px; } .upload-tip { float: left; width: 100%; margin-top: 35px; padding: 0 10px; color: #666; font-size: 13px !important; border-radius: 5px; display: none; text-align: left; } .upload-file-single { position: absolute; width: 100%; height: 100%; left: 0; top: 0; opacity: 0; font-size: 0; filter: alpha(opacity=0); } .upload-loading{ display: inline-block; width: 100%; height: 100%; padding: 3px; text-align: center; background: #E8E8E8; opacity: 0.4; position: absolute; left: 0; top: 0; z-index: 10 } .SwenBtn{ float: left; width:80px; height: 30px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; line-height: 18px; padding: 7px 0; margin:0 10px; text-align:center } .SwenBtn:hover{ text-decoration:none; } .activeSwen{ color:blue; border-bottom:2px solid blue } .btn-box img{ position:relative; top:-1px; } .opbtn{ outline: none; border: 0; white-space: nowrap; padding: 5px; color: #fff; cursor: pointer; margin-top:-30px; position:relative; line-height:20px; } .op-textarea { width: 100%; float: left; padding: 0 5px; border: 0px; height: 200px; resize: none; } .op-textarea:hover { border: solid 1px #3bb4f2; } /*收藏*/ .activeSC{ color:#fff; background:#2db1e4 } /*打印*/ .activePirnt{ background: #4678ec; } .printItem { background-color: #fff; height: 50px; padding: 15px 0; margin: 10px 0; border-radius: 5px; border: 1px solid #E1E6EB; box-shadow: 0px 2px 5px #E1E6EB; cursor: pointer; } /*转发*/ .selectPeople{ width:74px; height:30px; display:inline-block; cursor:default; text-align:center; padding:0px 15px 5px 10px; margin:2px 5px; border:1px solid #409EFF; border-radius:5px; position:relative; } .selectPeople>.fa{ color:red; cursor:pointer; position:absolute; top:0; right:2px; } .pointer{ cursor:pointer; } .grouping{ width:100px; float:left; text-align:center; border-top:1px solid #c3c3c3; border-right:1px solid #c3c3c3; border-bottom:1px solid #c3c3c3; position:relative; top:1px } .activeGroup{ border-bottom:1px solid #fff; } .activeDep{ background: lightskyblue; } .activeUser{ background: lightskyblue; } /**美化滚动条 只对webkit内核管用**/ .sp-page-center::-webkit-scrollbar, .optionList::-webkit-scrollbar { width: 0;background-color: #F5F5F5;} /*签字标签切换*/ .sp-qz-blue{outline: none;border: 0;padding: 5px 15px;background-color: #1c84c6 !important;color:#fff !important;cursor:pointer; text-align:center;line-height:20px;} .sp-qz-gray{outline: none;border: 0;padding: 5px 15px;background-color: #f3f4f7 !important;color:#888 !important;cursor:pointer; text-align:center;line-height:20px;} /*意见表格*/ .formedit .sp-grid tbody td { text-align: left; line-height: 20px; padding: 7px 8px; border:0; border-bottom: 1px solid #E1E6EB; color:#000 } .formedit .sp-grid::-webkit-scrollbar { width: 5px;background-color: #F5F5F5;} .sp-btn-gray{ line-height:20px; }