maycur-business
Version:
maycur business react components of web
83 lines (82 loc) • 1.73 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-user-group-list {
display: flex;
flex-direction: column;
flex: 1 1 auto;
}
.mkbs-user-group-list .opt-bar {
margin: 0 0 5px 10px;
}
.mkbs-user-group-list .opt-bar .select-all-btn {
display: inline-flex;
flex-direction: row;
align-items: center;
cursor: pointer;
}
.mkbs-user-group-list .fm-check {
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
background-color: #fff;
color: #fff;
border-radius: 100%;
margin-right: 5px;
font-size: 12px;
display: inline-block;
}
.mkbs-user-group-list .fm-check.selected {
color: #fff;
}
.mkbs-user-group-list .ant-list .ant-spin-nested-loading > .ant-spin-container {
display: block;
}
.mkbs-user-group-list .ant-list .ant-list-item {
cursor: pointer;
}
.mkbs-user-group-list .ant-list .ant-list-item.selected .fm-check {
background-color: #3296FA;
border-color: #3296FA;
}
.mkbs-user-group-list .ant-list .ant-list-item .fm-check {
flex: 0 0 auto;
margin-top: 2px;
}
.mkbs-user-group-list .item-name {
flex: 1 1 auto;
color: #191f25;
margin-right: 5px;
}
.mkbs-user-group-list .item-name .fm {
color: #3296FA;
margin-right: 5px;
}