z-paging-empty-view.wxss 703 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .zp-container.data-v-74318fec{
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. }
  6. .zp-container-fixed.data-v-74318fec {
  7. position: absolute;
  8. top: 0;
  9. left: 0;
  10. width: 100%;
  11. height: 100%;
  12. }
  13. .zp-main.data-v-74318fec{
  14. display: flex;
  15. flex-direction: column;
  16. align-items: center;
  17. padding: 50rpx 0rpx;
  18. }
  19. .zp-main-image.data-v-74318fec {
  20. width: 200rpx;
  21. height: 200rpx;
  22. }
  23. .zp-main-title.data-v-74318fec {
  24. font-size: 26rpx;
  25. color: #aaaaaa;
  26. text-align: center;
  27. margin-top: 10rpx;
  28. }
  29. .zp-main-error-btn.data-v-74318fec {
  30. font-size: 26rpx;
  31. padding: 8rpx 24rpx;
  32. border: solid 1px #dddddd;
  33. border-radius: 6rpx;
  34. color: #aaaaaa;
  35. margin-top: 50rpx;
  36. }