12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319 |
- /*building SAAS 0.1*/
- /*bootstrap 初始化*/
- body {
- font-size: 0.9rem;
- overflow: hidden;
- background: #e4e7ea;
- }
- .text-warning {
- color: #da9500 !important;
- }
- .dropdown-menu {
- font-size: 12px
- }
- .btn.text-primary.disabled, .btn.text-primary:disabled {
- color:#666!important
- }
- .btn,.btn-group {
- vertical-align: baseline;
- }
- .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
- background-color: #e4e7ea;
- color:#333;
- font-weight: 600
- }
- .custom-file-sm,.custom-file-sm .custom-file-label{
- height: calc(1.5em + .5rem + 2px);
- padding-top: .25rem;
- padding-bottom: .25rem;
- padding-left: .5rem;
- }
- .custom-file-sm .custom-file-label:after{
- height: calc(1.4em + .5rem + 2px);
- padding-top: .25rem;
- padding-bottom: .25rem;
- font-size: .875rem;
- }
- .custom-file-sm input{
- height: calc(1.5em + .5rem + 2px);
- font-size: .875rem;
- }
- .table th {
- background: #e9ecef;
- font-weight: normal;
- color:#000;
- }
- .table.table-dark th {
- background:none;
- font-weight: normal;
- color:#fff;
- }
- .form-check,.form-check-label{
- cursor: pointer;
- line-height: 22px;
- }
- .input-group-text .group-checkbox[type="checkbox"],.input-group-text .group-checkbox[type="radio"]{
- margin-top: .3rem;
- }
- .custom-control-label::before {
- top:.1rem;
- }
- .custom-control-label::after{
- top:.1rem;
- }
- .custom-switch .custom-control-label::after{
- top:.25rem;
- }
- .custom-control {
- min-height: 1.2rem;
- line-height: 1.2rem
- }
- .custom-control-label {
- cursor: pointer;
- }
- .popover {
- background-color: #000
- }
- .popover-body{
- color:#fff;
- }
- .bs-popover-auto[x-placement^="bottom"] .arrow::after, .bs-popover-bottom .arrow::after{
- border-bottom-color:#000;
- }
- .custom-control-warning-input:checked ~ .custom-control-warning-label::before{
- border-color:#da9500 ;
- background-color:#da9500
- }
- .custom-control-warning-label{
- color:#da9500;
- }
- /*
- .btn.disabled, .btn:disabled {
- opacity:.4
- }*/
- .btn-primary.disabled, .btn-primary:disabled {
- color:#fff;
- border-color:#666;
- background: #666
- }
- .btn-outline-primary.disabled, .btn-outline-primary:disabled {
- color:#666;
- border-color:#666;
- background: #ddd
- }
- .btn-outline-primary.disabled .badge, .btn-outline-primary:disabled .badge{
- background: #999
- }
- .group-tab .btn-light{
- color:#007bff;
- border-color:#d3d9df;
- cursor: pointer;
- }
- .group-tab .btn-light.active{
- cursor: default;
- }
- .text-info-50{
- color: #bee5eb;
- }
- .text-danger-50{
- color: #ed969e;
- }
- .text-success-50{
- color: #c3e6cb;
- }
- .text-primary-50{
- color: #cce5ff;
- }
- .text-warning-50{
- color: #ffddc5;
- }
- .text-secondary-50{
- color: #dcdcdc;
- }
- .bg-info-50{
- background-color: #d0f6fd;
- }
- .bg-danger-50{
- background-color: #f8d7da;
- }
- .bg-success-50{
- background-color: #d4edda;
- }
- .bg-primary-50{
- background-color: #cce5ff;
- }
- .bg-warning-50{
- background-color: #ffddc5;
- }
- .bg-secondary-50{
- background-color: #dcdcdc;
- }
- .border-info-50{
- border:1px solid #9be6f4;
- }
- .border-danger-50{
- border:1px solid #f5c6cb;
- }
- .border-success-50{
- border:1px solid #c3e6cb;
- }
- .border-primary-50{
- border:1px solid #b8daff;
- }
- .border-warning-50{
- border:1px solid #fbc7a3;
- }
- .border-secondary-50{
- border:1px solid #ccc;
- }
- .input-group-cancel{
- position: absolute;
- margin-left: -15px;
- margin-top: 2px;
- font-size: 14px
- }
- /*在谷歌下移除input[number]的上下箭头*/
- input.nospin[type='number']::-webkit-outer-spin-button,
- input.nospin[type='number']::-webkit-inner-spin-button{
- -webkit-appearance: none !important;
- margin: 0;
- }
- /*在firefox下移除input[number]的上下箭头*/
- input.nospin[type="number"]{-moz-appearance:textfield;}
- /*自定义css*/
- .in-1{padding-left:5px!important}
- .in-2{padding-left:21px!important}
- .in-3{padding-left:42px!important}
- .in-4{padding-left:63px!important}
- .in-5{padding-left:84px!important}
- .in-6{padding-left:105px!important}
- /*滚动条*/
- /* 滚动条 */
- /*水平滚动条的样式*/
- /*::-webkit-scrollbar-thumb:horizontal {
- width: 5px;
- background-color: #e9ecef;
- -webkit-border-radius: 0;
- }*/
- /*滚动条的背景颜色,滚动条的圆角宽度*/
- /*::-webkit-scrollbar-track-piece {
- background-color: #efefef;
- -webkit-border-radius: 0;
- }*/
- /*滚动条的宽度,滚动条的高度*/
- /*::-webkit-scrollbar {
- width: 14px;
- height: 14px;
- }*/
- /*垂直滚动条的样式*/
- /*::-webkit-scrollbar-thumb:vertical {
- height: 50px;
- background-color: #e9ecef;
- -webkit-border-radius: 0;
- outline: 1px solid #fff;
- outline-offset: -1px;
- border: 1px solid #ced4da;
- }*/
- /*滚动条的hover样式*/
- /*::-webkit-scrollbar-thumb:hover {
- height: 50px;
- background-color: #ced4da;
- -webkit-border-radius: 0;
- }*/
- .sjs-height-1,.sjs-height-2,.sjs-sh,.sjs-sh-1,.sjs-sh-2,.sjs-sh-3,.sjs-sh-4,.sjs-sh-5{
- overflow: hidden;
- }
- .sjs-height-4,.sjs-height-5,.sjs-height-6,.sjs-option-height{
- overflow: auto;
- }
- .sjs-bar-1,.sjs-bar-2,.sjs-bar-3,.sjs-bar-4,.sjs-bar-5{
- height:30px;
- padding-top:3px;
- }
- .sjs-bar{
- height:30px;
- padding-top:3px;
- }
- .sjs-bar .nav {
- margin-top:-3px;
- }
- .sjs-bottom{
- height:250px;
- }
- .sjs-bottom-2{
- height:360px;
- overflow-y: auto;
- }
- .form-signin {
- max-width:400px;
- margin-left:auto;
- background: #fff;
- padding:30px;
- border:1px solid #ddd;
- border-radius: .25rem
- }
- .bg-404{
- background:#dcdcdc url("404.png") bottom center no-repeat;
- }
- .has-danger {
- -webkit-animation: shake 1s .2s ease both;
- -moz-animation: shake 1s .2s ease both;
- animation: shake 1s .2s ease both;
- }
- @-webkit-keyframes shake {
- 0%, 100% {
- -webkit-transform: translateX(0);
- }
- 10%, 30%, 50%, 70%, 90% {
- -webkit-transform: translateX(-10px);
- }
- 20%, 40%, 60%, 80% {
- -webkit-transform: translateX(10px);
- }
- }
- @-moz-keyframes shake {
- 0%, 100% {
- -moz-transform: translateX(0);
- }
- 10%, 30%, 50%, 70%, 90% {
- -moz-transform: translateX(-10px);
- }
- 20%, 40%, 60%, 80% {
- -moz-transform: translateX(10px);
- }
- }
- @keyframes shake {
- 0%, 100% {
- transform: translateX(0);
- }
- 10%, 30%, 50%, 70%, 90% {
- transform: translateX(-10px);
- }
- 20%, 40%, 60%, 80% {
- transform: translateX(10px);
- }
- }
- /*2.主体框架*/
- .header {
- background:#fff;
- position: fixed;
- z-index: 10;
- width: 100%;
- height: 50px;
- top: 0;
- left: 0
- }
- .main{
- position: relative;
- z-index: 4;
- }
- .main-nav {
- position: fixed;
- z-index: 99;
- width:55px;
- left: 0;
- top: 0;
- height: 100%;
- background: #33425b;
- }
- .main-panel{
- padding-left:55px;
- box-sizing: border-box;
- }
- .panel-sidebar{
- box-sizing: border-box;
- background: #fbfcfd;
- position: fixed;
- height: 100%;
- z-index: 4;
- left:55px;
- /*padding-top:50px;*/
- border-right: 1px solid #ddd;
- width: 200px;
- }
- .side-fold{
- position: absolute;
- bottom:10px;
- right:20px;
- }
- .min-side .side-fold{
- position: absolute;
- bottom:15px;
- right:5px;
- height: 20px
- }
- .min-side{
- border-right: 1px solid #ddd;
- margin-right:10px;
- padding-right:15px;
- position: relative;
- }
- .min-side .side-switch i{
- font-size: 20px
- }
- .min-side .side-menu{
- position: absolute;
- left:-15px;
- top:50px;
- background:#fff;
- width:150px;
- border-right:1px solid #ddd;
- border-bottom:1px solid #ddd;
- box-shadow: 0 1px 3px rgba(0,0,0,.1);
- }
- .panel-content{
- padding:65px 0 0;
- position: relative;
- z-index: 3;
- box-sizing: border-box;
- overflow-y: auto;
- height: 100vh;
- }
- .panel-content .content-wrap{
- margin:0 15px 15px;
- position: relative;
- }
- .panel-sidebar+.panel-content{
- padding: 65px 0 0 200px;
- }
- .panel-title, .panel-title>.title-bar {
- height:50px;
- line-height: 50px
- }
- .panel-title .dropdown-item,.panel-title .dropdown-item-text,.panel-title .form-group {
- line-height: normal;
- }
- .panel-title{
- position: fixed;
- top:0px;
- z-index: 98;
- width: 100%;
- box-sizing: border-box;
- background: #fff;
- box-shadow: 0 1px 3px rgba(0,0,0,.05);
- border-top: 1px solid #ddd;
- }
- .panel-sidebar .panel-title{
- width:200px;
- border-right: 1px solid #ddd;
- box-shadow: 0 1px 3px rgba(0,0,0,.1);
- }
- .panel-content .panel-title{
- left: 0;
- padding-left: 255px;
- padding-right: 20px;
- }
- .panel-content .panel-title.fluid{
- padding-left:55px
- }
- .panel-title>.title-bar{
- padding-left: 20px
- }
- .panel-title>.title-bar>h2,.panel-title>.title-main>h2{
- font-size: 16px;
- margin:0;
- height: 50px;
- line-height: 50px;
- display:block
- }
- .panel-title>.title-bar>h2 .btn{
- margin-right:15px
- }
- .panel-title>.title-main .btn.pull-right {
- margin:10px 0 0 10px
- }
- .panel-title>.title-main .form-control {
- margin:10px 0 0 0
- }
- .panel-title>.title-main{
- padding-left: 15px
- }
- .panel-title .alert {
- line-height: normal;
- z-index: 999
- }
- .sidebar-title{
- padding: 10px;
- border-bottom: 1px solid #ddd;
- margin-bottom: 10px;
- }
- .side-menu{
- position: fixed;
- right:15px;
- top:65px
- }
- .side-menu .nav-link{
- line-height: 16px;
- font-size: 14px;
- color:#007bff;
- }
- .side-menu .nav-link:hover{
- background:#dcdee3;
- color:#333;
- }
- .sub-content{
- margin:0;
- }
- .pr-46{
- padding-right:36px
- }
- .bcontent-wrap{
- height: 350px
- }
- @media only screen and (max-height: 768px) {
- .bcontent-wrap{
- height: 250px
- }
- }
- .modal-xl {
- max-width: 1200px
- }
- .modal-full{
- max-width: 99%;
- margin:10px auto;
- max-height:97%;
- }
- .border-right-1 {
- border-right:1px solid #dee2e6;
- }
- .border-left-1 {
- border-left:1px solid #dee2e6;
- }
- .border-top-1 {
- border-top:1px solid #dee2e6;
- }
- .border-bottom-1 {
- border-bottom:1px solid #dee2e6;
- }
- .save-confirm {
- position:absolute;
- }
- .nav-tabs.panel-card-tabs .nav-link{
- color:#ccc;
- font-size:1rem;
- padding-top:0;
- }
- .nav-tabs.panel-card-tabs .nav-link.active{
- color:#fff;
- background:none ;
- border:none ;
- border-bottom:2px solid #fff;
- }
- .nav-tabs.panel-card-tabs .nav-link:hover{
- background:none ;
- border:none ;
- border-bottom:2px solid #fff;
- }
- .panel-card-header {
- background-image: linear-gradient(to top, #586579, #2c3237 );
- }
- /*滚动*/
- .scrollbar-auto {
- overflow-y: auto;
- position: absolute;
- bottom: 0;
- left: 0;
- top: 0;
- right: 0;
- }
- .panel-sidebar .scrollbar-auto{
- padding-top: 20px;
- box-sizing: border-box;
- }
- .panel-sidebar .scrollbar-auto {
- height: calc(100vh - 100px);
- width: 100%;
- overflow-y: auto;
- position: static;
- }
- /*结构宽度高度调整条*/
- .resize-y{
- height:5px;
- width:100%;
- float: left;
- margin-top:-5px;
- cursor: s-resize;
- z-index: 999
- }
- .resize-x{
- width:5px;
- height:100%;
- float: left;
- margin-left:-5px;
- cursor: w-resize;
- z-index: 999
- }
- /*头部*/
- .header .logo {
- float: left;
- box-shadow: 1px 0 6px rgba(0,0,0,.06);
- margin-right: 20px;
- margin:0
- }
- .header .logo>a{
- width:120px;
- height:50px;
- line-height: 50px;
- display: inline-block;
- color:#fff;
- font-size:24px;
- padding:0 10px;
- transition: all ease .4s;
- background:#207fd1 url(logo.png) no-repeat;
- text-indent: -9999px;
- vertical-align: top
- }
- .header .logo>a:hover{
- background-color:#5596cf;
- text-decoration: none;
- }
- .header-user > div {
- float:left
- }
- .avatar .pic {
- height: 35px;
- width: 35px;
- border-radius: 100%;
- display: inline-block;
- float:left;
- margin:7px 7px 0 0
- }
- .avatar .pic img{
- display: block;
- width: 100%;
- height: 100%;
- border-radius: 100%;
- }
- .avatar > a,.msg >a{
- display: block;
- height:50px;
- line-height: 50px;
- color:#666;
- padding:0 15px;
- cursor: pointer;
- }
- .avatar > a:hover,.msg > a:hover{
- text-decoration: none;
- box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
- }
- .header-user .msg{
- border-left:1px solid #eee
- }
- .header-user .msg .glyphicon{
- font-size:20px;
- vertical-align: middle;
- }
- .header-user .msg .badge{
- margin:0 0 0 5px
- }
- .header .poj-name {
- float:left;
- padding:0 0 0 15px;
- font-size:18px
- }
- .header .poj-name a{
- color:#666
- }
- .header .poj-name > span{
- height:50px;
- line-height:50px;
- }
- /*登陆相关*/
- .login-body{
- background:linear-gradient(#192948,#33425b);
- height:100%
- }
- .login-infoinput {
- margin-top:15%
- }
- .login-body .container{
- position:absolute;
- top:10%;
- margin:0 auto;
- left:0;
- right:0;
- }
- .login-bg.img-1{
- background:url("undraw_all_the_data_h4ki.svg") no-repeat;
- }
- .login-bg.img-2{
- background:url("undraw_order_a_car_3tww.svg") no-repeat;
- }
- .login-bg.img-3{
- background:url("undraw_work_chat_erdt.svg") no-repeat;
- }
- .login-body .login-bg{
- width: 100%;
- height: 100%;
- background-position:25% 95%;
- background-size: 40% auto;
- display: inline-block;
- opacity: .8
- }
- /*侧栏主菜单*/
- .nav-top,.nav-bottom{
- width: 55px
- }
- .bg-nav a{
- color:#7786ab;
- width:55px;
- text-align: center;
- display: inline-block;
- padding:15px 0;
- font-size: 12px
- }
- .bg-nav a i{
- font-size:22px;
- }
- .bg-nav a span{
- display: none;
- }
- .bg-nav > li{
- width:120px
- }
- .bg-nav > li.active{
- background: #192948
- }
- .bg-nav > li.active a{
- border-radius: 0;
- background: #192948
- }
- .bg-nav > li > a:hover,.bg-nav > li.active > a:hover{
- background: #192948;
- color:#f2f2f2;
- text-decoration: none;
- }
- .bg-nav > li > a.maintain-icon:hover{
- background:none;
- color:none;
- text-decoration: none;
- }
- .bg-nav > li.active a span{
- display: block;
- }
- .bg-nav > li + li {
- margin-top:0;
- }
- .bg-nav .sub-menu {
- list-style:none;
- padding:0 0 0 20px;
- width:120px;
- display: none
- }
- .bg-nav .sub-menu a {
- width:100px;
- height:30px;
- line-height:30px
- }
- .bg-nav .sub-menu:last-child{
- margin:0 0 20px 0
- }
- .bg-nav .menu-arrow{
- margin:22px 8px 0 0
- }
- .nav-box {
- padding-top: 5px
- }
- .nav-box ul{
- margin-bottom:0;
- }
- .nav-box h3{
- font-size: 14px;
- font-weight: 700;
- border-bottom: 1px solid #e2eaec;
- padding-right: 5px;
- margin-bottom:0px;
- margin-left: 17px;
- height: 30px;
- line-height: 30px
- }
- .nav-box .h3{
- font-size: 14px;
- font-weight: 700;
- padding-left:12px;
- }
- .nav-box > .sub-list > li > a{
- padding-left: 40px
- }
- .nav-box .tips-dot {
- right:20px;
- top:8px
- }
- .nav-box .nav-list li{
- position: relative;
- }
- .contarl-box{
- padding:1rem 2rem 1rem 2rem;
- border-top:1px solid #ddd;
- }
- .nav-list li a{
- color: #333;
- display: block;
- height: 35px;
- line-height: 35px;
- box-sizing: border-box;
- padding-left: 17px;
- padding-right: 45px;
- text-overflow: ellipsis;
- position: relative;
- }
- .nav-list li a:hover{
- text-decoration: none;
- background:#e4e7ea;
- cursor: pointer;
- }
- .nav-list li a .badge{
- position: absolute;
- right:17px;
- top:9px
- }
- .nav-list li.active a{
- background:#e4e7ea;
- font-weight: 600;
- }
- .side-menu .nav-link{
- padding:.5rem .6rem;
- }
- /*内容区*/
- .c-header {
- padding:0 0 5px
- }
- .c-body{
- padding:1px;
- background:#fff;
- }
- .right-nav{
- width:36px
- }
- .right-nav .nav-link.active{
- background: #fff;
- color:#495057
- }
- .form-group .necessary{
- font-size:18px;
- color:#f90000
- }
- .bg-gray {
- background-color:#bbb!important;
- }
- .datepickers-container {
- z-index: 9999
- }
- .modal-height-500{
- height:450px;
- overflow: hidden
- }
- .modal-height-300{
- height:300px;
- overflow:auto
- }
- .modal-height-250{
- height:250px;
- overflow:auto
- }
- .modal-fullscreen{
- overflow: auto;
- }
- .scroll-y {
- overflow-y: auto;
- }
- .scroll-x {
- overflow-x: auto;
- }
- .modal-lgx {
- max-width:1000px
- }
- .title-main .nav{
- line-height: 16px;
- margin-top:8px
- }
- .msg-content {
- font-size: 14px
- }
- .bd-toc {
-
- position: sticky;
- top:3rem;
- height: calc(100vh - 10rem);
- overflow-y: auto;
- }
- /*草图编辑器*/
- .img-view{
- height:400px;
- border:.2rem solid #ccc;
- position: relative;
- width:100%;
- overflow: hidden;
- }
- .img-view::after{
- content:"草图编辑区";
- color:#ddd;
- position: absolute;
- left:50%;
- top:50%;
- margin-left:-80px;
- margin-top:-24px;
- font-size:36px
- }
- .img-view .img-item{
- position: absolute;
- }
- .img-view .img-item .img-bar{
- position:absolute;
- right:0;
- top:0;
- display:none
- }
- .img-item:hover .img-bar{
- display: block;
- }
- .batch-l-t{
- height: 180px;
- overflow: hidden
- }
- .batch-l-b{
- height: 320px;
- overflow: hidden
- }
- .batch-r {
- height:522px;
- overflow: hidden
- }
- /*打印工具栏*/
- .print-toolsbar{
- padding-bottom:5px
- }
- .print-toolsbar .panel {
- display:inline-block;
- vertical-align:top;
- background:#f7f7f9
- }
- .print-toolsbar .panel .panel-body{
- height:22px;
- }
- .print-toolsbar .panel .panel-foot{
- text-align: center;
- font-size: 12px
- }
- .print-list {
- border-right:1px solid #ccc
- }
- .print-list .form-list {
- overflow: auto
- }
- .print-list .list-tools{
- height:50px;
- padding:10px 0;
- border-bottom:1px solid #f2f2f2
- }
- .pageContainer {
- background: #ededed;
- text-align: center
- }
- .pageContainer .page{
- border:9px solid transparent;
- display: inline-block;
- }
- .pageContainer .page img{
- width:inherit;
- height: inherit;
- }
- .pageContainer canvas{
- background: #fff
- }
- .m-close-side{
- position: absolute;
- right:-1px;
- top:250px;
- background: #f2f2f2;
- padding:30px 3px;
- }
- .m-close-side:hover{
- background:#eae9e9;
- }
- .baobiao-close-side{
- position: absolute;
- left:15px;
- top:250px;
- background: #e1e1e1
- }
- .baobiao-close-side a{
- color:#007bff;
- height:80px;
- line-height: 80px;
- display: inline-block
- }
- .baobiao-close-side:hover{
- background:#007bff;
- }
- .baobiao-close-side:hover a{
- color:#fff;
- }
- .edit-tag-btn{
- display: none
- }
- .tag-item:hover .edit-tag-btn{
- display: block
- }
- /*电子签名*/
- .add-sign-list-item{
- padding:.5rem .5rem .5rem 1rem;
- }
- .add-sign-list-item:hover{
- box-shadow:0 0 3px rgba(0,0,0,.18)
- }
- .add-sign-list-item .btn-link {
- display: none
- }
- .add-sign-list-item:hover .btn-link {
- display: block
- }
- /*标段类表折叠收起*/
- .fold-switch {
- cursor: pointer;
- }
- .fold-switch:hover{
- color:#0056b3;
- }
- /*界面紧凑相关代码*/
- body{
- font-size:12px;
- }
- .btn-group-sm > .btn, .btn-sm{
- font-size: 12px;
- padding:1px 0.6rem;
- }
- .panel-title, .panel-title > .title-bar{
- height:34px;
- line-height: 30px;
- }
- .panel-title > .title-main .btn.pull-right {
- margin: 5px 0 0 0
- }
- .panel-content{
- padding-top:35px;
- overflow: hidden
- }
- .panel-content .content-wrap{
- margin:0;
- }
- .table td, .table th {
- padding:.3rem;
- }
- .form-control-sm {
- font-size:12px;
- }
- label{
- margin-bottom:.3rem;
- color:#757575;
- }
- .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
- padding-left:.5rem;
- background: #f2f2f280
- }
- .invalid-feedback{
- font-size:100%;
- }
- .modal-header{
- padding:.5rem 1rem
- }
- .modal-title{
- font-size:16px;
- }
- .modal-footer {
- padding:.5rem 1rem
- }
- .modal-body h6,.modal-body h5{
- font-size:12px;
- }
- .panel-title > .title-bar{
- padding-left:10px;
- }
- .panel-sidebar .panel-title{
- width:120px;
- }
- .panel-title > .title-bar > h2, .panel-title > .title-main > h2{
- height:34px;
- line-height: 34px;
- font-size: 12px
- }
- .panel-title > .title-main .form-control {
- margin: 4px 0 0 0;
- }
- .panel-sidebar {
- width:120px;
- }
- .panel-sidebar .scrollbar-auto{
- padding-top:0;
- }
- .nav-list li a{
- padding-right:0px;
- height:30px;
- line-height: 30px
- }
- .nav-box h3{
- margin-left:12px;
- }
- .nav-box > .sub-list > li > a{
- padding-left:32px;
- }
- .panel-sidebar + .panel-content{
- padding:35px 0 0 120px;
- overflow: hidden;
- }
- .contarl-box{
- padding:1rem 1rem;
- }
- .min-side .side-menu {
- top:34px;
- }
- .panel-content .panel-title{
- padding-left:175px;
- background: linear-gradient( #ccc,2%, #ffffff);
- }
- .nav-link{
- padding:.3rem .5rem;
- }
- .side-menu .nav-link{
- font-size:12px;
- }
- legend {
- font-size:16px;
- }
- .input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
- height: calc(1.4125rem - 1px);
- }
- .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text{
- height: calc(1.4125rem - 1px);
- }
- .input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
- font-size:12px;
- padding:0rem .5rem;
- }
- .side-menu{
- right:0;
- top:35px;
- }
- .form-control-sm{
- /*height:calc(1.4125rem - 1px);*/
- }
- .form-group {
- margin-bottom:.5rem;
- }
- .badge{
- font-size:100%;
- }
- .sjs-height-0{
- overflow: auto;
- }
- .nav-box h3{
- margin-bottom:5px;
- }
- .min-side .side-menu{
- padding-bottom:10px;
- }
- .side-fold {
- right:50px;
- bottom:5px;
- }
- .side-fold a{
- font-size:24px;
- }
- .min-side {
- padding-bottom:5px;
- }
- .min-side .side-fold{
- bottom:10px;
- }
- .min-side .side-fold a{
- font-size:18px;
- }
- .form-text{
- font-size:12px;
- }
- .btn-sm .badge{
- font-size:10px;
- padding:.2em .4em;
- top:0;
- }
- .search-group {
- position: relative;
- }
- .search-group .remove-btn {
- position:absolute;
- right:10px;
- top:3px;
- }
- /*菜单栏系统维护图标*/
- a.maintain-icon{
- position:relative;
- }
- a.maintain-icon span{
- position: absolute;
- left:55px;
- height:53px;
- line-height: 53px;
- width:390px;
- top:0;
- display:none;
- font-size:14px;
- }
- a.maintain-icon:hover span{
- display: inline-block;
- }
- a.maintain-icon .fa{
- -webkit-animation: shake_a 2s .2s ease both;
- -moz-animation: shake_a 2s .2s ease both;
- animation: shake_a 2s .2s ease both;
- animation-iteration-count:infinite
- }
- @-webkit-keyframes shake_a {
- 0%, 100% {
- -webkit-transform: rotate(0);
- }
- 10%, 30%, 50%, 70%, 90% {
- -webkit-transform: rotate(5deg);
- }
- 20%, 40%, 60%, 80% {
- -webkit-transform: rotate(-5deg);
- }
- }
- @-moz-keyframes shake_a {
- 0%, 100% {
- -moz-transform: rotate(0);
- }
- 10%, 30%, 50%, 70%, 90% {
- -moz-transform: rotate(5deg);
- }
- 20%, 40%, 60%, 80% {
- -moz-transform: rotate(-5deg);
- }
- }
- @keyframes shake_a {
- 0%, 100% {
- transform: rotate(0);
- }
- 10%, 30%, 50%, 70%, 90% {
- transform: rotate(5deg);
- }
- 20%, 40%, 60%, 80% {
- transform: rotate(-5deg);
- }
- }
- a.maintain-icon:hover .fa{
- animation-iteration-count:0
- }
- /*审批列表*/
- .timeline-list .timeline-list-item{
- position: relative;
- }
- .timeline-list-item .timeline-item-date{
- width:50px;
- position:absolute;
- left:0px;
- text-align: center;
- color:#ccc;
- }
- .timeline-list-item .timeline-item-date span{
- display: block;
- color: #333;
- text-align: center;
- }
- .timeline-list-item .timeline-item-tail{
- position: absolute;
- top: 10px;
- left: 55px;
- 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;
- left:45px;
- }
- .timeline-list-item .timeline-item-content{
- position: relative;
- margin: 0 0 0 70px;
- word-break: break-word;
- }
- .book-list{
- padding: 0;
- margin: 0;
- height: 285px;
- overflow-y: auto;
- }
- .book-list dt{
- padding:5px 0 5px 5px;
- background-color: #f2f2f2;
- }
- .book-list dd{
- padding-left:15px;
- cursor: pointer;
- }
- .book-list dd:hover{
- background-color: #f2f2f2
- }
- .dd-content {
- display: none;
- }
- .fold-card {
- display: none;
- }
- .att-file-btn {
- display: none;
- }
- .list-table tr:hover .att-file-btn{
- display: inline-block;
- }
- .context-menu-icon.context-menu-icon--fa.text-success::before {
- color: #28a745;!important;
- }
- .context-menu-icon.context-menu-icon--fa.text-danger::before {
- color: #dc3545;!important;
- }
- .context-menu-icon.context-menu-icon--fa.text-warning::before {
- color: #da9500;!important;
- }
- .context-menu-icon.context-menu-icon--fa.text-info::before {
- color: #17a2b8;!important;
- }
- .context-menu-icon.context-menu-icon--fa.fa-tag span{
- color: #2f2f2f;!important;
- }
- .context-menu-icon.context-menu-hover.context-menu-icon--fa.fa-tag span{
- color: #fff;!important;
- }
- .circle-box{
- float: left;
- position: relative;
- }
- .circle{
- width: 46px;
- height: 46px;
- border-radius: 50%;
- background: none;
- border: 3px solid #D7B014;
- }
- .circle-num{
- position: absolute;
- top: 4px;
- left: 16px;
- font-size: 24px;
- font-weight: 500;
- }
- .circle-text{
- float: right;
- margin-left: 20px;
- margin-top: 10px;
- font-size: 16px;
- }
|