.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; } }