index.wxss 344 B

1234567891011121314151617181920
  1. .nodata {
  2. margin-top: 40rpx;
  3. font-size: 30rpx;
  4. font-family: PingFangSC, PingFang SC;
  5. font-weight: 400;
  6. color: #333333;
  7. }
  8. .nodatadiv {
  9. width: 100%;
  10. height: 100%;
  11. display: flex;
  12. flex-direction: column;
  13. align-items: center;
  14. justify-content: center;
  15. /* background-color: #fff; */
  16. background-color: transparent;
  17. padding-top: 20vh;
  18. }