balance.wxss
514 Bytes
/* balance.wxss */
.item-list{
margin: 1rem ;
border-top:1px solid #ddd;
}
.item-info{
border-bottom:1px solid #ddd;
padding: 0.5rem 0;
font-size: 12px;
width: 100%;
min-height: 2rem;
}
.item-title{
font-size: 14px;
}
.item-info .name{
min-height: 1px;
float:left;
line-height: 1rem;
width: 10rem;
padding: 0 0.5rem;
}
.item-info .price{
min-height: 1px;
float:left;
line-height: 1rem;
width: 4rem;
padding: 0 0.5rem;
}
.tip{
line-height: 2rem;
text-align: center
}