UNPKG

maycur-business

Version:

maycur business react components of web

117 lines (116 loc) 2.22 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-manage-picker { cursor: pointer; border-radius: 1px; display: inline-flex; flex-direction: row; align-items: flex-start; flex-wrap: wrap; line-height: 26px; padding: 3px 5px 1px; margin-top: 5px; background-color: #f7f7f7; } .mkbs-manage-picker.disabled { opacity: 0.8; } .mkbs-manage-picker.disabled:hover { background-color: #f7f7f7; } .mkbs-manage-picker.disabled .fm-more2 { display: none; } .mkbs-manage-picker .empty { color: #bbb; font-size: 12px; margin-right: 8px; margin-bottom: 2px; } .mkbs-manage-picker .empty.form-empty { font-size: 1em; color: #bbb; display: inline-block; height: 30px; line-height: 30px; margin-right: 0; margin-bottom: 0; } .mkbs-manage-picker .more { color: #bbb; } .mkbs-manage-picker .stats { color: #bbb; font-size: 12px; margin-right: 3px; margin-bottom: 2px; } .mkbs-manage-picker .name { display: inline-flex; flex-direction: row; } .mkbs-manage-picker .name .fm { margin-right: 3px; color: #3296FA; font-size: 14px; } .mkbs-manage-picker .joinNames { overflow: hidden; text-overflow: ellipsis; font-size: 13px; height: 30px; line-height: 30px; word-break: break-all; display: inline-block; width: 100%; white-space: nowrap; } .mkbs-manage-picker .fm-more2 { color: #999; font-size: 14px; } .mkbs-manage-picker .ant-tag { margin-right: 3px; margin-bottom: 2px; height: 26px; line-height: 24px; } .mkbs-manage-picker .strong { margin-left: 3px; margin-right: 3px; color: #3296FA; } .mkbs-manage-picker:hover { background-color: #f0faff; } .mkbs-manage-picker:hover .fm-more2 { color: #3296FA; }