point.wxss 508 Bytes
/* point.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: 60%;
  padding: 0 0.5rem;
}
.item-info .price{
  float:left;
  line-height: 1rem;
  width: 20%;
  padding: 0 0.5rem;
    min-height: 1px;
}
.tip{
  line-height: 2rem;
  text-align: center
}