error.less 392 B

12345678910111213141516171819202122232425
  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: #a91b33;
  19. border-radius: 8px;
  20. margin-top: 70px;
  21. cursor: pointer;
  22. }
  23. }