index.wxss 525 B

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