footer.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .footer {
  2. min-height: 22.5rem;
  3. width: 100%;
  4. background: #10151d;
  5. padding: 3.125rem;
  6. }
  7. .footer .footer-company-page {
  8. display: flex;
  9. align-items: center;
  10. justify-content: space-between;
  11. }
  12. /* .footer-company-page .footer-company {
  13. font-size: 1.5rem;
  14. font-weight: 400;
  15. color: #ffffff;
  16. } */
  17. .footer-company-page .footer-company {
  18. height: 3.75rem;
  19. width: 18rem;
  20. }
  21. .footer-company-page .footer-page {
  22. display: flex;
  23. align-items: center;
  24. }
  25. .footer-company-page .footer-page :not(:last-child) {
  26. margin-right: 1rem;
  27. }
  28. .footer-company-page .footer-page .footer-page-item {
  29. font-size: 1rem;
  30. font-weight: 400;
  31. color: #ffffff;
  32. text-decoration: none;
  33. }
  34. .footer .footer-email-time {
  35. display: flex;
  36. align-items: center;
  37. justify-content: flex-end;
  38. margin-top: 2.5rem;
  39. }
  40. .footer-email-time .footer-email {
  41. font-size: 1.125rem;
  42. font-weight: 300;
  43. color: #ffffff;
  44. }
  45. .footer-email-time .footer-time {
  46. font-size: 0.875rem;
  47. font-weight: 400;
  48. color: #ffffff;
  49. margin-left: 0.625rem;
  50. opacity: 0.7;
  51. }
  52. .footer .footer-place-phone {
  53. display: flex;
  54. align-items: center;
  55. justify-content: space-between;
  56. font-size: 1.125rem;
  57. font-weight: 300;
  58. color: #ffffff;
  59. margin-top: 0.625rem;
  60. }
  61. .footer .footer-info {
  62. display: flex;
  63. align-items: center;
  64. }
  65. .footer .footer-info .footer-icon {
  66. width: 1.125rem;
  67. height: 1.125rem;
  68. margin-right: 0.5rem;
  69. }
  70. .footer-line {
  71. width: 100%;
  72. height: 0;
  73. border: 0.0625rem solid rgba(151, 151, 151, 0.2);
  74. margin-top: 2rem;
  75. }
  76. .footer .footer-term-ICP {
  77. display: flex;
  78. align-items: center;
  79. justify-content: space-between;
  80. margin-top: 2.5rem;
  81. }
  82. .footer-term-ICP .footer-term {
  83. display: flex;
  84. align-items: center;
  85. opacity: 0.8;
  86. }
  87. .footer-term-ICP .footer-term > span {
  88. margin: 0 0.625rem;
  89. font-size: 0.875rem;
  90. font-weight: 400;
  91. color: #ffffff;
  92. }
  93. .footer-term-ICP .footer-term .footer-term-item {
  94. text-decoration: none;
  95. font-size: 0.875rem;
  96. font-weight: 400;
  97. color: #ffffff;
  98. }
  99. .footer-term-ICP .footer-ICP {
  100. font-size: 0.875rem;
  101. font-weight: 400;
  102. color: #ffffff;
  103. }
  104. .footer-term-ICP .footer-ICP a {
  105. text-decoration: none;
  106. color: #ffffff;
  107. }