index.wxss 687 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* pages/fuli/index.wxss */
  2. page {
  3. background-color: #f5f5f5;
  4. }
  5. .fuli {
  6. margin-top: 107rpx;
  7. }
  8. .loading_no {
  9. display: flex;
  10. justify-content: center;
  11. align-items: center;
  12. height: 60rpx;
  13. font-size: 22rpx;
  14. color: #696969;
  15. background: transparent;
  16. }
  17. /* 空白页 */
  18. .no_data {
  19. width: 100%;
  20. padding-top: 35%;
  21. display: flex;
  22. justify-content: center;
  23. align-items: center;
  24. flex-direction: column;
  25. }
  26. .white {
  27. width: 208rpx;
  28. height: 320rpx;
  29. }
  30. .no_text {
  31. color: #666;
  32. font-size: 34rpx;
  33. margin-top: 58rpx;
  34. display: flex;
  35. flex-direction: column;
  36. justify-content: center;
  37. }
  38. .no_text .text {
  39. color: #999;
  40. font-size: 28rpx;
  41. margin-top: 16rpx;
  42. }