/** 基础通用 **/ .pl0 { padding-left: 0px; } .pl5 { padding-left: 5px; } .pl10 { padding-left: 10px; } .pl20 { padding-left: 20px; } .pr0 { padding-right: 0px; } .pr10 { margin-right: 15px; } .pl40 { margin-left: 40px; } .search-collapse,.select-table { width: 100%; background: #fff; border-radius: 6px; margin-top: 10px; padding-top: 5px; padding-bottom: 13px; box-shadow: none !important; } .ibox-content-1 { padding: 1px 6px 4px 5px !important; } .input-border-bottom { border-top: none; border-left: none; border-right: none; border-radius: 0 !important; border-bottom: 1px solid #1e0fbe; } .btn-ctl-print { width:100% !important; background: #0265f0; height: 65px; } .btn-ctl-print-red { width:100% !important; background: red; height: 65px; } .btn-ctl-clear { width:100% !important; background: #20c6e4 !important; height: 65px; } .btn-ctl-color { color: white; } .btn-ctr-color-blue { color: white; background-color: #1a7bb9; } .btn-ctr-color-red { color:white; background-color: red; } .btn-ctr-color-green { color:white; background-color: #00a65a; } .container-div { padding: 5px 20px 0 20px; } .nav-right-tabs-a { padding:5px 10px 5px 10px !important; font-weight: 500 !important; font-size: 11px !important; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { color: blue !important; } .box-shadow { box-shadow: 1px 1px 3px rgb(0 0 0 / 20%); } .input { border: 0; outline: none; // 去除选中状态边框 background-color: rgba(0, 0, 0, 0);// 透明背景 } .shadow{ /*-moz-box-shadow: 2px 2px 10px #06C; !* 老的 Firefox *!*/ box-shadow: 2px 2px 10px #06C; } .icon-success { display: inline-flex; justify-content: center; align-items: center; /*width: 58px;*/ /*height: 58px;*/ /*background-color: #52b358;*/ /*border-radius: 50%;*/ } .icon-success::after { content: '✓'; color: #5cb85c; font-size: 10px; font-weight: bold; } .button-basic-icon { width:100% !important; background: #0265f0; height: 65px; } .tow-button-row-style { margin-left: 20px; margin-top: 5px; margin-bottom: 5px; margin-right: 20px; }