UNPKG

maycur-business

Version:

maycur business react components of web

62 lines (61 loc) 1.12 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-empty { height: 100%; display: flex; justify-content: center; align-items: center; } .mkbs-empty-content { display: flex; justify-content: center; align-items: center; flex-direction: column; } .mkbs-empty-circle { width: 100px; height: 100px; border-radius: 100%; background: #f7f7f7; display: flex; justify-content: center; align-items: center; } .mkbs-empty-text { text-align: center; font-size: 14px; color: #bcbcbc; margin-top: 8px; } .mkbs-empty .fm { font-size: 48px; color: #c0c3cc; }