maycur-business
Version:
maycur business react components of web
160 lines (159 loc) • 3.98 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-department-picker-list {
display: flex;
flex-direction: column;
flex: 1 1 auto;
}
.mkbs-department-picker-list .opt-bar {
margin: 0 0 5px 10px;
}
.mkbs-department-picker-list .opt-bar .select-all-btn {
display: inline-flex;
flex-direction: row;
align-items: center;
cursor: pointer;
}
.mkbs-department-picker-list .opt-bar .select-all-btn.disabled {
cursor: not-allowed ;
}
.mkbs-department-picker-list .opt-bar .select-all-btn.disabled .fm-check {
background-color: #f5f5f5;
color: #d9d9d9;
}
.mkbs-department-picker-list .opt-bar .select-all-btn.disabled .fm-check:before {
content: '';
}
.mkbs-department-picker-list .item-content {
cursor: pointer;
flex: 1 1 auto;
color: #191f25;
display: flex;
align-items: center;
}
.mkbs-department-picker-list .item-content .name {
max-width: 290px;
}
.mkbs-department-picker-list .item-content .fullname {
font-size: 12px;
color: #666;
}
.mkbs-department-picker-list .item-content .fm-employee,
.mkbs-department-picker-list .item-content .fm-cube {
color: #999;
margin-right: 8px;
font-size: 16px;
}
.mkbs-department-picker-list .item-root {
color: #3296FA;
}
.mkbs-department-picker-list .item-root .fm-cube {
color: #3296FA;
}
.mkbs-department-picker-list .fm-check {
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
background-color: #fff;
color: #fff;
border-radius: 100%;
font-size: 12px;
display: inline-block;
margin-right: 10px;
}
.mkbs-department-picker-list .fm-check.selected {
color: #fff;
background-color: #3296FA ;
border-color: #3296FA ;
}
.mkbs-department-picker-list .fm-radio {
color: #E1E1E1;
font-size: 16px;
margin-right: 10px;
}
.mkbs-department-picker-list .fm-circle-check-o {
font-size: 16px;
color: #3296FA;
margin-right: 10px;
}
.mkbs-department-picker-list .ant-list .ant-list-item {
padding: 5px 0;
cursor: pointer;
}
.mkbs-department-picker-list .ant-list .ant-list-item .fm-check {
cursor: pointer;
}
.mkbs-department-picker-list .ant-list .ant-list-item.selected .fm-check {
background-color: #3296FA ;
border-color: #3296FA ;
}
.mkbs-department-picker-list .ant-list .ant-list-item-content {
justify-content: space-between;
}
.mkbs-department-picker-list .ant-list .ant-list-item.notick {
cursor: default;
}
.mkbs-department-picker-list .ant-list .ant-list-item.notick .modal-item-content {
cursor: not-allowed;
}
.mkbs-department-picker-list .ant-list .ant-list-item.notick .fm-check {
display: none;
}
.mkbs-department-picker-list .ant-list .ant-list-item.notick .fm-circle-check-o,
.mkbs-department-picker-list .ant-list .ant-list-item.notick .fm-radio {
display: none;
}
.mkbs-department-picker-list .ant-list .ant-list-item.notick .modal-item-name {
position: relative;
top: -3px;
}
.mkbs-department-picker-list .ant-list .ant-list-item .fm-check {
flex: 0 0 auto;
}
.mkbs-department-picker-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-department-picker-list .ant-list .ant-list-item .fm-organization:before {
font-size: 14px;
}
.mkbs-department-picker-list .ant-list .ant-list-item .fm-organization:hover {
color: #3296FA;
background-color: #fff;
}