error.less 390 B

1234567891011121314151617181920212223
  1. .errorBox {
  2. width: 100%;
  3. text-align: center;
  4. padding-top: 150px;
  5. img {
  6. width: 532px;
  7. height: 440px;
  8. margin: 0 auto;
  9. }
  10. .goHome {
  11. width: 152px;
  12. height: 48px;
  13. line-height: 48px;
  14. font-size: 16px;
  15. color: #fff;
  16. text-align: center;
  17. margin: 0 auto;
  18. background: #255590;
  19. border-radius: 8px;
  20. margin-top: 70px;
  21. cursor: pointer;
  22. }
  23. }