UNPKG

maycur-business

Version:

maycur business react components of web

58 lines (57 loc) 1.32 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-filter-setting-modal .ant-modal { width: 600px !important; } .mkbs-filter-setting-modal .ant-modal .title-desc-popover { max-width: 400px; } .mkbs-filter-setting-modal .ant-modal .ant-modal-body { max-height: 380px; overflow: auto; padding-top: 0; } .mkbs-filter-setting-modal .ant-modal .ant-modal-title .ant-breadcrumb { color: #3296FA; cursor: pointer; } .mkbs-filter-setting-modal .ant-modal .ant-modal-title .ant-breadcrumb .fm { color: #bcbcbc; margin-left: 5px; cursor: pointer; } .mkbs-filter-setting-modal .ant-modal .ant-modal-title .ant-breadcrumb .fm:hover { color: #3296FA; } .mkbs-filter-setting-modal .ant-modal .ant-modal-title .ant-breadcrumb > span:last-child { color: #555; cursor: auto; }