UNPKG

maycur-business

Version:

maycur business react components of web

141 lines (140 loc) 3.05 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-city-list { position: absolute; top: 27px; width: 100%; max-height: 360px; min-height: 200px; min-width: 200px; overflow: auto; z-index: 1; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); background-color: #fff; z-index: 99; display: flex; flex-direction: column; } .mkbs-city-list-display-value { position: relative; height: auto; padding: 10px 16px; line-height: 18px; border-bottom: 1px solid #eee; } .mkbs-city-list-search { padding: 10px 16px; background-color: #fff; border-bottom: 1px solid #eee; } .mkbs-city-list-search input { background-color: #f7f7f7; padding: 5px !important; border: none; } .mkbs-city-list-city { flex: 1; overflow: auto; } .mkbs-city-list-city .sub-title { line-height: 26px; font-size: 12px; color: #959595; } .mkbs-city-list-city .hot-city-panel, .mkbs-city-list-city .nav-panel { padding: 0 16px; } .mkbs-city-list-city .hot-city-panel .ant-radio-group .ant-radio-button-wrapper, .mkbs-city-list-city .nav-panel .ant-radio-group .ant-radio-button-wrapper { height: 24px; line-height: 24px; padding: 0 10px; font-size: 12px; } .mkbs-city-list-city .hot-city-panel { line-height: 33px; } .mkbs-city-list-city .hot-city-panel .hot-city-list .ant-btn { height: 24px; padding: 0 7px; border-radius: 2px; font-size: 12px; color: #555; border-color: #eee; } .mkbs-city-list-city .nav-panel { display: flex; border-bottom: 1px solid #eee; line-height: 40px; } .mkbs-city-list-city .nav-panel .crumb { margin-left: 8px; } .mkbs-city-list-city .nav-panel .crumb .crumb-item { display: inline-block; position: relative; line-height: 27px; font-size: 14px; padding: 0 14px 0 12px; color: #3296fa; cursor: pointer; } .mkbs-city-list-city .nav-panel .crumb .crumb-item:after { content: '/'; position: absolute; right: 0; font-size: 14px; line-height: 27px; color: #e1e1e1; } .mkbs-city-list-city .nav-panel .crumb .crumb-item:last-child { color: #757575; } .mkbs-city-list-city .nav-panel .crumb .crumb-item:last-child:after { content: none; } .mkbs-city-list-city .city-list-wrapper { list-style: none; padding: 0; margin: 0; padding-left: 16px; } .mkbs-city-list-city .city-list-wrapper .city-item { box-sizing: border-box; display: flex; justify-content: space-between; padding: 11px 15px 11px 0; border-bottom: 1px solid #eee; } .mkbs-city-list-city .city-list-wrapper .city-item .city-desc { opacity: 0.45; }