cashList.wxss 314 B

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