page_error.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .navbar {
  2. display: none !important;
  3. }
  4. .page_error {
  5. margin-top: -1.4vw;
  6. height: 55vw;
  7. background-color: #dcb495;
  8. display: flex;
  9. flex-direction: column;
  10. }
  11. .header_block {
  12. display: flex;
  13. flex-direction: column;
  14. width: 80%;
  15. height: 15vw;
  16. margin-left: 10%;
  17. margin-top: 80px;
  18. justify-content: space-around;
  19. }
  20. .header {
  21. display: flex;
  22. align-items: center;
  23. justify-content: center;
  24. }
  25. .line_top {
  26. height: 0.03vw;
  27. background: #000000;
  28. width: 32vw;
  29. }
  30. .header_rect {
  31. width: 15vw;
  32. height: 3.3vw;
  33. background-color: #000000;
  34. display: flex;
  35. justify-content: center;
  36. align-items: center;
  37. }
  38. .header_rect_text {
  39. color: #ffffff;
  40. font-size: 1.6vw;
  41. }
  42. .header_title {
  43. color: #000000;
  44. font-size: 3vw;
  45. }
  46. .line_bottom {
  47. height: 0.03vw;
  48. background: #000000;
  49. width: 100%;
  50. }
  51. .link_block {
  52. width: 100%;
  53. margin-top: 50px;
  54. display: flex;
  55. justify-content: center;
  56. }
  57. .block_to_home {
  58. width: 20vw;
  59. height: 20vw;
  60. background-color: #000000;
  61. display: flex;
  62. justify-content: center;
  63. align-items: center;
  64. border-radius: 10vw;
  65. }
  66. .link_to_home {
  67. height: 12.3vw;
  68. width: 15vw;
  69. }
  70. .link_image {
  71. height: 12.3vw;
  72. width: 15vw;
  73. }