maycur-business
Version:
maycur business react components of web
90 lines (89 loc) • 1.82 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-check-filter {
width: 200px;
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-check-filter .pin-search {
margin: 5px 5px 0 5px;
}
.mkbs-check-filter .ant-radio-group,
.mkbs-check-filter .ant-checkbox-group {
display: block;
max-height: 300px;
overflow: auto;
}
.mkbs-check-filter_box,
.mkbs-check-filter .pin-radio-box {
padding: 5px 0;
}
.mkbs-check-filter .pin-item,
.mkbs-check-filter .pin-all {
padding: 7px 10px;
margin: 0 ;
width: 100%;
overflow: hidden;
display: block;
}
.mkbs-check-filter .pin-item {
display: flex;
align-items: center;
}
.mkbs-check-filter .pin-item:hover {
background-color: #fafafa;
}
.mkbs-check-filter .pin-item span + span {
overflow: hidden;
text-overflow: ellipsis;
}
.mkbs-check-filter .pin-item .ant-checkbox {
top: -0.06em;
}
.mkbs-check-filter .pin-footer {
display: flex;
justify-content: space-between;
border-top: 1px solid #eee;
padding: 7px 0;
}
.mkbs-check-filter .pin-footer .footer-item {
flex: 1;
text-align: center;
color: #3296FA;
cursor: pointer;
}
.mkbs-check-filter .pin-footer .weaker-item {
color: #999;
}