| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300 |
- @import url("../themes/themes.less");
- @font-face {
- font-family: 'PingFangSC-Regular';
- src: url('../assets/fonts/PingFangSCRegular.ttf');
- }
- // @font-face {
- // font-family: "DINAlternate-Bold";
- // src: url('../assets/fonts/DIN-Black.otf');
- // }
- .app {
- color: #000;
- .color {
- font-size: 14px;
- }
- }
- ::-webkit-scrollbar {
- width: 8px;
- }
- /* 滚动槽 */
- ::-webkit-scrollbar-track {
- box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
- border-radius: 8px;
- }
- /* 滚动条滑块 */
- ::-webkit-scrollbar-thumb {
- border-radius: 8px;
- background: #ececec;
- box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
- }
- // ::-webkit-scrollbar-thumb:window-inactive {
- // background: none;
- // }
- // common
- body {
- padding: 0;
- margin: 0;
- font-size: 14px;
- font-family: "PingFangSC-Regular", -apple-system, BlinkMacSystemFont,
- "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
- "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
- }
- ul,
- p {
- margin: 0;
- padding: 0;
- }
- li {
- list-style: none;
- }
- a {
- text-decoration: none;
- }
- //强调文字
- .fontSize_1 {
- font-size: 24px;
- font-weight: bold;
- }
- //一级栏目标题
- .fontSize_2 {
- font-size: 16px;
- font-weight: bold;
- }
- .shuiYin{
- position: fixed;
- z-index: 999999;
- height: 100%;
- top: 0;
- left: initial;
- width: 100%;
- pointer-events: none;
- }
- .dy_alert{
- .ant-alert-message{
- display: inline-block;
- font-size: 14px;
- margin: 0;
- }
- .ant-alert-with-description .ant-alert-icon{
- margin-right: 8px;
- font-size: 16px;
- }
- .ant-alert-banner{
- display: flex;
- align-items: center;
- padding: 6px 10px;
- }
- .ant-alert-description{
- display: inline-block;
- margin-left: 10px;
- }
- }
- .ant-notification-topLeft{
- left: 50%!important;
- top: 50%!important;
- bottom: auto!important;
- margin-left: -300px!important;
- margin-top: -100px!important;
- .ant-notification-notice-btn {
- margin-top: 50px!important;
- }
- }
- //二级栏目标题+强调
- .fontSize_3 {
- font-size: 16px;
- font-weight: bold;
- }
- //二级栏目标题
- .fontSize_4 {
- font-size: 14px;
- font-weight: normal;
- }
- //重要内容文字
- .fontSize_5 {
- font-size: 12px;
- font-weight: bold;
- }
- //内容文字
- .fontSize_6 {
- font-size: 12px;
- }
- //备注信息
- .fontSize_7 {
- font-size: 12px;
- color: rgba(0, 0, 0, 0.45);
- margin-left: 6px;
- font-weight: normal;
- }
- //字体颜色
- .fontCorlor_1 {
- color: @heading-color;
- }
- .fontCorlor_2 {
- color: @text-color;
- }
- .fontCorlor_3 {
- color: @text-color-secondary;
- }
- //内容文字
- .fontSize_6 {
- font-size: 12px;
- font-weight: normal;
- }
- // button 间距
- .btn_space {
- button+button {
- margin-left: 14px;
- }
- }
- // 字体排序方式
- .text_center {
- text-align: center;
- }
- .text_left {
- text-align: left;
- }
- .text_right {
- text-align: right;
- }
- .ant-alert-info {
- // background-color: #e8f9ff;
- // border: 1px solid #67bedd;
- background-color: #ffffff;
- border: 1px solid #ffffff;
- }
- .ant-alert-info .ant-alert-icon {
- color: #3787dd;
- }
- .ant-pro-field-index-column-border.top-three{
- background-color: #314659!important;
- }
- .model_box_model{
- .ant-modal-content{
- border-radius: 8px;
- .ant-modal-header{
- border-radius: 8px;
- text-align: center;
- font-weight: 700;
- }
- .ant-modal-footer{
- text-align: center;
- .ant-btn-primary{
- border-color: #2aa3ed!important;
- background: #2aa3ed!important;
- }
- }
- }
- }
- //详情弹出框样式
- .info_detail_modal {
- .ant-modal-title {
- // font-size: 16px;
- // color: #747474;
- span {
- color: @heading-color;
- margin-right: 4px;
- }
- }
- .ant-modal-body {
- padding-top: 0;
- .ant-tabs-tabpane {
- height: 34vh;
- overflow: auto;
- }
- }
- .btn_more {
- margin-top: 20px;
- }
- .info_detail_modal_tabs {
- .ant-tabs-tab-btn {
- font-size: 16px;
- color: @text-color;
- }
- .ant-tabs-tab-active .ant-tabs-tab-btn {
- color: @primary-color;
- font-weight: bold;
- }
- .ant-col {
- margin-bottom: 15px;
- display: flex;
- }
- .group_name {
- margin-top: 9px;
- font-size: 16px;
- color: @heading-color;
- font-weight: bold;
- }
- .title {
- flex-shrink: 0;
- font-size: 14px;
- color: @heading-color;
- font-weight: bold;
- line-height: 22px;
- }
- .detail {
- font-size: 14px;
- color: #666666;
- line-height: 22px;
- }
- }
- }
- .ant-modal-title {
- font-weight: bold !important;
- }
- // message 样式
- .ant-message-notice .ant-message-custom-content {
- padding-right: 60px;
- }
- .message_success {
- .ant-message-notice-content {
- background: #f5fff5;
- border: 0 solid #29cc29;
- box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
- border-radius: 4px;
- }
- }
- .message_error {
- .ant-message-notice-content {
- background: #fff3f3;
- border: 0 solid #e61717;
- box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
- border-radius: 4px;
- }
- }
- // confirm modal 样式
- .confirm_modal_info.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon {
- color: #ffbf00;
- }
- .confirm_modal_warning.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon {
- color: #ffbf00;
- }
- .confirm_modal_error.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon {
- color: #e61717;
- }
- // 左边侧边栏 样式
- .page_left_menu {
- position: relative;
- display: flex;
- flex-direction: column;
- height: calc(~"100vh - 80px");
- width: 234px;
- margin-right: 15px;
- box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.04);
- border-radius: 1px;
- transition: 0.5s;
- background-color: #ffffff;
- .page_left_menu_input {
- margin: 14px;
- width: calc(~"234px - 28px");
- }
- .page_left_menu_body {
- overflow: hidden;
- flex: 1;
- padding: 0;
- }
- .page_left_menu_footer {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- min-width: 233px;
- margin-bottom: 1px;
- padding: 10px 14px;
- font-size: 14px;
- background: transparent;
- border-bottom: none;
- box-shadow: inset 0 1px 0 0 #e8e8e8;
- color: rgba(0, 0, 0, 0.65);
- }
- .page_left_menu_head {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- min-width: 233px;
- margin-bottom: 1px;
- padding: 10px 14px;
- font-size: 14px;
- background: transparent;
- border-bottom: none;
- box-shadow: inset 0 -1px 0 0 #e8e8e8;
- .title {
- font-weight: bold;
- font-size: 16px;
- color: rgba(0, 0, 0, 0.85);
- white-space: nowrap;
- }
- }
- .show_left_menu {
- background-image: url(../assets/imgs/show_left_menu.png);
- }
- .ant-tabs-content {
- height: calc(~"100vh - 126px");
- overflow-y: auto;
- &::-webkit-scrollbar {
- width: 0;
- }
- }
- }
- .page_left_menu.hide {
- margin-right: 0px;
- width: 0;
- .show_left_menu {
- right: 0;
- background-image: url(../assets/imgs/show_right_menu.png);
- }
- }
- .show_left_menu {
- position: absolute;
- width: 14px;
- height: 90px;
- z-index: 9;
- right: -13px;
- top: 0;
- bottom: 0;
- margin: auto;
- background-position: right;
- cursor: pointer;
- }
- //收藏星星
- .icon_start {
- color: @warning-color !important;
- }
- //no data
- .no_data {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- height: 100%;
- font-size: 14px;
- color: @heading-color;
- text-align: center;
- line-height: 22px;
- .no_data_img {
- width: 174px;
- height: 174px;
- margin-bottom: 20px;
- }
- button {
- margin-top: 20px;
- }
- }
- .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
- font-weight: bold;
- }
- .ant-table-thead>tr>th {
- font-weight: bold;
- }
- .opera_btn {
- width: 95px !important;
- padding: 0 !important;
- }
- .search_btn {
- width: 57px !important;
- padding: 0 !important;
- }
- .ant-radio-wrapper:hover {
- color: @primary-color;
- }
- .ant-table-thead {
- .ant-table-cell {
- font-weight: bold;
- }
- }
- .ant-table-cell-fix-right-first {
- box-shadow: -6px 0 6px 0 #e4ecff;
- }
- .table_action {
- &>* {
- padding: 0 8px 0 0;
- margin-right: 8px;
- border-right: 1px solid rgba(0, 0, 0, 0.08);
- &:last-child {
- border-right: none;
- }
- }
- }
- .ant-table-filter-column {
- justify-content: flex-start;
- .ant-table-column-title {
- flex: initial;
- }
- }
- //card
- .ant-card+.ant-card {
- margin-top: 15px;
- }
- //滚动条样式
- /* 滚动条样式 wyz*/
- ::-webkit-scrollbar {
- /*滚动条整体样式*/
- width: 4px;
- /*高宽分别对应横竖滚动条的尺寸*/
- height: 4px;
- }
- ::-webkit-scrollbar-thumb {
- /*滚动条里面小方块*/
- border-radius: 5px;
- -webkit-box-shadow: inset 0 0 5px #d4d4d4;
- background: #d4d4d4;
- }
- ::-webkit-scrollbar-track {
- /*滚动条里面轨道*/
- -webkit-box-shadow: inset 0 0 5px #d4d4d4;
- border-radius: 0;
- background: #ffffff;
- }
- [class*="-scrollbar"] {
- width: 4px !important;
- }
- [class*="-scrollbar-thumb"] {
- background: #d4d4d4 !important;
- }
- //form
- .yx_form {
- .ant-form-item-label>label::after {
- content: ":";
- position: relative;
- top: -0.5px;
- margin: 0 8px 0 2px;
- display: block;
- }
- .ant-form-item-label>label {
- font-weight: bold;
- }
- }
- //面包屑
- .page_breadcrumb {
- position: fixed;
- top: 50px;
- left: 0;
- width: 100%;
- z-index: 100;
- display: flex;
- align-items: center;
- background: #ffffff;
- box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 4%);
- height: 35px;
- padding: 0 16px;
- }
- //checkout
- .checkbox_inline {
- .ant-checkbox-wrapper {
- margin-left: 0 !important;
- margin-right: 8px;
- }
- }
- .antd-multi-cascader {
- pointer-events: initial !important;
- }
- li[role="menuitem"] {
- font-size: 12px;
- }
- .module_search,
- .module_line {
- border-bottom: 8px solid #f5f5f5;
- padding-bottom: 20px;
- }
- .module_body {
- padding-top: 20px;
- .title_with_btn {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- }
- .module_title {
- font-size: 16px;
- font-weight: 700;
- &::before {
- content: "";
- width: 3px;
- height: 18px;
- background-color: #009F95;
- display: inline-block;
- vertical-align: top;
- margin-top: 4px;
- margin-right: 4px;
- }
- }
- .themeColor {
- color: #009F95;
- &:hover {
- color: #009F95;
- }
- }
- .space {
- margin-bottom: 20px;
- }
- .space_top {
- margin-top: 20px;
- }
- .space_left {
- margin-left: 20px;
- }
- .wrap {
- word-break: break-all;
- word-wrap: break-word;
- white-space: pre-wrap;
- }
- .module_operation {
- display: flex;
- justify-content: space-around;
- margin: 20px auto;
- }
- .cust_tag_actived {
- z-index: 4;
- }
- .cust_tag_actived::after {
- content: "";
- display: block;
- height: 100%;
- width: 100%;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 0;
- background-image: linear-gradient(110deg,
- transparent 0%,
- transparent 15px,
- #253867 15px,
- #253867 70%,
- transparent 0),
- linear-gradient(250deg,
- transparent 0%,
- transparent 15px,
- #253867 15px,
- #253867 50%,
- transparent 0),
- linear-gradient(250deg,
- transparent 0%,
- transparent 5px,
- rgba(0, 0, 0, .5) 25px,
- transparent 0);
- }
- .cust_tag_static {
- z-index: 1;
- // color: rgba(255, 255, 255, 0.5);
- color: #fff;
- opacity: .5;
- }
- .cust_tag_static::after {
- // background-color: #253867;
- content: "";
- display: block;
- height: 100%;
- width: 100%;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 0;
- background-image: linear-gradient(110deg,
- transparent 0%,
- transparent 15px,
- #132148 15px,
- #132148 70%,
- transparent 0),
- linear-gradient(250deg,
- transparent 0%,
- transparent 15px,
- #132148 15px,
- #132148 50%,
- transparent 0);
- }
- .ant-menu-inline.ant-menu-root .ant-menu-item>.ant-menu-title-content,
- .ant-menu-inline.ant-menu-root .ant-menu-submenu-title>.ant-menu-title-content {
- text-overflow: initial;
- .text_over {
- //overflow: hidden;
- //max-width: 92px;
- text-overflow: ellipsis;
- display: inline-block;
- line-height: 1;
- font-size: 13px;
- }
- .text_over2 {
- //overflow: hidden;
- //max-width: 92px;
- text-overflow: ellipsis;
- display: inline-block;
- line-height: 1;
- font-size: 13px;
- }
- }
- .ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
- display: unset;
- }
- .ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
- }
- .ant-menu-inline .ant-menu-submenu-title {
- width: auto;
- overflow: auto;
- }
- // .ant-menu-dark.ant-menu-inline .ant-menu-item,
- // .ant-menu-dark.ant-menu-inline
- // .ant-menu-submenu-title
- // > .ant-menu-title-content {
- // .text_over{
- // overflow: hidden;
- // max-width: 68px;
- // text-overflow: ellipsis;
- // display: inline-block;
- // line-height: 1;
- // }
- // }
- .chooseicon {
- float: left;
- margin-left: 8px;
- }
- .form_img .ant-form-item-control-input {
- //height: 80px;
- }
- .mobile_icon .ant-image {
- float: left;
- }
- .iconimg {
- width: 32px;
- height: 32px;
- float: left;
- }
- .tu_tk_list {
- .ant-radio-group.ant-radio-group-outline.ant-radio-group-middle {
- display: block;
- }
- .tu_list_i {
- width: 10%;
- float: left;
- text-align: center;
- margin-bottom: 20px;
- .tu_list_i_tu {
- width: 32px;
- height: 32px;
- margin: 0 auto;
- img {
- width: 32px;
- height: 32px;
- }
- }
- .ant-radio-wrapper {
- margin: 5px 0 0 0;
- }
- }
- }
- .icon_tu {
- width: 32px;
- height: 32px;
- img {
- width: 32px;
- height: 32px;
- }
- }
- .pic_tu {
- width: 140px;
- img {
- width: 140px;
- }
- }
- .breadcrumb {
- margin-bottom: 30px;
- }
- .mobile_icon {
- margin-top: -56px;
- margin-left: 129px;
- z-index: 100;
- margin-bottom: 58px;
- position: relative;
- }
- .mobile_banner {
- margin-top: -220px;
- margin-left: 129px;
- z-index: 100;
- position: relative;
- .ant-upload.ant-upload-select-picture-card {
- width: 375px !important;
- height: 170px !important;
- }
- img {
- width: 375px !important;
- height: 170px !important;
- }
- }
- .big_item {
- .ant-form-item-control-input {
- height: 200px;
- }
- }
- .hideTime{
- background: #8b8b8b2e;
- width: 168px;
- height: 33px;
- position: absolute;
- z-index: 999;
- left: 104px;
- }
- .hideTime_box .ant-picker-ok{
- display: none;
- }
- .clearall {
- clear: both;
- line-height: 0px;
- font-size: 1px;
- padding: 0px;
- margin: 0px;
- height: 0px;
- display: block;
- }
- //表格选中当前行
- .ant-table-tbody > tr.ant-table-row-selected > td {
- background: #F0F5FF;
- border-color: rgba(0, 0, 0, 0.03);
- }
- .ant-table-tbody > tr.ant-table-row-selected:hover > td {
- background: #E6EEFF;
- border-color: rgba(0, 0, 0, 0.03);
- }
- .ant-modal-body {
- .breadcrumb {
- padding-top: 20px;
- }
- .gonext {
- background-color: #009F95;
- color: #fff;
- border-color: #009F95;
- }
- .step_area {
- width: 380px;
- margin: 0 auto;
- .ant-steps-item-finish .ant-steps-item-icon {
- border-color: #009F95;
- }
- .ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon {
- color: #009F95;
- }
- .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title::after {
- background-color: #009F95;
- }
- }
- .btn_action .ant-form-item-control-input-content {
- text-align: center;
- }
- .inside_box {
- display: flex;
- justify-content: center;
- align-items: center;
- padding-top: 100px;
- // margin-top: 100px;
- .btn_action {
- // margin-top: 290px;
- margin-top: 70px;
- padding-left: 220px;
- }
- }
- .inside_box.pt30 {
- padding-top: 30px;
- }
- .btn {
- margin-top: 50px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .outside_box.mt30 {
- margin-top: 30px;
- }
- .outside_box {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 70px;
- .ant-form {
- width: 500px;
- }
- .btn {
- margin-top: 20px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .btn_action {
- margin-top: 60px;
- padding-left: 160px;
- }
- }
- .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-icon {
- background: #009F95;
- }
- .ant-steps-item-process .ant-steps-item-icon {
- border-color: #009F95;
- }
- .ant-btn-primary {
- border-color: #009F95;
- background: #009F95;
- }
-
- .qx_area {
- width: 760px;
- height: 455px;
- margin: 30px auto;
- position: relative;
- border: 1px solid #e8e8e8;
- .ant-checkbox-checked .ant-checkbox-inner {
- background-color: #009F95;
- border-color: #009F95;
- }
- .ant-table-thead>tr>th {
- background: none;
- }
- .ant-breadcrumb {
- margin: 10px 10px 10px 10px;
- }
- .ant-checkbox-indeterminate .ant-checkbox-inner::after {
- background-color: #009F95;
- }
- .ant-breadcrumb a:hover {
- color: #009F95;
- }
- .ant-table-thead>tr>th {
- border-bottom: none;
- }
- .ant-table-tbody>tr>td {
- border-bottom: none;
- }
- .ant-checkbox-input:hover {
- border-color: #009F95;
- }
- .the_line {
- width: 1px;
- background-color: #e8e8e8;
- height: 455px;
- position: absolute;
- top: 0;
- left: 520px;
- }
- .qx_area_top {
- height: 55px;
- border-bottom: 1px solid #e8e8e8;
- line-height: 55px;
- .area_top_title {
- font-size: 16px;
- padding-left: 14px;
- color: #252525;
- float: left;
- }
- .area_top_tips {
- font-size: 14px;
- padding-left: 14px;
- color: #898989;
- float: left;
- }
- }
- .qx_area_left {
- width: 520px;
- height: 455px;
- float: left;
- }
- .qx_area_right {
- width: 238px;
- height: 455px;
- float: left;
- .ant-list-items {
- padding: 10px 0px 10px 15px;
- .ant-list-item {
- width: 100px;
- padding: 0 8px;
- background-color: #F5F5F5;
- height: 32px;
- line-height: 32px;
- border-radius: 3px;
- margin-bottom: 10px;
- margin-right: 10px;
- float: left;
- .item_c {
- width: 90px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: block;
- height: 32px;
- line-height: 32px;
- }
- .shanchu {
- float: right;
- cursor: pointer;
- }
- }
- }
- }
- .zhedang_i {
- display: none;
- }
- .ant-table-row-selected .zhedang_i {
- display: block;
- position: absolute;
- top: 0;
- right: 0;
- left: 0;
- bottom: 0;
- }
- .ant-table-row-selected .col_blue {
- color: #ddd;
- }
- .ant-table-cell .pointer {
- cursor: pointer;
- }
- }
- .qx_area_two {
- width: 637px;
- height: 300px;
- margin: 30px auto;
- position: relative;
- border: 1px solid #e8e8e8;
- .ant-checkbox-checked .ant-checkbox-inner {
- background-color: #009F95;
- border-color: #009F95;
- }
- .ant-table-thead>tr>th {
- background: none;
- }
- .ant-breadcrumb {
- margin: 10px 10px 10px 10px;
- }
- .ant-checkbox-indeterminate .ant-checkbox-inner::after {
- background-color: #009F95;
- }
- .ant-breadcrumb a:hover {
- color: #009F95;
- }
- .ant-table-thead>tr>th {
- border-bottom: none;
- }
- .ant-table-tbody>tr>td {
- border-bottom: none;
- }
- .ant-checkbox-input:hover {
- border-color: #009F95;
- }
- .the_line {
- width: 1px;
- background-color: #e8e8e8;
- height: 300px;
- position: absolute;
- top: 0;
- left: 419px;
- }
- .qx_area_top {
- height: 55px;
- border-bottom: 1px solid #e8e8e8;
- line-height: 55px;
- .area_top_title {
- font-size: 16px;
- padding-left: 14px;
- color: #252525;
- float: left;
- }
- .area_top_tips {
- font-size: 14px;
- padding-left: 14px;
- color: #898989;
- float: left;
- }
- }
- .qx_area_left {
- width: 419px;
- height: 300px;
- float: left;
- }
- .qx_area_right {
- width: 215px;
- height: 300px;
- float: left;
- .ant-list-items {
- padding: 10px 0px 10px 15px;
- .ant-list-item {
- width: 100px;
- padding: 0 8px;
- background-color: #F5F5F5;
- height: 32px;
- line-height: 32px;
- border-radius: 3px;
- margin-bottom: 10px;
- margin-right: 10px;
- float: left;
- .item_c {
- width: 90px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: block;
- height: 32px;
- line-height: 32px;
- }
- .shanchu {
- float: right;
- cursor: pointer;
- }
- }
- }
- }
- .zhedang_i {
- display: none;
- }
- .ant-table-row-selected .zhedang_i {
- display: block;
- position: absolute;
- top: 0;
- right: 0;
- left: 0;
- bottom: 0;
- }
- .ant-table-row-selected .col_blue {
- color: #ddd;
- }
- .ant-table-cell .pointer {
- cursor: pointer;
- }
- }
- }
- .ant-popover-placement-left{
- z-index: 999;
- }
- .ant-btn-primary:hover,
- .ant-btn-primary:focus {
- border-color: #009F95;
- background: #009F95;
- }
- .ant-btn-primary {
- border-color: #009F95;
- background: #009F95;
- }
- .ant-menu-vertical .ant-menu-item,
- .ant-menu-vertical-left .ant-menu-item,
- .ant-menu-vertical-right .ant-menu-item,
- .ant-menu-inline .ant-menu-item,
- .ant-menu-vertical .ant-menu-submenu-title,
- .ant-menu-vertical-left .ant-menu-submenu-title,
- .ant-menu-vertical-right .ant-menu-submenu-title,
- .ant-menu-inline .ant-menu-submenu-title {
- margin-top: 0;
- }
- /*iconfont 打包后样式图标显示小方块处理*/
- :global(.iconfont){
- font-family:"iconfont" !important;
- font-size:16px;
- font-style:normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
|