maycur-business
Version:
maycur business react components of web
150 lines (149 loc) • 3.34 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-manage-list {
display: flex;
flex-direction: column;
flex: 1 1 auto;
height: calc(100% - 37px);
}
.mkbs-manage-list .opt-bar {
margin: 0 0 5px 10px;
}
.mkbs-manage-list .opt-bar .select-all-btn {
display: inline-flex;
flex-direction: row;
align-items: center;
cursor: pointer;
line-height: 24px;
}
.mkbs-manage-list .opt-bar .select-all-btn.disabled {
cursor: not-allowed ;
}
.mkbs-manage-list .opt-bar .select-all-btn.disabled .fm-check {
background-color: #f5f5f5;
color: #d9d9d9;
}
.mkbs-manage-list .opt-bar .select-all-btn.disabled .fm-check:before {
content: '';
}
.mkbs-manage-list .fm-check {
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
background-color: #fff;
color: #fff;
border-radius: 100%;
margin-right: 10px;
font-size: 12px;
display: inline-block;
}
.mkbs-manage-list .fm-check.selected {
color: #fff;
}
.mkbs-manage-list .ant-list .ant-list-item {
padding: 5px 0;
}
.mkbs-manage-list .ant-list .ant-list-item .fm-check {
cursor: pointer;
}
.mkbs-manage-list .ant-list .ant-list-item.selected .fm-check {
background-color: #3296FA;
border-color: #3296FA;
}
.mkbs-manage-list .ant-list .ant-list-item-content {
justify-content: space-between;
}
.mkbs-manage-list .ant-list .ant-list-item.notick .fm-check {
background-color: #f5f5f5;
color: #d9d9d9;
cursor: not-allowed;
}
.mkbs-manage-list .ant-list .ant-list-item.notick .fm-check:before {
content: '';
}
.mkbs-manage-list .ant-list .ant-list-item.notick .modal-item-name {
cursor: not-allowed;
position: relative;
top: 3px;
}
.mkbs-manage-list .ant-list .ant-list-item .fm-check {
flex: 0 0 auto;
}
.mkbs-manage-list .ant-list .ant-list-item .fm-organization {
flex: 0 0 auto;
width: 60px;
height: 22px;
line-height: 22px;
font-size: 12px;
text-align: center;
color: #3296FA;
border-radius: 3px;
cursor: pointer;
}
.mkbs-manage-list .ant-list .ant-list-item .fm-organization:before {
font-size: 14px;
}
.mkbs-manage-list .ant-list .ant-list-item .fm-organization:hover {
color: #3296FA;
background-color: #fff;
}
.mkbs-manage-list .item-content {
display: flex;
flex: 1;
overflow: hidden;
align-items: center;
}
.mkbs-manage-list .item-content .fm {
flex: none;
}
.mkbs-manage-list .item-content .manage-picker-item-name {
flex: 1 1 auto;
color: #191f25;
cursor: pointer;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: inline-block;
position: relative;
}
.mkbs-manage-list .item-content .manage-picker-item-name .fm {
color: #3296FA;
margin-right: 5px;
}
.mkbs-manage-list .load-more {
padding: 4px 28px;
color: #1199ff;
cursor: pointer;
}
.mkbs-manage-list .load-more:hover {
background: #f9f6f6;
}