You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
442 B

.top-sticky{
position: sticky;
top: 0;
overflow-x: scroll;
background: white;
}
.top-sticky>.item{
margin: 4px;
padding: 4px 8px;
background: #00b0f0;
color: white;
font-size: 12px;
border-radius: 50px;
}
.list{
padding-bottom: 40px;
}
.history-item-wrp{
margin: 3px 12px 7px 12px;
}
.footer{
display: flex;
bottom: 0;
position: fixed;
right: 0;
left: 0;
}
.footer>button{
flex: 1;
border-radius: 0;
}