UNPKG

yonui-ys

Version:
2,776 lines (2,305 loc) 121 kB
* { font-family: Microsoft YaHei, Arial; } body { color: @base; height: 100% !important; // // 详情页body高度 } body input { font-family: "Microsoft YaHei", Arial !important; } @base: #333; @base-hover: #ee2223; @base-hover-btn: #f23f40; a { color: @base } a:hover, a.active { color: @base-hover } @font-face { font-family: 'iconfont'; src: url('./newfont/iconfont.eot'); src: url('./newfont/iconfont.eot?#iefix') format('embedded-opentype'), url('./newfont/iconfont.woff') format('woff'), url('./newfont/iconfont.ttf') format('truetype'), url('./newfont/iconfont.svg#iconfont') format('svg'); } //输入框不可用状态透明度恢复 input:disabled, textarea:disabled, input[disabled="disabled"], textarea[disabled="disabled"], .el-checkbox__input.is-disabled+span.el-checkbox__label, .el-radio__input.is-disabled+span.el-radio__label { color: @base !important; } .height-100 { height: 100%; } // 滚动条 ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0); -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; } input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background-color: #fff; } ::-webkit-scrollbar-thumb { background-color: #CDD9E6!important; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; } ::-webkit-scrollbar-thumb:hover { background-color: #B0C0D0!important; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #ccc; } .hide { display: none !important; } .show { display: block !important; } .no-border { border: none !important; } .no-border-radius { border-radius: 4px; } .ant-col-xs-8 { padding: 5px 8px 5px 8px; } .p-10 { padding: 10px; } .p-l-20 { padding-left: 20px; } .p-t-0 { padding-top: 0px; } .p-t-10 { padding-top: 10px; } .p-lr-10 { padding: 0 10px; } .m-t-0 { margin-top: 0px; } .m-l-5 { margin-left: 5px; } .m-r-5 { margin-right: 5px; } .m-r-10 { margin-right: 10px; } .m-t-10 { margin-top: 10px; } .m-b-15 { margin-bottom: 15px; } .m-l-10 { margin-left: 10px !important; } .m-l-40 { margin-left: 40px; } .m-l-148 { margin-left: 135px !important; } .p-b-0 { padding-bottom: 0px !important; } .p-b-15 { padding-bottom: 15px; } .p-b-20 { padding-bottom: 20px; } .padd-bottom-60 { padding-bottom: 60px !important; } .line-tabs-maximize { position: fixed !important; top: 0; z-index: 1000; padding-bottom: 0 !important; width: inherit; background: #fff; height: 100%; width: 100%; .touch-grid { background: #fff; } .touchDevice & { overflow: auto; height: calc(~"100% - 85px"); } } /*add by jinzh1 portal中的最大化*/ .portal-container .line-tabs-maximize { height: calc(~"100% - 75px"); top: 75px; width: calc(~"100% - 175px"); } .line-tabs.line-tabs-upload.line-tabs-maximize, .line-tabs.line-tabs-maximize { padding-bottom: 0px !important; .meta-table.listTable.readOnlyTable { margin-bottom: 0px; } } .ant-input-number-disabled .ant-input-number-input { opacity: 1 !important; } .ant-menu-item-group-list .ant-menu-item { float: left; } .tree-list .height-100>.ant-row.meta-default-container { // async zhangkunk 树的展开拖拽 overflow: hidden; height: 100%; } .uretail-right-container { padding: 10px 10px 0 10px !important; } .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover, .ant-cascader-menu-item:hover { background: #f3f5f9 !important; font-weight: normal; } .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled) { background: #FFF7E7; font-weight: normal; } .ant-modal-mask>.ant-spin-nested-loading, .ant-modal-mask>.ant-spin-nested-loading>div { height: 100%; } .ant-spin-nested-loading>div>.ant-spin { z-index: 1001; } #container, #container>.ant-row, #container>.ant-row>div:last-of-type>div, #container>.ant-row>div:last-of-type>div>div { height: 100%; } #container { background-color: #fff; } #container>.ant-row>div { height: calc(~'100% - 46px'); } .portal-spin { position: absolute; top: 50%; left: 50%; width: 100px; text-align: center; transform: translate(-50%, -50%); z-index: 11111; } /*自定义Col控件样式*/ .col-none { display: none; } .col-all { overflow: auto; min-height: 1px; } .col-auto { float: left; width: auto; } .col-line { width: 100%; clear: both; } .col-float { float: left; display: block; position: relative; padding-left: 0; padding-right: 0; } .tootip-txt { text-align: center; padding: 20px 30px 5px; p { color: #999; font-size: 12px; line-height: 30px; } span { background: url(images/icon-eq.png) no-repeat; width: 98px; height: 98px; display: inline-block; img { width: 98px; height: 98px; } } } .footer-new { color: #999; font-size: 12px; text-align: center; line-height: 50px; } // 提取变量 @checkbox-checked-bg: #fff; @checkbox-checked-border-color: #ccc; @checkbox-checked-after-border-color: #EE2223; .ant-checkbox-checked .ant-checkbox-inner, .ant-checkbox-indeterminate .ant-checkbox-inner { border-color: @checkbox-checked-border-color; background-color: @checkbox-checked-bg; } .ant-checkbox-wrapper:hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner, .ant-checkbox-input:focus+.ant-checkbox-inner { border-color: @checkbox-checked-border-color; } .ant-checkbox-checked .ant-checkbox-inner:after, .ant-checkbox-inner:after { border-color: @checkbox-checked-after-border-color; } .ant-checkbox-inner { border-color: @checkbox-checked-border-color; } .ant-steps .ant-steps-tail>i { background: none; border-bottom: 1px #DADADA dashed; } .ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-description, .ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-title { font-size: 14px; } /*步骤条样式*/ .register-box .ant-steps { padding: 28px 0 48px 4px; } .register-box .ant-steps .ant-steps-item.ant-steps-custom .ant-steps-head-inner>.ant-steps-icon { font-size: 45px; } .register-box .ant-steps .ant-steps-item.ant-steps-custom.ant-steps-status-process .ant-steps-head-inner>.ant-steps-icon, .ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-head-inner>.ant-steps-icon { color: #f23f40; } .register-box .ant-steps .ant-steps-icon svg.icon, .ant-steps .ant-steps-icon svg.icon { width: 36px; } .register-box .ant-steps .ant-steps-item.ant-steps-custom .ant-steps-head-inner>.ant-steps-icon .anticon-step-group { font-size: 50px; } .ant-steps .ant-steps-head-inner { display: inline-block; margin-right: 0 } .ant-steps .ant-steps-main { display: block } .ant-steps .ant-steps-head { text-align: center; width: 90px; } .ant-steps .ant-steps-title { width: 90px; text-align: center; padding-right: 0; margin-bottom: 0; margin-top: 8px; font-size: 16px; } .ant-steps .ant-steps-tail { top: 23px; } /*表格页头添加筛选*/ .lookup-pop { z-index: 1000; .ant-popover-content>.ant-popover-arrow { margin-left: -8px; } .grid-header- { display: flex; width: 335px; .ant-input-search.ant-input-affix-wrapper { width: 210px; padding-left: 10px; position: relative; .ant-input { margin: 0px !important; width: 200px !important; height: 32px; padding-right: 35px !important; } .ant-input-suffix { top: 17px !important; right: 15px !important; } } .icon { width: 20px; height: 20px; margin-left: 15px; margin-top: 6px; } .icon:last-child { width: 16px; height: 16px; margin-top: 8px; margin-left: 18px; } } } .public_fixedDataTableRow_LookUpRow, .public_fixedDataTableRow_LookUpRow .public_fixedDataTableCell_main { background: #fff7e7 !important } .public_fixedDataTableRow_LookUpRow_Focused { position: relative; } .fixedDataTableCellGroupLayout_cellGroupWrapper .fixedDataTableCellGroupLayout_cellGroup .fixedDataTableCellLayout_main .headerName { .public_fixedDataTableCell_cellContent>div { display: flex; align-items: center; } } .tree-table { .public_fixedDataTableCell_cellContent { .table-form-screen{ & + .icon { margin-top: 9px; } } } } .public_fixedDataTableCell_cellContent { padding: 0; .btn-caret { padding-top: 3px; .u-button{ padding: 0; display: block; height: 6px; margin: 0 auto; i{ margin-left: 0px; } } } .table-form-search { width: 16px; flex-shrink: 0; svg{ width: 15px; height: 15px; } } .table-form-screen{ width: 16px; flex-shrink: 0; svg{ width: 14px; height: 14px; } } .icon { width: 13px; height: 28px; // margin-top: 2px; vertical-align: -.25em; flex-shrink: 0; } .btn-caret+.icon { margin-top: 2px; margin-left: 0px; width: 16px; height: 16px; margin-right: 3px; margin-left: 0px; } .table-header-name label i.anticon-star { color: #f00; margin-top: -2px; } .ant-row { height: 28px; .col-line { height: 28px; } } .ant-search-input-wrapper { height: 28px; margin-top: -2px; // fix: 安环---安全检查,增行参照 .ant-input { height: 28px; } } .ant-select-enabled { height: 28px } // .public_fixedDataTableCell_cellContent { // height: 28px // } .ant-select-selection__rendered { height: 28px } } .CredentialsHeader { height: 53px; width: 175px; left: -8px; .CredentialsTitle { border-bottom: 1px solid #e6e6e6; height: 28px; } .CredentialsMoney { width: 200px; .firstCol { width: 15px; } li { width: 16px; font-size: 12px; height: 24px; line-height: 24px; float: left; font-weight: 100; } .lineBlue { border-color: #a5d9f6; } .lineRed { border-color: #eeb9b9; } } } .CredentialsBody { height: 62px; width: 175px; left: -16px; top: -16px; border-right-style: solid; border-left-style: solid; border-width: 0 1px 0 0; border-color: #d3d3d3; .CredentialsMoney { width: 175px; .firstCol { width: 15px; } li { width: 16px; font-size: 20px; line-height: 62px; height: 62px; float: left; border-left: 1px solid #e6e6e6; font-weight: 100; } .lineBlue { border-color: #a5d9f6; } .lineRed { border-color: #eeb9b9; } } } /******************通用表格样式** end*********************/ /******************新UE 查询过滤**start*******************/ .common-query-popover .ant-popover-inner { border-radius: 0; } .common-query-popover>.ant-row { margin-right: -17px; } .common-query-popover .btn-onoff { border-radius: 0; width: 18px; } .common-query-popover .btn-onoff>i { margin-left: -5px; } .common-query-popover .btn-onoff.btn-left { margin-left: 22px; } .common-query-popover .schemeContent>.ant-row, .common-query-popover>.ant-row>div>.ant-row { margin-bottom: 5px; } .common-query-popover .ant-menu-vertical, .common-query-popover .ant-menu-vertical .ant-menu-item { border-right: none; } .common-query-popover .ant-menu-vertical .ant-menu-item:hover button { display: block; } .common-query-popover .ant-menu-vertical .ant-menu-item button { float: right; margin-top: 6px; display: none; } .common-query-popover>.ant-row>.ant-col-18 { border-right: 1px solid #d9d9d9; } .common-query-popover .checkbox>div { margin-top: 5px; } .common-query-popover .sp-range-txt { margin-top: 5px; text-align: center; } .common-query-popover .schemeContent { max-height: 300px; overflow-x: hidden; overflow-y: auto; } .common-query-popover .ant-input, .common-query-popover .ant-input-number, .common-query-popover .ant-select-selection { border: 1px solid #d9d9d9; border-radius: 6px; } .common-query-popover .ant-search-input.ant-input-group .ant-input:first-child { border-radius: 6px; } .common-query-popover .ant-input:hover, .common-query-popover .ant-input:focus, .common-query-popover .ant-input-number:focus, .common-query-popover .ant-input-number:hover, .common-query-popover .ant-select-open .ant-select-selection { border-color: #ccc; outline: 0; box-shadow: 0 0 0 2px rgba(45, 183, 245, .2); } .schemeTitle>span { color: #2db7f5; font-size: 12px; font-weight: 600; } /******************新UE 查询过滤**end*******************/ /******************新UE 采购订单**start*******************/ .rootTabs>.ant-tabs-content { background-color: #f1f0f1; // height: calc(~'100% - 70px'); overflow-y: auto; } .tabs-content-padding { padding: 5px 15px; } .rootTabs>.ant-tabs-content>.ant-tabs-tabpane { background-color: #fff; overflow: auto; } .processContent { padding: 0px 0 5px 42px; } .processContent>div::last-child { margin-top: 15px; } .processContent>div.m-t-10, .processContent>div.m-t-10>div { float: left; } .process-rightIcon { font-size: 16px; margin: 25px 18px 18px 18px; font-weight: 700; color: #e4e4e4; } .processContent .ant-progress-inner { width: 45px !important; height: 45px !important; margin: 10px; } .processContent .ant-progress-inner i { color: #2db7f5; } .processContent .process-tipContent { margin-top: 15px; color: #ccc; } .processContent .process-tipContent .title { font-size: 12px; color: #333; } .processContent .process-tipContent .date { font-size: 12px; color: #999; } .processContent .process-tipContent>div:last-of-type.title { color: #ccc; margin-top: 8px; } .processContent .manageButton { color: #ff8200; border-color: #ff8200; border-radius: 4px; margin-top: 2px; padding-top: 2px; } .CardHightLight { padding: 10px 0px; } .CardHightLight .ant-col-xs-16 { padding: 5px 8px; } .ant-progress-circle .ant-progress-text { font-size: 12px; } /******************新UE 采购订单**end*******************/ .page-content { width: 100%; max-height: 700px; overflow: auto; } .page-content .content-block { width: 100%; float: left; padding-bottom: 10px; border-bottom: 1px dashed #d9d9d9; } .content-block .content-block-title { font-family: 'STHeitiSC-Medium', 'Heiti SC Medium', 'Heiti SC'; font-weight: 700; font-style: normal; font-size: 14px; color: black; margin: 15px 0px; } .content-block .content-block-inner .item { margin: 5px 0; line-height: 32px; font-size: 14px; font-family: 'STHeitiSC-Light', 'Heiti SC Light', 'Heiti SC'; font-weight: 200; font-style: normal; } /*ant-tag*/ .ant-tag-checkable-checked { background: @base-hover-btn; color: @base } .ant-tag-checkable:hover { background: #f2f2f2; color: @base } .uretail-treerefer-selection.ant-select-selection { .ant-select-selection__rendered { margin-right: 38px; margin-left: 8px !important; } } .uretail-treerefer-selection { .u-tag { // async 参照多选 // 参照多选 background: #f7f9fd; border-color: #DBE0E5; &:hover { border-color: #DBE0E5; } &.show_tag { margin-right: 5px !important; } .uf-close:hover { color: #ee2233; } &.show_tag1, &.ellipsis_tag.show_tag { width: 100%; .u-tag-text { width: calc(~'100% - 16px'); overflow: hidden; display: inline-block; text-overflow: ellipsis; vertical-align: middle; margin-bottom: 3px; } } &.show_tag.lastTag { .u-tag-text { width: calc(~'100% - 16px'); overflow: hidden; display: inline-block; text-overflow: ellipsis; vertical-align: middle; margin-bottom: 3px; } } &.ellipsis_tag.show_tag { width: calc(~'100% - 24px'); } &.isMoreButton { margin-left: 0; i.anticon.anticon-ellipsis { margin-right: 0; vertical-align: middle; color: #bbb; &:hover { color: #505766; } } } } } .tags_dropMenu { .tags_menu { display: flex; padding: 4px 8px; flex-flow: wrap; max-height: 261px; overflow: auto; .tag_item { padding: 1px 0; height: auto; line-height: 100%; .u-tag { border-color: #DBE0E5; background: #f7f9fd; &:hover { border-color: #DBE0E5; } .uf-close:hover { color: #ee2233; } } } } .u-dropdown-menu>.u-dropdown-menu-item-active, .u-dropdown-menu>.u-dropdown-menu-item-selected, .u-dropdown-menu>.u-dropdown-menu-item:hover { background: transparent; } } .up-show .ant-btn .anticon-down-circle, .up-show .ant-btn .anticon-up-circle { color: #505766; font-size: 12px; } .up-show .ant-btn .anticon-down-circle:hover, .up-show .ant-btn .anticon-up-circle:hover { color: #588CE9; } // 表格三个点的修改 i.anticon.anticon-ellipsis { margin-right: 20px; } .meta-container { min-width: 1140px; overflow: auto; } .ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow { margin-left: -8px; } .ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow:after, .ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow:after, .ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow:after { margin-left: -8px; } .ant-confirm .ant-confirm-btns .ant-btn { padding: 6px 18px; font-size: 12px; } .login-m-right .ant-input, .login-m-right .ant-input-number, .login-m-right .ant-select-selection { border-radius: 4px; } // print .print-card-btn-precut { background: url(images/icon-lock.png) no-repeat; } .steps-content .ant-checkbox+span { padding-left: 6px; padding-right: 0; } .columns-right, .columns-Money { text-align: right !important; padding-right: 15px !important; } .columns-left { text-align: left !important; } .columns-center { text-align: center !important; } .ant-cascader-picker:hover .ant-cascader-picker-clear { opacity: 1; } .public_Scrollbar_face:after { background-color: #cdd9e6; } .public_Scrollbar_faceActive:after, .public_Scrollbar_main:hover .public_Scrollbar_face:after, .public_Scrollbar_mainActive .public_Scrollbar_face:after { background-color: #B0C0D0; // height:7px; } .fixedDataTableLayout_horizontalScrollbar { height: 8px !important; bottom: 8px; } .fixedDataTableLayout_horizontalScrollbar div:first-child { height: 8px !important; } .ScrollbarLayout_faceVertical:after { left: auto !important; right: 0px !important; width: 8px; } .ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after, .ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after { left: auto !important; right: 8px !important; } .ScrollbarLayout_faceVertical:hover::after { left: auto !important; right: 0px !important; } .ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after, .ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after { top: 0px !important; bottom: 0px !important; } .ScrollbarLayout_mainHorizontal { height: 8px !important; } .ScrollbarLayout_faceHorizontal::after { height: 8px; bottom: 0 !important; top: 0 !important; } .ScrollbarLayout_faceHorizontal:hover::after { top: 0px !important; bottom: 0px !important; } .ScrollbarLayout_mainHorizontal:hover { height: 14px !important; } .less-bottom-width { width: calc(~'100% - 184px') !important; } .ant-tree-checkbox .ant-tree-checkbox-inner, .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner { background-color: #fff !important; border-color: #ccc !important; margin-top: 9px; } .ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after { -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1); position: absolute; left: 4px; top: 1px; display: table; width: 5px; height: 8px; border: 2px solid #f00; border-top: 0; border-left: 0; content: " "; transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s; } .ant-tree-checkbox-input:focus+.ant-tree-checkbox-inner, .ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner, .ant-tree-checkbox:hover .ant-tree-checkbox-inner { border-color: #ccc; } .ant-tree-checkbox-checked:after { display: none; } .ant-time-picker-panel-select li:hover { background: #F3F5F9; } .uretail-print-topmenu .ant-btn { color: #fff; background-image: linear-gradient(-45deg, #fc4c2f, #ee2223) !important; border: none; float: right; line-height: 26px; padding: 0 10px; svg { width: 15px; height: 15px; margin-right: 5px; float: left; margin-top: 5px; } span { float: left; } } .uretail-print-topmenu .ant-btn:hover { background-image: linear-gradient(-225deg, #fc4c2f, #ee2223) !important; color: #fff !important; } .uretail-print-body .print-card .print-card-operation a:hover { color: #ee2223; } .public_fixedDataTableRow_columnsShadow { background: none; } .ant-anchor-link-active>.ant-anchor-link-title { color: rgba(0, 0, 0, .65); } .pull-right .ant-btn[disabled], .pull-right .ant-btn[disabled]:hover { background: none; } /*档案 新增门店-门店信息*/ .ant-time-picker-panel { .ant-time-picker-panel-inner { .ant-time-picker-panel-addon { .ant-btn { height: 26px; } } } } .ant-badge-dot { width: 6px; height: 6px; top: -1px; right: -7px; } .Uretail-billing-leftMenu-Style2 .ant-badge-dot { top: 2px; right: -2px; } /*平台管理*/ .Platform_management { margin-top: 20px; .viewCell .ant-row { margin-bottom: 15px; } .Platform_management_btn { margin-top: 2px; } .ant-checkbox-wrapper .ant-checkbox { margin-top: 10px; } .ant-checkbox-wrapper { margin-right: 10px !important; } .ant-row .viewCell .ant-row .control-width { width: auto !important; } .ant-btn { margin-top: 2px; } } /*更新日志*/ .uretial-update-log { height: 100%; .ant-radio-group { width: 362px; margin: 0 auto; display: block; padding: 25px 0; .ant-radio-button-wrapper, .ant-radio-button-wrapper-checked { border: none; } .ant-radio-button-wrapper:not(:first-child):before, .ant-radio-button-wrapper:not(:first-child):before { background-color: transparent !important; } .ant-radio-button-wrapper-checked:before { background-color: transparent !important; } .ant-radio-button-wrapper-checked { box-shadow: none; } .ant-radio-button-wrapper { color: #ccc; font-size: 14px; margin: 0 35px; span { svg { width: 30px; height: 30px; display: block; margin: 0 auto; } } } .ant-radio-button-wrapper:hover { color: #999; } .ant-radio-button-wrapper:first-child { margin: 0 35px 0 0px; } .ant-radio-button-wrapper:last-child { margin: 0 0px 0 35px; } .ant-radio-button-wrapper-checked { color: #333333; font-size: 14px; } } .ant-collapse>.ant-collapse-item>.ant-collapse-header .arrow { transform: scale(.75) rotate(-90deg); } .uretail-update-log-collapse { height: calc(~'100% - 130px') !important; overflow-y: auto; width: 100%; } .ant-collapse>.ant-collapse-item:not(.ant-collapse-item-disabled)>.ant-collapse-header:active { background: #f7f9fd; } .ant-collapse { width: auto; margin: 0 120px 0 120px; background-color: #fff; border: none; .ant-collapse-item { border: #e9e9e9 solid 1px; border-radius: 5px; margin-bottom: 15px; overflow: hidden; .ant-collapse-header { height: 49px; font-size: 14px; color: #333; padding: 0 0 0 20px !important; line-height: 49px; .arrow { left: auto; right: 20px; line-height: 49px; } .uretail-update-log-more { float: right; color: #505766; margin-right: 20px; font-size: 12px; } .uretail-update-log-more:hover { color: #588CE9; } } .ant-collapse-header a:hover { color: #588CE9; } .ant-collapse-content { border-top: #e9e9e9 dashed 1px; margin: 0 20px; padding: 0 30px; .uretail-update-log-add, .uretail-update-log-update { width: 50%; float: left; margin-bottom: 20px; } .uretail-update-log-add .add-update-btn { background: rgba(24, 182, 129, 0.06); border: 1px solid #18B681; border-radius: 2px; color: #18B681; font-size: 12px; width: 64px; height: 24px; line-height: 22px; text-align: center; } .uretail-update-log-add:first-child { .add-update-count { padding-right: 30px; } } .uretail-update-log-update .add-update-btn { background: rgba(255, 87, 53, 0.06); border: 1px solid #FF5735; border-radius: 2px; color: #FF5735; font-size: 12px; width: 64px; height: 24px; line-height: 22px; text-align: center; } .add-update-count { p { font-size: 12px; color: #505766; line-height: 18px; margin-top: 8px; } } } } .ant-collapse-item:last-child { border-radius: 5px; } } /*更新日志暂无数据*/ .uretial-no-date { border: 1px solid #e9e9e9; border-radius: 5px; font-size: 12px; color: #adb4bc; text-align: center; padding: 80px 0px; i { background: url(images/no-data.png) no-repeat; background-size: 70px 57px; height: 57px; display: block; width: 70px; margin: 0 auto 5px auto; } } } /*暂无数据*/ .no-data { height: 140px; line-height: 140px; text-align: center; color: #999; font-size: 12px; svg { width: 80px; height: 80px; margin: 20px auto 5px auto; display: block; } } /*日志详情*/ .pc_logo_height { height: 100%; } .pc_log_details { overflow-y: hidden; height: 100%; .log_top_title { width: 100%; .ant-btn { margin: 20px 0px 0px 20px; height: @base-input-height; svg { width: 15px; height: 15px; margin-right: 5px; float: left; } .icon { vertical-align: -.24em; fill: currentColor; overflow: hidden; margin-top: -1px; } } .log_page { width: 116px; float: right; .ant-btn { height: 30px; width: 38px; } .ant-btn svg { width: 13px; height: 13px; } button.ant-btn[disabled] { svg { opacity: 0.5; } } } } .log_margin_count { position: relative; margin-top: 10px; overflow: hidden; height: calc(~'100% - 68px') !important; .log_left_count { width: calc(~"100% - 300px"); float: left; padding-left: 90px; height: 100%; overflow-y: auto; h1 { font-size: 18px; color: #333333; font-weight: bold; } h2 { font-size: 14px; color: #333333; font-weight: bold; margin-top: 15px; } p { color: #333333; font-size: 12px; margin-top: 10px; img { width: auto; height: auto; max-width: 100%; } } } .log_right_bar { width: 270px; float: right; height: 100%; overflow-y: auto; position: relative; .ant-anchor { padding-top: 8px; } .ant-anchor-headertitle { left: 44px; font-size: 14px; color: #666666; font-weight: bold; position: absolute; top: -3px; } .ant-anchor-wrapper { width: 240px; right: 20px !important; margin-left: 10px; margin-top: 10px; .ant-anchor::before, .ant-anchor::after { content: " "; background: #fff; width: 6px; height: 6px; border: 2px solid #E4E4E4; border-radius: 50%; box-sizing: content-box; position: absolute; left: -4px; } .ant-anchor::before { top: -8px; } .ant-anchor::after { bottom: 0px; } .ant-anchor-link { padding: 8px 0 4px 20px !important; } .ant-anchor-link:last-child { padding: 8px 0 22px 20px !important; } .ant-anchor-link-active>.ant-anchor-link-title { color: #588CE9; } .ant-anchor-ink-ball { width: 14px; height: 14px; border-radius: 50%; background: #588CE9; border: #ABC5F4 solid 3px; margin-top: -2px; } .ant-anchor-ink:before { background-color: #E4E4E4; } .ant-anchor-link { padding: 8px 0 8px 15px; } .ant-anchor-link-title { max-height: 40px; line-height: 20px; color: #666; white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; span span { color: #999; margin-right: 10px; margin-left: 0px; } } .ant-anchor-link-title-active { span span { color: #588CE9; } } .ant-anchor-link-title:hover span { color: #588CE9 !important; } } } } } /*无物流信息*/ .wuliu_none { width: 300px; min-height: 70px; .wuliu_none_title { font-size: 12px; color: #999999; text-align: center; line-height: 18px; margin-top: 5px; } .anticon { margin: 15px auto 0px auto; width: 20px; height: 20px; display: block; } .icon-cuowutishi::before { content: "\e671"; color: #ccc; font-size: 24px; text-align: center; } } /*物流信息*/ .wuliu_infor_more { width: 300px; padding: 0; min-height: 100px; max-height: 240px; overflow-y: auto; margin: 10px auto 0px auto; padding-bottom: 10px; .wuliu_infor_more1 { position: relative; margin: 0px 30px 0px 35px; .wuliu_infor_more_adress { font-size: 12px; color: #333333; line-height: 17px; padding-top: 10px; } .wuliu_infor_moretime { font-size: 12px; color: #999999; line-height: 17px; margin-top: 4px; } } .wuliu_infor_more1:first-child { .wuliu_infor_more_adress { padding-top: 0px; } } .wuliu_infor_more1:before { content: ""; position: absolute; background: #e6e6e6; width: 9px; height: 9px; border-radius: 50%; border: #fff solid 2px; top: 13px; left: -25px; } .wuliu_infor_more1::after { content: " "; position: absolute; width: 1px; height: 100%; display: block; background-color: #e9e9e9; margin: 0 auto; left: -21px; top: 10px; } .wuliu_infor_more1.current::before { content: ""; position: absolute; background: #588CE9; width: 11px; height: 11px; border-radius: 50%; border: #cddcf8 solid 2px; top: 3px; left: -26px; z-index: 9999999; } .wuliu_infor_more1.current { .wuliu_infor_adress { color: #588CE9; } } } /*物流信息-多条*/ .wuliu_infor_more_list { width: 340px; padding: 0 18px; position: relative; overflow: hidden; &::after { content: " "; position: absolute; width: 1px; height: 100%; display: block; background-color: #e9e9e9; margin: 0 auto; left: 18px; top: 0px; } .wuliu_infor_more { width: 290px; padding: 10px; background: #F7F7F7; border-radius: 4px; margin: 0px; margin-left: 15px; min-height: auto; max-height: 50000px; //最大高度单条物流信息设置了240,此处设置高度 overflow-y: hidden; .wuliu_infor_more_adress { font-size: 12px; color: #333333; line-height: 16px; } .wuliu_infor_moretime { font-size: 12px; color: #999999; line-height: 20px; margin-top: 5px; } .see_all { font-size: 12px; color: #505766; padding: 0px; width: 90px; height: 24px; border: 1px solid #D9D9D9; border-radius: 100px; margin-left: 90px; .icon { margin-left: 3px; transform: scale(.75) rotate(0deg); } } .see_all_up { .icon { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -ms-transform: rotate(180deg); transform: rotate(180deg) scale(0.75); } } .wuliu_infor_more1 { margin: 0px; } .wuliu_infor_more1::before { display: none; } .wuliu_infor_more1::after { display: none; } .wuliu_infor_more1.current { .wuliu_infor_more_adress { color: #588ce9; } } } .wuliu_all_title { font-size: 12px; color: #333333; padding-left: 15px; font-weight: bold; position: relative; } .wuliu_all_title::before { content: ""; position: absolute; background: #588CE9; width: 11px; height: 11px; border-radius: 50%; background: #588CE9; border: #cddcf8 solid 2px; left: -5px; z-index: 9; top: 11px; } } /*更新日志下拉*/ .title-setting-telephone { width: 138px; background: #FFF7E7; height: 52px; .telephone-number { font-size: 12px; color: #EE2223; text-align: center; line-height: 18px; padding-top: 8px; } .telephone-infor { font-size: 12px; color: #878C98; text-align: center; line-height: 18px; } } .uretail-update-log-collect-wrap { padding-bottom: 500px; } .uretial-update-log .ant-collapse .uretail-update-log-activeLog { border: #588CE9 solid 1px; } /*赊销-零售收款单*/ .sell_credit { background: #fff; line-height: 70px; box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); position: fixed; bottom: 0; z-index: 999; left: 159px; right: 10px; height: 70px; width: calc(~'100% - 174px'); .sell_credit_left { display: flex; float: left; flex: 1; .sell_credit_select { font-size: 20px; color: #333333; margin-left: 30px; display: -ms-flexbox; display: flex; display: -webkit-flex; -ms-flex-align: center; align-items: center; justify-content: center; span { font-size: 26px; margin-left: 15px; } } .sell_credit_all_money { font-size: 20px; padding-left: 50px; display: -ms-flexbox; display: flex; display: -webkit-flex; -ms-flex-align: center; align-items: center; justify-content: center; span { font-size: 26px; color: #ee2223; margin-left: 15px; } } } .cash-Settlement { float: right; width: 140px; border: none; height: 70px; background: #F9FAFB; border-left: #DBE0E5 solid 2px; border-radius: 0px; .icon { width: 34px; height: 34px; } .pay-title { font-size: 16px; color: #505766; } } .cash-Settlement[disabled] { background: #fcfcfd; // box-shadow: inset 0 -4px 0px #e9ecee; .pay-title { color: #999; } svg { fill-opacity: 0.5; } } .ant-btn-pay { width: 200px; height: 70px; background-image: @primary-color; line-height: 68px; color: #fff; text-align: center; font-size: 24px; border: none; border-radius: 0px; padding: 0px; } .ant-btn-pay[disabled] { background: @primary-color; opacity: .5; } .ant-btn-pay[disabled]:hover { color: #fff; } .sell_credit_paybar { float: right; display: flex; } } /*收款单 筛选条件表格变高特殊样式 gathering-list*/ .ant-tabs-content { .gathering-list { height: 100%; padding-bottom: 70px; .listheadRow { margin: 0 15px 0 0; padding-top: 30px; font-size: 14px; .scheme-list { margin-left: 14px; } .sp-range-txt { line-height: 40px; } .filter-hide .input-control { height: 40px; .ant-calendar-picker-icon { width: 16px; height: 16px; } .ant-calendar-picker-icon:after { font-size: 16px; } .ant-search-input-wrapper { height: 40px; .anticon-canzhao:before { font-size: 18px; } } } .filter-hide .input-control .ant-input, .filter-hide .input-control .ant-select { height: 40px; font-size: 14px; } .filter-hide .input-control .ant-select { .ant-select-selection { height: 40px; .ant-select-selection__rendered { line-height: 38px; } .ant-select-arrow { font-size: 14px; } } } .ant-popover-open-count { height: 40px; font-size: 14px; } .label-control { line-height: 20px; max-height: 40px; min-width: 80px; padding-left: 10px; } .ant-row .ant-btn { height: 40px; font-size: 14px; } } /*表格部分*/ .meta-table { font-size: 14px; .ant-checkbox-inner { width: 18px; height: 18px; } .ant-checkbox-indeterminate .ant-checkbox-inner:after { content: " "; transform: scale(1); position: absolute; left: 3px; top: 7px; width: 9px; height: 2px; } .ant-checkbox-checked .ant-checkbox-inner:after { transform: rotate(45deg) scale(1); position: absolute; left: 4px; top: 1px; display: table; width: 7px; height: 10px; border: 2px solid #ee2223; border-top: 0; border-left: 0; content: " "; transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s; } .fixedDataTableCellLayout_wrap3 .public_fixedDataTableCell_cellContent .checkboxHD .ant-checkbox-wrapper .ant-checkbox { margin-top: 10px; } } } } /*零售收款小屏适配*/ @media screen and (max-height:826px) { .ant-tabs-content { .gathering-list { .readOnlyTable { padding-bottom: 90px; } } } } /*公式编辑器*/ .FormulaDesigner { height: 600px; background: #fff; box-shadow: 0 0 14px 6px #666666; border-radius: 6px; .ant-input-number{ height:30px; } .ant-input-number-input{ height: 28px; } .ant-select-selection--single{ height: 28px!important; } .ant-modal-content { /*头部*/ .ant-modal-header { padding: 11px 20px; } /*内容*/ .ant-modal-body { height: 494px; padding: 0px 0px 0px 20px; .LeftContent { width: 232px; float: left; height: 494px; overflow-y: auto; border-right: #E4E4E4 solid 1px; } .RightContent { width: 514px; float: left; margin-left: 34px; padding-top: 20px; height: 494px; overflow-y: auto; .ant-row { margin-bottom: 15px; .label-control { width: 68px !important; color: #2A2A2A; text-align: right; line-height: 28px; } .input-control { margin-left: 15px; width: 350px !important; .ant-select { float: left; } .ant-tag { min-width: 50px; height: 30px; background: #fff; line-height: 26px; text-align: center; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; border: 1px solid #D9D9D9; .ant-tag-text { color: #666; font-size: 15px; } &:hover { border: 1px solid #505766; } } } } .ant-row:nth-of-type(1) { margin-bottom: 20px; } .ant-row:nth-of-type(2) { margin-bottom: 15px; .input-control { width: 380px !important; } } .ant-row:nth-of-type(4) { margin-bottom: 15px; } .formula-editing { position: relative; textarea.ant-input { height: 150px !important; position: relative; } &.ant-row { margin-bottom: 20px; } .error { position: absolute; bottom: -107px; font-size: 12px; color: #ee2223; left: 85px; width: 410px; height: 108px; overflow-y: auto; overflow-x: hidden; } } .operator { .ant-row .input-control { width: 360px !important; } } } } /*底部按钮*/ .ant-modal-footer { height: 48px; padding: 10px 24px; // 按钮的文字均为2 个,这里临时设置固定宽度 60px .ant-btn { padding: 0 12px; width: 60px; } .ant-btn:nth-of-type(1) { background-color: #eceff1; border: none; color: #505766; &:hover { background-color: #dfe1e6; border: none; } } .ant-btn:nth-of-type(2) { background: #505766; border: none; color: #fff; &:hover { background: #616875; } } .ant-btn:nth-of-type(3) { background: @primary-color; color: #fff; } .ant-btn:nth-of-type(3)[disabled] { background: @primary-color; opacity: .5; border: none; } } } } /*编辑采购分析*/ .report-design-modal { width: 800px !important; height: 600px; .ant-modal-header { padding: 23px 16px 5px 16px; } .ant-modal-body { min-height: auto; .meta-table.listTable { height: 457px; } .meta-table.listTable.readOnlyTable { height: 470px; .checkradio-checked-readonly:hover { border: 1px solid #588CE9; background: #588CE9; } } .bill-design-tabs { height: auto; >div { vertical-align: middle; display: flex; } .tabs-control { margin-top: 22px; } .tabs-button { margin-top: -25px; .ant-btn { height: 32px; width: 68px; padding: 0px; line-height: 30px; } } } .fixedDataTableRowLayout_rowWrapper .textCol .edit-input-number { margin-top: -8px; } .public_fixedDataTableCell_cellContent .editCol { padding: 14px 10px !important; } .fixedDataTableCellGroupLayout_cellGroupWrapper .acticonCell { padding-top: 5px; } .public_fixedDataTable_bottomShadow { background: none; } } /*底部按钮*/ .ant-modal-footer { height: 62px; padding: 15px 20px 15px 20px; .ant-btn { padding: 6px 20px; } } } /*消息列表*/ .unreadtime, .readtime { color: #999; padding-left: 10px; margin-top: 12px; display: block; } .anticon-unread { display: block; width: 6px; height: 6px; background: #EE2223; border-radius: 50%; } .infor-list-point { padding: 12px 0px !important; } /*新增订阅方案*/ .FormulaDesigner { .subscribe_cycle_radio { .ant-radio-group { float: left; } .subscribe_cycle_select { width: 185px; margin-left: 10px; float: left; display: inline-flex; .ant-select { width: 80px !important; margin: 0 10px; } } } .RightContent { .subscribe_condition_inputArea, textarea.error_info { height: 63px; resize: none; } .error_info { border: #ee2223 solid 1px; } .select_error_info>.ant-select-selection--multiple { border: #ee2223 solid 1px; } .frequency_error_info>.ant-select-selection--multiple { border: #ee2223 solid 1px; } .ant-radio-button-wrapper-checked:first-child { border-color: #588ce9; color: #588ce9; } .ant-radio-button-wrapper-checked { border-color: #588ce9; color: #588ce9; box-shadow: -1px 0 0 0 #588ce9; } .ant-radio-button-wrapper:hover { color: #588ce9; } } .subscribe_cycle_week_or_month, .frequency_error_info { margin-top: 15px; } .ant-modal-content .ant-modal-body .RightContent .ant-row .input-control { .ant-calendar-picker-input { input { text-align: left; } input+span+input { margin-left: 20px; } } } .subscribe_condition { position: relative; margin-bottom: 20px; .error { position: absolute; color: #EE2223; left: 83px; bottom: -18px; } } .receiver_people { margin-bottom: 20px; position: relative; .ant-select .ant-select-selection { overflow-y: auto; max-height: 84px; } .error { position: absolute; color: #EE2223; left: 83px; bottom: -18px; } } .receiver_people:first-child { margin-bottom: 10px; .ant-row { margin-bottom: 0px !important; } } .operator { .ant-row { margin-bottom: 10px !important; } } .receiver_people:last-child { margin-bottom: 60px; } } .recipient_name { color: #333; } .account_name { color: #999; margin-left: 3px; } /*浮窗结构*/ .ant-notification-notice { padding: 16px; border-radius: 4px; box-shadow: 0 2px 8px rgba(0, 0, 0, .2); background: #fff; line-height: 1.5; position: relative; right: 40px; margin-bottom: 10px; overflow: hidden; width: 384px; height: 110px; box-sizing: border-box; } //异步导入 .u-notification{ width: 384px; } .u-notification-notice{ padding: 12px 16px; width: 384px; .Toolbar_Notification_Desc2{ overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; max-height: 40px; } .u-notification-notice-close{ .uf-close:before{ color: #AAAAAA; font-weight: normal; } } } .Toolbar_Notification_Img { width: 28px; height: 28px; float: left; margin-right: 16px; background-image: url(./images/Backstage1.png); background-size: 100% 100%; } .Toolbar_Notification_Desc1 { font-size: 15px; line-height: 21px; color: #333; line-height: 17px; margin-bottom: 5px; } .Toolbar_Notification_Desc2 { color: #666; } .Toolbar_Notification_Desc3 { margin-left: 44px; line-height: 17px; color: #666; margin-top: 6px; } a.Toolbar_Notification_Log { float: right; color: #4E97FF; line-height: 17px; position: relative; margin-top: 4px; } .Toolbar_Notification_Desc { position: relative; } .ant-notification-notice-close-x:after { font-size: 12px; content: "\e636"; font-family: anticon; cursor: pointer; } span.Toolbar_Notification_Count { font-weight: bold; margin: 0 4px; } span.Toolbar_Notification_SucessCount { color: #18B681; margin: 0 4px; font-weight: bold; } span.Toolbar_Notification_FailCount { color: #EE2223; margin: 0 4px; font-weight: bold; } .ant-notification-notice-close:hover { color: #EE2233; } /*新增开票设置 间距问题特殊设置*/ .Manual-calculation-left { .viewCell.width-percent-100 .ant-upload { margin-bottom: 0px; } .electroinvoice_attachment { .upload-content.clearfix>.ant-row { margin-bottom: 15px; } } } /*2018年10月16日消息列表进入的存量查询页面*/ .container-browse-mode.container-less-height .listheadRow .ant-row .col-auto .ant-btn .icon { width: 15px; height: 15px; margin-right: 5px; float: left; } /*2018年10月16日新增商品转换关系页面*/ .ant-row.use { margin-top: 10px; .viewCell.width-percent-33 { .ant-row { margin-bottom: 0px; } .label-control { margin-top: 20px; } .control-width { line-height: initial; margin-top: 20px; } } } /*地图问题*/ .map { .input-control { .control-text.invoice-remark { width: 400px; } } // 地图删除图标 .map-row { &:hover { .ant-select-selection__clear { opacity: 1 !important; &:before { content: "\E690" !important; font-size: 14px; } } } .ant-select-selection__clear { position: absolute !important; top: 16px !important; } } } /*商品转换关系*/ .beforeProductInfo, .afterProductInfo { .input-control.control-width, .ant-input-affix-wrapper { height: @base-input-height; } } /*零售开单:底部功能操作按钮添加快捷键*/ .hotKey { float: right; opacity: 0.6; color: #505766; margin-left: 5px; } .Uretail-billing-actions-title-popover { min-width: auto !important; .ant-popover-arrow { display: none; } .ant-popover-content { border-radius: 4px; box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2); } .ant-popover-inner { border: none !important; background: transparent; } .ant-popover-inner-content { background: #fffecf; padding: 5px 15px 5px 15px; line-height: 20px; border-radius: 4px; font-size: 16px; margin-top: 7px; .Uretail-billing-actions-hotkey { color: #505766; opacity: 0.8; } } } /*快捷支付添加快捷键*/ .billing-js-zfb .billing-settleButton-wrap