feat: first commit
This commit is contained in:
48
src/components/select/index.less
Normal file
48
src/components/select/index.less
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user