footer-mobile.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .footer {
  2. min-height: 25rem;
  3. width: 100%;
  4. background: #10151d;
  5. padding: 0.9375rem;
  6. }
  7. .footer-company {
  8. height: 3.625rem;
  9. width: 18.125rem;
  10. }
  11. .footer-page {
  12. display: flex;
  13. align-items: center;
  14. justify-content: space-between;
  15. margin-top: 1.875rem;
  16. margin-bottom: 1.25rem;
  17. }
  18. .footer-page :not(:last-child) {
  19. margin-right: 0.625rem;
  20. }
  21. .footer-page .footer-page-item {
  22. font-size: 0.75rem;
  23. font-weight: 400;
  24. color: #ffffff;
  25. text-decoration: none;
  26. }
  27. .footer .footer-info {
  28. display: flex;
  29. align-items: flex-start;
  30. font-size: 0.875rem;
  31. font-weight: 300;
  32. color: #ffffff;
  33. margin-bottom: 0.625rem;
  34. }
  35. .footer .footer-info .footer-icon {
  36. width: 1.125rem;
  37. height: 1.125rem;
  38. margin-right: 0.5rem;
  39. }
  40. .footer-line {
  41. width: 100%;
  42. height: 0.0625rem;
  43. opacity: 0.2;
  44. background: #979797;
  45. margin: 1.25rem 0;
  46. }
  47. .footer-ICP {
  48. font-size: 0.875rem;
  49. font-weight: 400;
  50. color: rgba(255, 255, 255, 0.7);
  51. text-decoration: none;
  52. margin-bottom: 0.625rem;
  53. }
  54. .footer-term {
  55. display: flex;
  56. align-items: center;
  57. opacity: 0.8;
  58. margin-top: 1.875rem;
  59. }
  60. .footer-term > span {
  61. margin: 0 0.625rem;
  62. font-size: 0.75rem;
  63. font-weight: 400;
  64. color: #ffffff;
  65. }
  66. .footer-term .footer-term-item {
  67. text-decoration: none;
  68. font-size: 0.875rem;
  69. font-weight: 400;
  70. color: #ffffff;
  71. }