index.module.less 907 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .footer {
  2. background: #262D45;
  3. .bottomLogo {
  4. width: 167px;
  5. height: 40px;
  6. object-fit: contain;
  7. margin: 20px 24px;
  8. }
  9. .friendLink {
  10. display: flex;
  11. justify-content: space-between;
  12. }
  13. .link {
  14. padding: 0 24px 20px;
  15. .linkTitle {
  16. font-size: 12px;
  17. color: rgba(255, 255, 255, 0.5);
  18. line-height: 16px;
  19. padding-bottom: 2px;
  20. }
  21. .linkContent {
  22. font-size: 12px;
  23. font-weight: 500;
  24. color: #FFFFFF;
  25. line-height: 20px;
  26. letter-spacing: 1px;
  27. a {
  28. display: inline-block;
  29. color: #fff;
  30. padding-top: 6px;
  31. }
  32. }
  33. }
  34. .copyright {
  35. border-top: 1px solid #585858;
  36. font-size: 10px;
  37. line-height: 16px;
  38. color: rgba(255, 255, 255, 0.5);
  39. padding: 16px 0 calc(20px);
  40. text-align: center;
  41. }
  42. .logoUrl {
  43. margin-right: 24px;
  44. width: 60px;
  45. height: 60px;
  46. }
  47. }