water_xcx/components/input-search-select/input-search-select.wxss

50 lines
882 B
Plaintext

/* components/input-search-select/input-search-select.wxss */
/* components/input-search-select.wxss */
.selectCss{
position: absolute;
inset: 0px auto auto 0px;
z-index: 5;
top: 45px;
width: 95%;
overflow: hidden;
border-radius: 5px;
box-sizing: border-box;
max-height: 150px;
border-right: 0;
background: #fff;
border: 1px solid #e4e7ed;
background: #fff;
box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);
}
.selectCell{
margin: 5px;
}
.arrow{
position: absolute;
top: 45px;
}
.arrow::after {
position: absolute;
width: 10px;
height: 10px;
z-index: 10;
content: " ";
top: -5px;
border: 0;
left: 75px;
transform: rotate(45deg);
background: #fff;
border: 1px solid #e4e7ed;
box-sizing: border-box;
border-right: 0;
border-bottom: 0;
}