weightReportList.wxss 269 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
/* pages/weightReportList/weightReportList.wxss */
.list{
box-shadow: 0 2rpx 20rpx 2rpx #999;
}
.item{
background: #fff;
height: 64rpx;
line-height: 64rpx;
padding: 1rem;
border-bottom: 1px solid rgb(218, 218, 218);
}
.item text {
padding: 0 0.2rem 0 0;
}