UNPKG

maycur-business

Version:

maycur business react components of web

225 lines (224 loc) 4.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; } .flag { display: inline-block; width: 24px; height: 18px; background-image: url('https://cmimg.maycur.com/dt/static/image/flag.png'); background-repeat: no-repeat; background-size: 120px 400px; background-color: #ddd; flex-shrink: 0; } .flag.cny { background-position: -48px -98px; } .flag.aud { background-position: -48px -44px; } .flag.usd { background-position: -13.5px -17px; } .flag.eur { background-position: -48px -17px; } .flag.gbp { background-position: -82.5px -17px; } .flag.inr { background-position: -13.5px -44px; } .flag.cad { background-position: -82.5px -44px; } .flag.sgd { background-position: -13.5px -71px; } .flag.chf { background-position: -13.5px -71px; } .flag.myr { background-position: -13.5px -71px; } .flag.jpy { background-position: -13.5px -98px; } .flag.nzd { background-position: -82.5px -98px; } .flag.thb { background-position: -13.5px -125px; } .flag.hkd { background-position: -48px -125px; } .flag.krw { background-position: -82.5px -125px; } .flag.twd { background-position: -13.5px -152px; } .flag.mop { background-position: -48px -152px; } .flag.aed { background-position: -82.5px -152px; } .flag.sek { background-position: -13.5px -179px; } .flag.php { background-position: -48px -179px; } .flag.mxn { background-position: -82.5px -179px; } .flag.zar { background-position: -13.5px -204px; } .flag.idr { background-position: -48px -204px; } .flag.sar { background-position: -82.5px -204px; } .flag.brl { background-position: -13.5px -231px; } .flag.try { background-position: -48px -231px; } .flag.vnd { background-position: -82.5px -231px; } .flag.rub { background-position: -13.5px -258px; } .flag.egp { background-position: -48px -258px; } .flag.pkr { background-position: -82.5px -258px; } .flag.dkk { background-position: -13.5px -285px; } .flag.nok { background-position: -48px -285px; } .flag.ars { background-position: -82.5px -285px; } .flag.bdt { background-position: -13.5px -312px; } .flag.kpw { background-position: -48px -312px; } .flag.mmk { background-position: -82.5px -312px; } .flag.khr { background-position: -13.5px -339px; } .flag.bnd { background-position: -48px -339px; } .flag.afn { background-position: -82.5px -339px; } .flag.oth { background-position: -13.5px -366px; } .mkbs-currency-selector { background: #fff; border: 1px solid #eee; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15); } .mkbs-currency-selector-wrapper { position: relative; min-height: 400px; } .mkbs-currency-selector-search { padding: 4px 16px; } .mkbs-currency-selector-label { background: #f7f7f7; padding: 4px 16px; } .mkbs-currency-selector-item { padding: 4px 16px; cursor: pointer; } .mkbs-currency-selector-item_divider { margin: 0 2px; } .mkbs-currency-selector-item + .mkbs-currency-selector-item { border-top: 1px solid #eee; } .mkbs-currency-selector-body { max-height: 350px; overflow-y: auto; } .mkbs-currency-selector-loading { box-sizing: border-box; position: absolute; width: 30px; height: 30px; border-radius: 100%; border: 4px solid #3296FA; border-top-color: transparent; animation: spin 1s infinite linear; margin: auto; top: 0; bottom: 0; left: 0; right: 0; z-index: 9; } .mkbs-edit-payment-form .ant-radio-wrapper { display: inline-block; background-color: #f7f7f7; padding: 5px 5px 5px 10px; border-radius: 3px; } .mkbs-edit-payment-form .ant-radio-wrapper.ant-radio-wrapper-checked { background-color: #3296FA; color: #fff; } .mkbs-edit-payment-form .form-currency-wrapper { border-bottom: 1px solid #d9d9d9; line-height: 32px; } .mkbs-edit-payment-form .form-currency { display: flex; align-items: center; }