.el-upload>input { display: none; } .my-table-header >th{ color: #6a7c96; font-weight: bold; font-size: 15px; height: 45px; text-align: left; /*padding: 0px 15px;*/ /*border: 1px solid #e5e5e5;*/ background: #f0f6ff; } .my-table-header-center >th{ font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; color: #333333; font-size: 16px; height: 30px; text-align: center; border: 1px solid #fff!important; background: #edf4ff!important; font-weight: normal; /*border: 1px solid #dcdcdc!important;*/ } /** 任务材料的表头 */ .task-material-header >th{ height: 53px; color: #348ef8; background: #f4f8fd; border-top: 1px solid #e5e5e5; padding: 10px; font-size: 15px; } .my-table-header-center-light >th{ color: #a24080; font-weight: 600; font-size: 16px; height: 45px; text-align: center; background: #f7ddac!important; } .my-table-check-header >th{ color: #edf4ff; font-weight: normal; text-align: center; font-size: 16px; background: #edf4ff; } .my-table-task-result-auto-finish-header >th{ color: #f4f8fd; font-weight: normal; text-align: center; font-size: 16px; background: #348ef8!important; } .my-table-bulletin-problem-header >th{ color: #348ef8; font-weight: normal; text-align: center; font-size: 16px; background: #f4f8fd; } /***底部统一margin*/ .element-message{ z-index: 30000 !important; } /***底部统一margin*/ .el-pagination{ margin-top: 10px; margin-bottom: 10px; text-align: right; } #nprogress .bar { background: white; height:30px; position: fixed; z-index: 300000; top: 0; left: 0; width: 100%; height: 4px; } .demo-table .demo-table-expand .el-form-item { margin-right: 0; margin-bottom: 0; width: 50%; } .demo-table .demo-table-expand{ font-size:0; } .demo-table .demo-table-expand label { width: 155px; color: #99a9bf; } .qoth-transf-set{ padding-bottom: 50px;padding-left: 40px;padding-top: 20px;padding-right: 40px; } .qoth-transf-set .el-transfer{ display: flex; justify-content: space-between; align-items: center; } .qoth-wm-line2{ padding: 5px 40px; } .qoth-ma-line2{ margin:10px 40px; } .quality-web-td{ display:flex; justify-content:center; } .qcus-hidtext{ width: 210px; overflow: hidden; display: inline-block; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; color: #fff; font-size: 16px; margin-right: 5px; } .qcus-hmiddle{ /*display: inline-block;*/ /*vertical-align: middle;*/ /*right: 5px;*/ display: inline-block; float: right; vertical-align: middle; margin-right: 15px; } .qcus-selectp-delete { background: url(../images/delete-fff.png) center center no-repeat; display: inline-block; width: 15px; height: 15px; } .qoth-zy-border{ border: 1px solid #dcdcdc; padding: 20px; } .qoth-zy-pre{ position:relative; } .qoth-zy-btnr{ position: absolute; right: 20px; top:6px; z-index: 1; } .qoth-zy-bm{ background: url(../images/menu-1.png) center center no-repeat; display: inline-block; width: 25px; height: 25px; background-size:20px; vertical-align: middle; } .qoth-zy-gw{ background: url(../images/menu-2.png) center center no-repeat; display: inline-block; width: 23px; height: 23px; background-size:20px; vertical-align: middle; } .qoth-py-table>table>tbody>tr>td:last-child { vertical-align: middle!important; } .lay-left-side { width: 325px!important; } /*修改会杰样式=============*/ .qoth-ico-pad{ padding: 5px 20px 10px!important; margin-top: 30px !important; border-bottom: 1px solid #e5e7ed; } .qua-order-line{ padding-top: 5px!important; padding-bottom: 5px!important; } .qoth-rw-table>table>tbody>tr>td{ padding: 6px 25px!important; /*border: 0px solid #dfe2e6!important;*/ } /*.qoth-rw-table>table{*/ /*border: 1px solid #dfe2e6!important;*/ /*}*/ .qo-left{ color: #666!important; } .qua-choose-box{ padding-top: 5px; padding-bottom: 5px; } .mywork-tc-con-btnname { font-size: 15px!important; } .zb-title .el-breadcrumb{ font-size: 15px!important; } /*工作计划样式调整*/ .qua-plan-word{ font-weight: bold; } .qua-min-wd{ font-weight: bold; } .qua-plan-info { margin-bottom: 10px; } .qua-plan-info>.media { margin-left: 42px; } .qua-plan-info>h5 { font-weight: bold; } .qua-plan-word>h3 { font-weight: bold; } .qua-plan-hidden.qua-plan-hidden { margin-left: 42px; } .row-expand-cover .el-table__expand-icon{visibility:hidden;} .myself-org-upload-button-width { width: 100px; } /*文字闪烁效果*/ .myself-char-blink{ font-size: 16px; color: #c16f46; margin: 10px; font-weight:bold; animation: changeshadow 1s ease-in infinite ; /* 其它浏览器兼容性前缀 */ -webkit-animation: changeshadow 1s linear infinite; -moz-animation: changeshadow 1s linear infinite; -ms-animation: changeshadow 1s linear infinite; -o-animation: changeshadow 1s linear infinite; } @keyframes changeshadow { 0%{ text-shadow: 0 0 4px #4cc134} 50%{ text-shadow: 0 0 40px #4cc134} 100%{ text-shadow: 0 0 4px #4cc134} } /* 添加兼容性前缀 */ @-webkit-keyframes changeshadow { 0%{ text-shadow: 0 0 4px #4cc134} 50%{ text-shadow: 0 0 40px #4cc134} 100%{ text-shadow: 0 0 4px #4cc134} } @-moz-keyframes changeshadow { 0%{ text-shadow: 0 0 4px #4cc134} 50%{ text-shadow: 0 0 40px #4cc134} 100%{ text-shadow: 0 0 4px #4cc134} } @-ms-keyframes changeshadow { 0%{ text-shadow: 0 0 4px #4cc134} 50%{ text-shadow: 0 0 40px #4cc134} 100%{ text-shadow: 0 0 4px #4cc134} } @-o-keyframes changeshadow { 0%{ text-shadow: 0 0 4px #4cc134} 50%{ text-shadow: 0 0 40px #4cc134} 100%{ text-shadow: 0 0 4px #4cc134} } .zb-box>ul>li>span.zb-diagnostic{ background: url(../images/dp-1.png) center center no-repeat; } .qoth-x2-icon-open{ background: url(../images/folder_open.png) center center no-repeat; display: inline-block; width: 21px; height: 22px; vertical-align: text-bottom; margin-right: 15px; } .khx-head-back{ position: absolute; color: #fff; cursor: pointer; } .error-task-cooperation{ font-weight: bold; color: red; } .qoth-mbl-classabbb { width: 235px !important; margin: 10px auto; position: relative; border-radius:5px; } .re-select-popper .el-select-dropdown__wrap { max-width: 600px; } .re-select-popper .el-select-dropdown__wrap .el-select-dropdown__item { font-size: 14px; padding: 10px 20px; position: relative; white-space: pre-wrap; overflow: hidden; height: auto; line-height: 1.2; box-sizing: border-box; cursor: pointer; } /** 新增的汇报材料图标 */ .qoth-hbcl-xmlx{ background: url(../images/tree-icon/tree-ic1.png) center center no-repeat; display: inline-block; width: 23px; height: 23px; background-size:20px; vertical-align: middle; } .qoth-hbcl-folder{ background: url(../images/tree-icon/tree-ic3.png) center center no-repeat; display: inline-block; width: 23px; height: 23px; background-size:20px; vertical-align: middle; } .qoth-hbcl-quota{ background: url(../images/tree-icon/tree-ic4.png) center center no-repeat; display: inline-block; width: 23px; height: 23px; background-size:20px; vertical-align: middle; } .qoth-hbcl-task{ background: url(../images/tree-icon/tree-ic6.png) center center no-repeat; display: inline-block; width: 23px; height: 23px; background-size:20px; vertical-align: middle; } .qoth-hbcl-common-type{ background: url(../images/tree-icon/tree-ic2.png) center center no-repeat; display: inline-block; width: 23px; height: 23px; background-size:20px; vertical-align: middle; } .qoth-hbcl-dep{ background: url(../images/tree-icon/tree-ic5.png) center center no-repeat; display: inline-block; width: 23px; height: 23px; background-size:20px; vertical-align: middle; } .qoth-hbcl-project{ background: url(../images/list-menu-i.png) center center no-repeat; display: inline-block; width: 23px; height: 23px; background-size:20px; vertical-align: middle; }