26 lines
479 B
CSS
Raw Normal View History

2023-08-17 19:05:27 +08:00
.w-100{
width:100%;
}
.max-w-350{
max-width: 22rem;
}
.min-w-260{
min-width: 16.25rem;
}
.list-top-icon{
width:1rem ;
height:1rem;
background: url('../img/posTop.svg') no-repeat;
background-position: center;
background-size: 1rem 1rem;
}
.add-new-icon{
width:1rem ;
height:1rem;
background: url('../img/addIcon.svg') no-repeat;
background-position: center;
background-size: 1rem 1rem;
}
.block{
display: block !important;
}