cashList.wxss 245 B

1234567891011121314
  1. .list-item {
  2. background: #fff;
  3. border-radius: 10rpx;
  4. padding: 24rpx 20rpx;
  5. margin: 20rpx 20rpx;
  6. line-height: 2;
  7. font-size: 24rpx;
  8. }
  9. .list-item .title {
  10. border-bottom: 2rpx solid #f2f2f2;
  11. font-size: 28rpx;
  12. margin-bottom: 5px;
  13. }