index.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .footer-page{
  2. position: relative;
  3. }
  4. .footer-page .bg{
  5. position: absolute;
  6. top: -6.97vw;
  7. left: 0;
  8. width: 100%;
  9. height: calc(24.32vw + 1.71vw);
  10. margin-bottom: 33px;
  11. background-image: url("../../../assets/images/common/bg1.png");
  12. background-size: 100% 100%;
  13. padding: 6.97vw 12.55vw 0 12.55vw;
  14. box-sizing: border-box;
  15. }
  16. .footer-page .content{
  17. padding-top: 1.71vw;
  18. display: flex;
  19. justify-content: space-between;
  20. }
  21. .footer-page .content .left .down{
  22. font-size: 1.56vw;
  23. font-family: Gilroy, Gilroy-Bold;
  24. font-weight: 700;
  25. text-align: left;
  26. color: #018cff;
  27. margin-bottom: 1.3vw;
  28. }
  29. .footer-page .content .left img{
  30. width: 7.81vw;
  31. height: 2.5vw;
  32. }
  33. .footer-page .content .right{
  34. display: flex;
  35. justify-content: space-between;
  36. width: 40.36vw;
  37. }
  38. .footer-page .content .right .item {
  39. display: flex;
  40. justify-content: space-around;
  41. flex-flow: column;
  42. }
  43. .footer-page .content .right .item .title{
  44. font-size: 0.93vw;
  45. font-family: EuclidSquare, EuclidSquare-Medium;
  46. font-weight: 500;
  47. color: #242a30;
  48. line-height: 3.8vw;
  49. }
  50. .footer-page .content .right .item .link{
  51. font-size: 0.729vw;
  52. font-family: EuclidSquare, EuclidSquare-Medium;
  53. font-weight: 500;
  54. color: #8E9DAA;
  55. line-height: 1.56vw;
  56. }
  57. .split{
  58. width: 75vw;
  59. height: 1px;
  60. opacity: 0.2;
  61. background: #a0acb7;
  62. margin: 3.38vw auto 0 auto;
  63. }
  64. .footer-page .bottom{
  65. display: flex;
  66. justify-content: space-between;
  67. margin-top: 1.4vw;
  68. }
  69. .footer-page .bottom .copyright {
  70. font-size: 14px;
  71. font-family: EuclidSquare, EuclidSquare-Medium;
  72. font-weight: 500;
  73. color: #97a5b0;
  74. }
  75. .footer-page .bottom img{
  76. width: 1.87vw;
  77. height: 1.87vw;
  78. }