leaveRecord.wxss 137 B

123456789
  1. /* loading */
  2. .loading {
  3. height: 200rpx;
  4. line-height: 100rpx;
  5. background: #f1f1f1;
  6. color: #999;
  7. text-align: center;
  8. }
  9. /* end */