back.scss 848 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. #app {
  2. width: 100vw;
  3. height: 100vh;
  4. background-color: #000;
  5. position: absolute;
  6. left: 0;
  7. top: 0;
  8. right: 0;
  9. bottom: 0;
  10. background: #f7f7f7;
  11. color: #646566;
  12. }
  13. h1 {
  14. font-size: 24px;
  15. font-weight: 400;
  16. color: #646566;
  17. line-height: 33px;
  18. }
  19. p {
  20. font-size: 16px;
  21. font-weight: 400;
  22. color: #909090;
  23. line-height: 32px;
  24. }
  25. .err {
  26. width: 240px;
  27. height: 240px;
  28. }
  29. .layout {
  30. position: absolute;
  31. top: 120px;
  32. left: 0;
  33. right: 0;
  34. text-align: center;
  35. }
  36. .list {
  37. overflow: hidden;
  38. margin-top: 30px;
  39. }
  40. .list a {
  41. display: inline-block;
  42. font-size: 20px;
  43. margin-right: 100px;
  44. font-size: 16px;
  45. font-weight: 400;
  46. color: #909090;
  47. text-decoration: none;
  48. }
  49. .list a:last-child {
  50. margin-right: 0;
  51. }
  52. .list a img {
  53. width: 80px;
  54. height: 80px;
  55. display: block;
  56. margin: 0 auto;
  57. margin-bottom: 10px;
  58. }