123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709 |
- @import './ZDcolor.sass';
- /*===============鼠标样式==============*/
- .cursor_hover{
- cursor:pointer;
- }
- /*=========================logo======================*/
- .logo_color{
- color:$logo_color;
- }
- .log_bottom-border{
- border-bottom:1px solid $logo_color;
- }
- /*===================================背景颜色===================================*/
- .back_one{
- background: $back_one;
- }
- .back_ff{
- background: $back_ff;
- }
- .back_33{
- background: $back_33;
- }
- .back_66{
- background: $back_66;
- }
- .back_f5{
- background: $back_f5;
- }
- .back_fb{
- background: $back_fb;
- }
- /*===================================字体颜色===================================*/
- .color_one{
- color:$color_one;
- }
- .color_warn{
- color:$color_warn;
- }
- .color_ff{
- color: $color_ff;
- }
- .color_33{
- color: $color_33;
- }
- .color_66{
- color: $color_66;
- }
- .color_99{
- color: $color_99;
- }
- .color_f5{
- color: $color_f5;
- }
- .color_FF6666{
- color:$color_FF6666;
- }
- .color_0183FA{
- color:$color_0183FA;
- }
- .color_A11DDF{
- color: $color_A11DDF;
- }
- .color_14AE10{
- color: $color_14AE10;
- }
- .color_FF4E00{
- color: $color_FF4E00;
- }
- //=====================border==================
- .border-top-dashed{
- border-top:2px dashed $border_f9;
- }
- .border-bottom-dashed{
- border-bottom:2px dashed $border_f9;
- }
- .border-solid-color-one{
- border: 1px solid $border_one;
- }
- .border-solid-color-99{
- border: 1px solid $border_99;
- }
- .border-solid-color-FF6666{
- border: 1px solid $color_FF6666;
- }
- //=====================危险级别====================
- .lv1Danger{
- color:$lv1Danger;
- }
- .lv2Danger{
- color:$lv2Danger;
- }
- .lv3Danger{
- color:$lv3Danger;
- }
- .lv4Danger{
- color:$lv4Danger;
- }
- .lv1Back{
- background:$lv1Danger;
- }
- .lv2Back{
- background:$lv2Danger;
- }
- .lv3Back{
- background:$lv3Danger;
- }
- .lv4Back{
- background:$lv4Danger;
- }
- //==============================按钮样式
- .del-button-one-90{
- width: 90px;
- height: 40px;
- line-height:40px;
- font-size:14px;
- border-radius: 6px;
- color: #FF6666;
- border: 1px solid #FF6666;
- background: #ffffff;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- .del-button-one-90:hover{
- border:1px solid #FF6666;
- background: #FF6666;
- color:#fff;
- }
- .add-button-one-90{
- width: 90px;
- height: 40px;
- line-height:40px;
- font-size:14px;
- border-radius: 6px;
- color: #0045af;
- border: 1px solid #0045af;
- background: #ffffff;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- .add-button-one-90:hover{
- border:1px solid #0045af;
- background: #0045af;
- color:#fff;
- }
- .add-button-one-120{
- width: 120px;
- height: 40px;
- line-height:40px;
- font-size:14px;
- border-radius: 6px;
- color: #0045af;
- border: 1px solid #0045af;
- background: #ffffff;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- .add-button-one-120:hover{
- border:1px solid #0045af;
- background: #0045af;
- color:#fff;
- }
- .add-button-one-150{
- width: 150px;
- height: 40px;
- line-height:40px;
- font-size:14px;
- border-radius: 6px;
- color: #0045af;
- border: 1px solid #0045af;
- background: #ffffff;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- .add-button-one-150:hover{
- border:1px solid #0045af;
- background: #0045af;
- color:#fff;
- }
- .add-button-two-90{
- width: 90px;
- height: 40px;
- line-height:40px;
- font-size:14px;
- border-radius: 6px;
- color: #0183FA;
- border: 1px solid #0183FA;
- background: #ffffff;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- .add-button-two-90:hover{
- border:1px solid #0183FA;
- background: #0183FA;
- color:#fff;
- }
- .inquire-button-one{
- cursor:pointer;
- display: inline-block;
- text-align: center;
- width: 70px;
- height: 40px;
- line-height:40px;
- border-radius: 6px;
- border: 1px solid #0045af;
- color:#ffffff;
- background:#0045af;
- margin:0 10px 0 0;
- }
- .inquire-button-one:hover{
- color:#ffffff;
- background:#0183FA;
- border: 1px solid #0183FA;
- }
- .inquire-button-two{
- cursor:pointer;
- display: inline-block;
- text-align: center;
- width: 70px;
- height: 40px;
- line-height:40px;
- border-radius: 6px;
- border: 1px solid #FFC000;
- color:#ffffff;
- background:#FFC000;
- margin:0 10px 0 0;
- }
- .inquire-button-two:hover{
- color:#ffffff;
- background:#FFD700;
- border: 1px solid #FFD700;
- }
- .reset-button-one{
- cursor:pointer;
- display: inline-block;
- text-align: center;
- width: 70px;
- height: 40px;
- line-height:40px;
- border-radius: 6px;
- border: 1px solid #DCDFE6;
- color:#606266;
- font-size: 14px;
- background:#ffffff;
- margin:0;
- }
- .reset-button-one:hover{
- color:#0183FA;
- background:rgba(1,131,250,0.1);
- border: 1px solid #0183FA;
- }
- //===========================浮窗按钮样式===========================
- .dialog-footer-box{
- .dialog-footer-button-null{
- flex:1;
- }
- .dialog-footer-button-info{
- width:70px;
- height:30px;
- line-height:29px;
- text-align: center;
- border:1px solid #E0E0E0;
- background:#E0E0E0;
- color:#999999;
- cursor: pointer;
- font-size:12px;
- margin:0 10px;
- border-radius:6px;
- }
- .dialog-footer-button-info:hover{
- border:1px solid #999999;
- color:#fff;
- background:#999999;
- }
- .dialog-footer-button-primary{
- width:70px;
- height:30px;
- line-height:29px;
- text-align: center;
- border:1px solid #0045AF;
- color:#fff;
- background:#0045AF;
- cursor: pointer;
- font-size:12px;
- margin:0 10px;
- border-radius:6px;
- }
- .dialog-footer-button-primary:hover{
- border:1px solid #409eff;
- color:#fff;
- background:#409eff;
- }
- }
- //===========================表格内按钮===========================
- .table-button-box{
- display: flex;
- margin:0 auto;
- .table-button-null{
- flex:1;
- }
- .table-button-p{
- color:$list_button_color;
- line-height:23px;
- font-size:14px;
- cursor:pointer;
- margin:0 10px !important;
- text-align:center;
- }
- }
- .cell{
- //.button-box{
- // display: flex;
- // margin:0 auto;
- //}
- .table-min-button{
- //flex:1;
- height:23px;
- color:$list_button_color;
- line-height:23px;
- font-size:14px;
- cursor:pointer;
- margin:0 10px !important;
- text-align:center;
- }
- .table-button-one-90{
- width:90px;
- height:30px;
- line-height:30px;
- border:1px solid $list_button_back;
- color:$list_button_color;
- font-size:14px;
- border-radius: 4px;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- .table-button-lab-120{
- width:120px;
- height:30px;
- line-height:30px;
- border:1px solid $list_button_back;
- color:$list_button_color;
- font-size:14px;
- border-radius: 4px;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- }
- //悬浮样式
- .table-button-one-90:hover{
- border:1px solid $list_button_back;
- background: $list_button_back;
- color:$color_ff;
- }
- .table-button-one-120{
- width:120px;
- height:30px;
- line-height:30px;
- border:1px solid $list_button_back;
- color:$list_button_color;
- font-size:14px;
- border-radius: 4px;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- //悬浮样式
- .table-button-one-120:hover{
- border:1px solid $list_button_back;
- background: $list_button_back;
- color:$color_ff;
- }
- .table-button-warning-90{
- width:90px;
- height:30px;
- line-height:30px;
- border:1px solid $color_FFC76E;
- color:$color_FFC76E;
- font-size:14px;
- border-radius: 4px;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- .table-button-warning-90:hover{
- color:$color_ff!important;
- background: $color_FFC76E;
- }
- .table-button-warning-120{
- width:120px;
- height:30px;
- line-height:30px;
- border:1px solid $color_FFC76E;
- color:$color_FFC76E;
- font-size:14px;
- border-radius: 4px;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- .table-button-warning-120:hover{
- color:$color_ff!important;
- background: $color_FFC76E;
- }
- .table-button-grey-90{
- width:90px;
- height:30px;
- line-height:30px;
- border:1px solid #999;
- color:#999;
- font-size:14px;
- border-radius: 4px;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- .table-button-grey-90:hover{
- color:$color_ff!important;
- background: #999;
- }
- .table-button-grey-120{
- width:120px;
- height:30px;
- line-height:30px;
- border:1px solid #999;
- color:#999;
- font-size:14px;
- border-radius: 4px;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- .table-button-grey-120:hover{
- color:$color_ff!important;
- background: #999;
- }
- .table-button-success-90{
- width:90px;
- height:30px;
- line-height:30px;
- border:1px solid #39A922;
- color:#39A922;
- font-size:14px;
- border-radius: 4px;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- .table-button-success-90:hover{
- color:$color_ff!important;
- background: #39A922;
- }
- .table-button-success-120{
- width:120px;
- height:30px;
- line-height:30px;
- border:1px solid #39A922;
- color:#39A922;
- font-size:14px;
- border-radius: 4px;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- .table-button-success-120-none{
- width:120px;
- height:30px;
- line-height:30px;
- border:1px solid #39A922;
- color:#39A922;
- font-size:14px;
- border-radius: 4px;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- .table-button-success-120:hover{
- color:$color_ff!important;
- background: #39A922;
- }
- .table-button-purple-90{
- width:90px;
- height:30px;
- line-height:30px;
- border:1px solid #C179F4;
- color:#C179F4;
- font-size:14px;
- border-radius: 4px;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- .table-button-purple-90:hover{
- color:$color_ff!important;
- background: #C179F4;
- }
- .table-button-purple-120{
- width:120px;
- height:30px;
- line-height:30px;
- border:1px solid #C179F4;
- color:#C179F4;
- font-size:14px;
- border-radius: 4px;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- .table-button-purple-120:hover{
- color:$color_ff!important;
- background: #C179F4;
- }
- .table-button-dark-90{
- width:90px;
- height:30px;
- line-height:30px;
- border:1px solid #0045AF;
- color:#0045AF;
- font-size:14px;
- border-radius: 4px;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- //悬浮样式
- .table-button-dark-90:hover{
- border:1px solid #0045AF;
- background: #0045AF;
- color:$color_ff;
- }
- .table-button-dark-120{
- width:120px;
- height:30px;
- line-height:30px;
- border:1px solid #0045AF;
- color:#0045AF;
- font-size:14px;
- border-radius: 4px;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- //悬浮样式
- .table-button-dark-120:hover{
- border:1px solid #0045AF;
- background: #0045AF;
- color:$color_ff;
- }
- .table-button-red-90{
- width:90px;
- height:30px;
- line-height:30px;
- border:1px solid #FF6666;
- color:#FF6666;
- font-size:14px;
- border-radius: 4px;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- //悬浮样式
- .table-button-red-90:hover{
- border:1px solid #FF6666;
- background: #FF6666;
- color:$color_ff;
- }
- .table-button-red-120{
- width:120px;
- height:30px;
- line-height:30px;
- border:1px solid #FF6666;
- color:#FF6666;
- font-size:14px;
- border-radius: 4px;
- cursor:pointer;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- .table-button-red-120-none{
- width:120px;
- height:30px;
- line-height:30px;
- border:1px solid #FF6666;
- color:#FF6666;
- font-size:14px;
- border-radius: 4px;
- margin:0;
- text-align:center;
- i{
- margin:0 5px 0 0;
- }
- }
- //悬浮样式
- .table-button-red-120:hover{
- border:1px solid #FF6666;
- background: #FF6666;
- color:$color_ff;
- }
- .table-more-p{
- width:90px;
- height:30px;
- line-height:30px;
- color:#0183FA;
- font-size:14px;
- cursor:pointer;
- margin:0;
- text-align:center;
- }
- .table-type-color-red{
- color:#FF6666;
- }
- .table-type-color-ash{
- color:#999999;
- }
- .table-type-color-green{
- color:#52D273;
- }
- //===========================考试级别颜色=======================
- .exam-level-1{
- color:$exam1;
- border:1px solid $exam1;
- border-radius:4px;
- }
- .exam-level-2{
- color:$exam2;
- border:1px solid $exam2;
- border-radius:4px;
- }
- .exam-level-3{
- color:$exam3;
- border:1px solid $exam3;
- border-radius:4px;
- }
- .table-type-color-red{
- color:#FF6666;
- }
|