You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
479 B
25 lines
479 B
|
2 years ago
|
.select-container {
|
||
|
|
background-color: #f1f2f7;
|
||
|
|
padding: 30rpx;
|
||
|
|
.select-list {
|
||
|
|
min-height: 50vh;
|
||
|
|
max-height: 50vh;
|
||
|
|
overflow-y: auto;
|
||
|
|
.select-list-item {
|
||
|
|
border-radius: 10rpx;
|
||
|
|
background-color: #ffffff;
|
||
|
|
box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(132, 132, 132, 0.05);
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
box-sizing: border-box;
|
||
|
|
padding: 40rpx 20rpx;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.select-search {
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
}
|
||
|
|
.select-title {
|
||
|
|
text-align: center;
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
}
|
||
|
|
}
|