UNPKG

maycur-business

Version:

maycur business react components of web

57 lines (56 loc) 1.1 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-fuzz-filter { padding: 10px; background: #fff; border: 1px solid #eee; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); border-radius: 0; display: flex; flex-direction: column; } .mkbs-fuzz-filter .mk-btn { margin-left: 10px; } .mkbs-fuzz-filter .search-list { list-style: none; padding: 0; margin: 0; max-height: 300px; overflow-y: auto; } .mkbs-fuzz-filter .search-list li { padding: 10px 0 10px 10px; cursor: pointer; } .mkbs-fuzz-filter .search-list li:hover { background-color: #fafafa; }