maycur-business
Version:
maycur business react components of web
77 lines (76 loc) • 1.52 kB
CSS
/* 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-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;
}