_select.css
437 Bytes
.select {
position: fixed;
bottom: 0px;
width: 100%;
background: #fff;
z-index: 1001;
ul {
font-size: 34px;
text-align: center;
li {
height: 100px;
line-height: 100px;
border-bottom: 1px solid #e0e0e0;
}
.item-del {
margin-top: 10px;
border-top: 1px solid #e0e0e0;
color: #5c99e4
}
}
}