Files
income_payments_applet/pages/committee/committee.wxss
T
2021-10-20 12:02:08 +08:00

24 lines
425 B
Plaintext

page{
padding-bottom: 20px;
background-color: #f5f5f5;
padding: 15px;
box-sizing: border-box;
}
.item{
box-sizing: border-box;
padding: 0 15px;
width: 100%;
height: 40px;
line-height: 40px;
background-color: #fff;
border-radius: 10px;
color: #333;
font-size: 14px;
margin-bottom: 10px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.item:last-child{
margin-bottom: 0;
}