press-pix
Version:
58 lines • 1.27 kB
text/less
.dropdown-box {
width: 3.2rem;
height: .48rem;
background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/solo/bg-area-select.png);
background-repeat: no-repeat;
background-size: 100%;
&+.dropdown-box{
margin-left: .3rem;
}
}
.dropdown-selected {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
width: 3.2rem;
height: .48rem;
padding: 0 .18rem 0 .16rem;
}
.dropdown-match {
position: relative;
top: .02rem;
font-size: .24rem;
color: #fff;
font-family: GameFont;
}
.dropdown-icon {
width: .2rem;
height: .13rem;
background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/node1v1/select-down-arrow.png);
background-size: 100%;
background-repeat: no-repeat;
margin-top: .02rem;
}
.dropdown-options {
position: absolute;
top: .52rem;
left: 0;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
max-height: 2.2rem;
overflow: scroll;
background: rgba(28, 33, 46, .9);
}
.dropdown-option {
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
flex-shrink: 0;
padding: 0 .16rem;
height: .48rem;
&.dropdown-option-act{
background: rgba(35, 72, 177, 1);
}
}