index.module.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. .footerSection {
  2. overflow: hidden;
  3. margin: 0 auto;
  4. background: #0e0f10;
  5. }
  6. .footerInfo {
  7. color: #cecece;
  8. background: #1e1f22;
  9. padding: 70px 0 45px;
  10. .width1200 {
  11. width: 1000px;
  12. margin: 0 auto;
  13. display: flex;
  14. flex-direction: row;
  15. justify-content: space-around;
  16. // h2 {
  17. // color: #fff;
  18. // font-size: 14px;
  19. // line-height: 31px;
  20. // text-align: left;
  21. // font-weight: 400;
  22. // }
  23. .attention {
  24. display: flex;
  25. flex-direction: row;
  26. justify-content: space-around;
  27. .qrcode-item {
  28. display: inline-block;
  29. font-size: 0;
  30. padding-right: 34px;
  31. p {
  32. font-size: 12px;
  33. color: #cecece;
  34. padding: 8px 0;
  35. text-align: center;
  36. margin-top: 10px;
  37. }
  38. }
  39. .hotLine {
  40. text-align: left;
  41. color: rgba(255, 255, 255, 0.4);
  42. margin-right: 30px;
  43. h2 {
  44. margin-top: 33px;
  45. font-size: 18px;
  46. font-family: PingFangSC-Medium, PingFang SC;
  47. font-weight: 600;
  48. // color: #ffffff;
  49. line-height: 35px;
  50. }
  51. span {
  52. margin-left: 80px;
  53. font-size: 14px;
  54. }
  55. p {
  56. }
  57. }
  58. }
  59. .friendShip {
  60. display: flex;
  61. flex-direction: row;
  62. justify-content: flex-start;
  63. .lineWrap {
  64. margin-right: 20px;
  65. h2 {
  66. color: rgba(255, 255, 255, 0.8);
  67. font-size: 18px;
  68. line-height: 25px;
  69. font-weight: 600;
  70. margin-bottom: 26px;
  71. }
  72. }
  73. .itemWrap {
  74. // display: flex;
  75. // flex-direction: row;
  76. // justify-content: flex-start;
  77. .friendshipItem {
  78. a {
  79. font-size: 14px;
  80. color: #cecece;
  81. line-height: 37px;
  82. // margin-right: 30px;
  83. display: inline-block;
  84. text-align: left;
  85. text-decoration: none;
  86. &:hover,
  87. &:after {
  88. color: #fff;
  89. // font-weight: bold;
  90. }
  91. }
  92. }
  93. }
  94. }
  95. }
  96. }
  97. .footerCoptyright {
  98. border-top: 1px solid #585858;
  99. // background: url("../assets/images/footerBg.png") no-repeat center;
  100. // background-size: cover;
  101. height: 96px;
  102. p {
  103. text-align: center;
  104. font-size: 12px;
  105. color: rgba(255, 255, 255, 0.6);
  106. line-height: 20px;
  107. padding-top: 25px;
  108. a {
  109. color: rgba(255, 255, 255, 0.6);
  110. }
  111. }
  112. }
  113. .whileLogo {
  114. width: 144px;
  115. height: 68px;
  116. }
  117. .codeImg {
  118. width: 98px;
  119. height: 98px;
  120. background: #d8d8d8;
  121. border-radius: 8px;
  122. border: 1px solid #979797;
  123. }
  124. .qrcode {
  125. margin-right: 34px;
  126. p {
  127. line-height: 25px;
  128. font-size: 18px;
  129. font-family: PingFangSC-Regular, PingFang SC;
  130. font-weight: 600;
  131. color: #cecece;
  132. margin: 0 0 15px ;
  133. text-align: center;
  134. }
  135. }