@wufengteam/wform
Version:
@wufengteam/wform
65 lines (64 loc) • 1.64 kB
CSS
.wufeng-wform-add-department-h5-selected-data-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 16px 16px 16px;
background-color: #fff;
border-radius: 4px 4px 0 0;
}
.wufeng-wform-add-department-h5-selected-data-check {
color: #1c242e;
font-weight: 400;
font-size: 16px;
font-family: PingFang SC-Regular, PingFang SC;
line-height: 24px;
}
.wufeng-wform-add-department-h5-selected-data-count {
display: flex;
flex: 1;
align-items: center;
justify-content: flex-end;
color: #47e;
font-weight: 400;
font-size: 16px;
font-family: PingFang SC-Regular, PingFang SC;
line-height: 24px;
}
.wufeng-wform-add-department-h5-selected-data-btn {
padding: 0 16px 32px 16px;
}
.wufeng-wform-add-department-h5-selected-data-modal {
height: 65vh;
}
.wufeng-wform-add-department-h5-selected-data-modal .am-modal-content {
border-radius: 8px 8px 0 0;
}
.wufeng-wform-add-department-h5-selected-data-modal-content {
display: flex;
flex-direction: column;
height: 100%;
}
.wufeng-wform-add-department-h5-selected-data-modal-title {
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 16px 0;
color: #1c242e;
font-weight: 500;
font-size: 17px;
font-family: PingFang SC-Medium, PingFang SC;
line-height: 22px;
}
.wufeng-wform-add-department-h5-selected-data-modal-list {
flex: 1;
overflow: auto;
}
.wufeng-wform-add-department-h5-selected-data-modal-footer {
padding: 11px 16px 40px 16px;
}
.wufeng-wform-add-department-h5-selected-data-modal-close {
position: absolute;
top: 15px;
right: 10px;
}