< type="text/css">
.select_fixedyes{
position: fixed;
top: 64px;
margin-left: 30px;
z-index: 20;
}
.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
max-width: 440px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 48px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
}
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 50px;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 20px;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 2px solid #aaa;
border-radius: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
height: 40px;
padding-left: 10px;
line-height: 40px;
}
>