feat: first commit

This commit is contained in:
eleanor.mao
2025-03-31 22:34:22 +08:00
commit d25187c9c8
390 changed files with 57031 additions and 0 deletions

View File

@ -0,0 +1,48 @@
@import '@/styles/variables.less';
.bl-select {
background: #FFFFFF;
&__title {
font-size: 28px;
line-height: 30px;
font-weight: 400;
color: @blColorG1;
padding: 0 24px;
padding-top: 24px;
}
&__items-container {
display: flex;
flex-direction: column;
margin-top: 24px;
}
&__salary-item {
width: 100%;
height: 96px;
font-size: 32px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
padding: 0 24px;
&.selected {
color: @blHighlightColor;
background: #6D3DF514;
}
}
&__select-icon {
width: 48px;
height: 48px;
}
&__with-popup {
background: #FFFFFF;
border-top-left-radius: 24px;
border-top-right-radius: 24px;
}
}