undone.wxss 555 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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: auto;
  12. margin: 0 auto;
  13. }
  14. .result-empty .c {
  15. width: 100%;
  16. height: auto;
  17. margin-top: 300rpx;
  18. }
  19. .result-empty .c image {
  20. margin: 0 auto;
  21. display: block;
  22. text-align: center;
  23. width: 180rpx;
  24. height: 180rpx;
  25. }
  26. .result-empty .c text {
  27. margin: 30rpx auto;
  28. display: block;
  29. width: 258rpx;
  30. height: 29rpx;
  31. line-height: 29rpx;
  32. text-align: center;
  33. font-size: 29rpx;
  34. color: #999;
  35. }