undone.wxss 412 B

12345678910111213141516171819202122232425262728293031
  1. page {
  2. background: #f4f4f4;
  3. min-height: 100%;
  4. }
  5. .container {
  6. background: #f4f4f4;
  7. min-height: 100%;
  8. }
  9. .result-empty {
  10. width: 100%;
  11. height: 100%;
  12. padding-top: 300rpx;
  13. }
  14. .result-empty .icon {
  15. margin: 0 auto;
  16. display: block;
  17. width: 240rpx;
  18. height: 240rpx;
  19. }
  20. .result-empty .text {
  21. display: block;
  22. width: 100%;
  23. height: 40rpx;
  24. font-size: 28rpx;
  25. text-align: center;
  26. color: #999;
  27. }