@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; }