UNPKG

maycur-business

Version:

maycur business react components of web

87 lines (86 loc) 1.86 kB
/* base variables */ /* text-color */ /* pin */ /* 字体大小 */ /* tab-bar */ /* 提示颜色 */ /* fee type color 引用自主版本 */ /* table相关 */ /* mix-in class */ #mixin-ios-scroll { overflow-y: scroll; -webkit-overflow-scrolling: touch; } #mixin-pick-bar { display: flex; background: #fff; font-weight: normal; font-size: 16px; } #mixin-pick-bar > div { flex: 1; text-align: center; color: #3296FA; line-height: 50px; } #mktable-filter-dropdown { border: 1px solid #eee; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); border-radius: 0; } .mkbs-department-picker-select { width: calc(60vw) !important; max-width: 800px; } .mkbs-department-picker-select .ant-modal-body { padding: 10px 24px 0 !important; } .mkbs-department-picker-select .ant-modal-body .ant-tabs-tabpane { padding: 0 10px 0 10px; } .mkbs-department-picker-select .title { display: flex; justify-content: space-between; padding: 0 40px 0 10px; line-height: 24px; margin: 0; color: rgba(0, 0, 0, 0.85); font-weight: 500; font-size: 15px; } .mkbs-department-picker-select .title .switch { display: flex; align-items: center; } .mkbs-department-picker-select .title .ant-switch { margin-right: 10px; height: 20px; } .mkbs-department-picker-select .title .ant-switch::after { width: 16px; height: 16px; } .mkbs-department-picker-select .title .fm-question { color: #3296FA; margin-left: 10px; cursor: pointer; } .mkbs-department-picker-select .footer .include { text-align: left; padding-left: 20px; } .mkbs-department-picker-select .footer .btns-wrap { display: flex; justify-content: space-between; padding-left: 20px; } .mkbs-department-picker-select .footer .help { line-height: 36px; color: #999; } .mkbs-department-picker-select .ant-modal-footer { border-top: none; } .mkbs-popover { width: 250px; }