123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335 |
- /* app dialog */
- .modal {
- z-index: 949
- }
- .modal-backdrop{
- z-index: 940
- }
- .page-header {
- z-index:900
- }
- .nav-function-minify:not(.nav-function-top) .page-sidebar,.nav-function-hidden:not(.nav-function-top) .page-sidebar {
- z-index: 901
- }
- .page-sidebar{
- z-index: 902
- }
- .dialog-sheet{
- position: relative;
- }
- .dialog-sheet > .close {
- position: absolute;
- right:8px;
- top:8px;
- z-index: 999
- }
- .dialog-sheet .sheet-box{
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .dialog-sheet .sheet-left-panel{
- position: relative;
- width: 45%;
- height: 100%;
- flex-direction: column;
- z-index: 11;
- }
- .dialog-sheet .sheet-right-panel{
- position: relative;
- overflow: hidden;
- border-left: 1px solid #eaeaea;
- background-color: #fafafa;
- }
- .sheet-panel-header{
- height: 56px;
- line-height: 56px
- }
- .sheet-panel-content{
- margin-bottom:24px
- }
- .cldform .cldform-line{
- height: 1px;
- background: #f3f3f3;
- clear: both;
- }
- .cldform .cldform-item{
- float: left;
- width: 100%;
- position: relative;
- padding: 8px 0;
- box-sizing: border-box;
- }
- .cldform .cldform-item.cldform-item-half{
- width: 50%
- }
- .cldform .cldform-item.cldform-item-wauto{
- width:auto;
- min-width: 310px
- }
- .cldform .cldform-item .cldform-label{
- float: left;
- height: 36px;
- display: flex;
- align-items: center;
- box-sizing: border-box;
- z-index: 1;
- width:78px;
- }
- .cldform .cldform-item .cldform-control{
- width: 100%;
- padding-left: 90px;
- box-sizing: border-box;
- position: relative;
- }
- .cldform .cldform-item .cldform-control:after{
- content: "";
- display: block;
- width: 100%;
- clear: both;
- }
- .cldform .cldform-item .cldform-control .cldform-contarl-box{
- box-sizing: border-box;
- height: 36px;
- border: 1px solid #f7f7f7;
- font-size: 13px;
- background: #f7f7f7;
- border-radius: 4px;
- padding: 0 12px;
- width: 100%;
- outline: none;
- -webkit-appearance: none;
- }
- .cldform .cldform-item .cldform-control .cldform-contarl-box:hover{
- border-color: #f2f2f2;
- background: #f2f2f2;
- }
- .cldform .cldform-item .cldform-control .cldform-contarl-box:focus{
- border-color: #2196f3!important;
- background: #fff!important;
- }
- .cldform .cldform-item .cldform-control .cldform-contarl-textareabox{
- padding: 8px 12px 6px;
- word-break: break-all;
- height: auto;
- white-space: pre-wrap;
- }
- .cldform .cldform-item .cldform-control .cldform-contarl-blank{
- background: #fff;
- border:none;
- }
- .cldform .cldform-item .cldform-control .cldform-contarl-blank:hover{
- background: #fff;
- border:none;
- }
- .cldform .cldform-item .cldform-control .cldform-contarl-textarea{
- border-radius: 4px;
- box-sizing: border-box;
- padding: 8px 12px 7px;
- vertical-align: top;
- border-color: #2196f3;
- background: #fff;
- font-size: 14px;
- border: 1px solid #ccc;
- overflow-x: hidden;
- overflow-y: hidden;
- resize: none;
- }
- .cldform .cldform-item .cldform-control .cldform-contarl-textarea:focus,.cldform .cldform-item .cldform-control .cldform-contarl-textarea:hover {
- border-color: #1e88e5
- }
- .cldform .cldform-item .cldform-control .cldform-contarl-dropdown{
- display: inline-block;
- width: 100%;
- cursor: pointer;
- }
- .cldform .cldform-item .cldform-control .cldform-contarl-dropdown > .far{
- float:right;
- color:#868e96;
- }
- .cldform .cldform-item-wauto .cldform-control .cldform-contarl-dropdown > .far{
- margin-left:30px;
- }
- .city-item .btn {
- margin-right:3px;
- margin-bottom:3px;
- }
- .sheet-nav-tabs .nav-link.active{
- background: none;
- color: #886ab5;
- border-top-color: #886ab5;
- border-bottom-color: #fafafa
- }
- .sheet-nav-tabs .nav-link.active:not(:hover){
- color: #886ab5;
- }
- .sheet-nav-tabs .nav-item .nav-link.active:not(:hover) {
- color: #886ab5!important;
- }
- .cldform .cldform-item .cldform-control .cldform-control-checkbox{
- margin-top:8px;
- }
- .cldform-control-checkbox .custom-control{
- padding-left: 1.4rem;
- margin-right: .5rem;
- margin-bottom: .5rem
- }
- .cldform-control-checkbox .custom-control-label::before,.cldform-control-checkbox .custom-control-label::after{
- left:-1.3rem;
- top:0.02469rem;
- }
- .modal {
- background:rgba(0, 0, 0,0.2);
- }
- .modal-backdrop {
- background:none;
- }
- .pointer-hover:hover{
- background-color: #fafafa;
- cursor: pointer;
- }
- .sheet-panel-log{
- height:200px;
- }
- .sheet-btns {
- height:24px;
- }
- .save-tips {
- position: absolute;
- top:0;
- left:0;
- width:100%;
- z-index:999;
- }
- .custom-checkbox .custom-control-label,.custom-radio .custom-control-label,.custom-switch .custom-control-label{
- cursor: pointer;
- }
- .tagcol-01{
- background-color:#16A085;
- }
- .tagcol-02{
- background-color:#2980B9;
- }
- .tagcol-03{
- background-color:#8E44AD;
- }
- .tagcol-04{
- background-color:#CC3333;
- }
- .tagcol-05{
- background-color:#B8651B;
- }
- .tagcol-06{
- background-color:#2C3E50;
- }
- .tagcol-07{
- background-color:#efd200;
- }
- .tagcol-01-s{
- color:#16A085;
- }
- .tagcol-02-s{
- color:#2980B9;
- }
- .tagcol-03-s{
- color:#8E44AD;
- }
- .tagcol-04-s{
- color:#f90000;
- }
- .tagcol-05-s{
- color:#B8651B;
- }
- .tagcol-06-s{
- color:#2C3E50;
- }
- .tagcol-07-s{
- color:#efd200;
- }
- .tagcol-11{
- background-color:#F8AC59;
- }
- .tagcol-12{
- background-color:#FF69B4;
- }
- .tagcol-13{
- background-color:#999999;
- }
- .tagcol-14{
- background-color:#7186ab;
- }
- .tagcol-15{
- background-color:#778b72;
- }
- .tagcol-16{
- background-color:#c292ca;
- }
- .tagcol-17{
- background-color:#a14751;
- }
- .tagcol-11-s{
- color:#F8AC59;
- }
- .tagcol-12-s{
- color:#FF69B4;
- }
- .tagcol-13-s{
- color:#999999;
- }
- .tagcol-14-s{
- color:#7186ab;
- }
- .tagcol-15-s{
- color:#778b72;
- }
- .tagcol-16-s{
- color:#c292ca;
- }
- .tagcol-17-s{
- color:#a14751;
- }
- .tagcol-01,.tagcol-02,.tagcol-03,.tagcol-04,.tagcol-05,.tagcol-06,.tagcol-07,.tagcol-08,.tagcol-11,.tagcol-12,.tagcol-13,.tagcol-14,.tagcol-15,.tagcol-16,.tagcol-17,.tagcol-18{
- color:#fff;
- margin:0 1px;
- line-height:10px;
- }
- /*审批列表*/
- .timeline-list .timeline-list-item{
- position: relative;
- }
- .timeline-list-item .timeline-item-tail{
- position: absolute;
- top: 10px;
- left: 10px;
- height: calc(100% - 10px);
- border-left: 1px solid #ddd ;
- }
- .timeline-list-item .timeline-item-icon{
- width:20px;
- height:20px;
- position: absolute;
- border-radius: 100px;
- text-align: center;
- line-height: 20px
- }
- .timeline-list-item .timeline-item-content{
- position: relative;
- margin: 0 0 0 30px;
- word-break: break-word;
- }
- /*内容区侧栏*/
- .content-side {
- width:260px;
- }
- .content-side + div{
- width:calc(100% - 260px);
- margin-left:260px;
- }
- .content-side .card{
- height:calc(100vh - 114px)
- }
- .content-side .card .card-body{
- height:calc(100%);
- overflow:auto;
- }
|