coupon.wxss 766 Bytes
/* coupon.wxss */


.item-list{
  margin: 1rem ;
}
.item{
    width: 100%;
  border-top:1px solid #39f; 
  background:#fff;
  border-bottom:1px dashed #F8F8F8; 
  margin-bottom: 0.5rem;

}
.item-info{
  padding: 1rem 0.5rem;
  border-bottom:1px solid #eee; 
  font-size: 12px;
}
.item-info .name{
  float:left;
  font-size: 16px;
  line-height: 1rem;
  width: 10rem;
  min-height: 1rem;
}
.item-info .price{
  float:right;
  font-size: 12px;
  line-height: 1rem;
  width: 7rem;
  text-align: right;
  color: #f90;
    min-height: 1rem;
}

.item-info .price .number{
  margin-right:5px; 
  font-size: 18px;
}

.item .date{
  font-size: 12px;
  line-height: 1rem;
  min-height: 1rem;
  padding:0.5rem;
  color: #999;
}
.tip{
  line-height: 2rem;
  text-align: center
}