iep-ui
Version:
An enterprise-class UI design language and Vue-based implementation
72 lines (62 loc) • 1.26 kB
text/less
@import '../../style/themes/index';
@import '../../style/mixins/index';
.@{ant-prefix}-select-tips-box {
width: 100%;
position: relative;
height: 100%;
&-content {
height: 100%;
display: flex;
flex-direction: column;
}
&-wrap {
background: rgba(15, 110, 255, 0.15);
border: 1px solid rgba(15, 110, 255, 0.5);
padding: 10px 30px 10px 20px;
display: flex;
justify-content: space-between;
flex: 0 0 1;
}
&-main {
// height: 100%;
flex: 1;
overflow: hidden;
}
&-bottom {
position: fixed;
text-align: right;
padding: 14px 44px;
bottom: 0;
right: 0;
width: 100%;
background: #fff;
box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.08);
.ant-btn {
margin-left: 10px;
}
}
&-left {
display: flex;
font-size: 12px;
color: #000;
line-height: 22px;
margin-right: 16px;
.ant-checkbox-wrapper {
span {
padding: 0 4px 0 0;
font-size: 12px;
}
}
}
&-num {
line-height: 23px;
// margin-left: 16px;
}
&-right {
font-weight: 400;
font-size: 12px;
color: #0f6eff;
line-height: 24px;
cursor: pointer;
}
}