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