index.module.less 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. .footerSection {
  2. overflow: hidden;
  3. margin: 0 auto;
  4. background: #262D45;
  5. }
  6. .footerInfo {
  7. color: #cecece;
  8. background: #262D45;
  9. padding: 77px 0 35px;
  10. .width1200 {
  11. display: flex;
  12. flex-direction: row;
  13. justify-content: space-between;
  14. h2 {
  15. color: #fff;
  16. font-size: 14px;
  17. line-height: 31px;
  18. text-align: left;
  19. font-weight: 400;
  20. }
  21. .attention {
  22. display: flex;
  23. flex-direction: row;
  24. justify-content: space-around;
  25. .qrcode-item {
  26. display: inline-block;
  27. font-size: 0;
  28. padding-right: 34px;
  29. p {
  30. font-size: 12px;
  31. color: #cecece;
  32. padding: 8px 0;
  33. text-align: center;
  34. margin-top: 10px;
  35. }
  36. }
  37. }
  38. .friendShip {
  39. display: flex;
  40. flex-direction: row;
  41. justify-content: flex-start;
  42. .lineWrap {
  43. margin-right: 20px;
  44. }
  45. .itemWrap {
  46. display: flex;
  47. flex-direction: row;
  48. justify-content: flex-start;
  49. .friendshipItem {
  50. a {
  51. font-size: 12px;
  52. color: #cecece;
  53. line-height: 37px;
  54. margin-right: 30px;
  55. display: inline-block;
  56. text-align: left;
  57. text-decoration: none;
  58. &:hover,
  59. &:after {
  60. color: #cecece;
  61. }
  62. }
  63. }
  64. }
  65. .hotLine {
  66. text-align: left;
  67. color: #cecece;
  68. margin-right: 30px;
  69. p {
  70. font-size: 16px;
  71. line-height: 37px;
  72. span {
  73. font-size: 12px;
  74. }
  75. }
  76. }
  77. }
  78. }
  79. }
  80. .footerCoptyright {
  81. border-top: 1px solid #585858;
  82. // background: url("../assets/images/footerBg.png") no-repeat center;
  83. // background-size: cover;
  84. height: 82px;
  85. p {
  86. text-align: center;
  87. font-size: 12px;
  88. color: #cecece;
  89. line-height: 20px;
  90. padding-top: 21px;
  91. a{
  92. color: #cecece;
  93. }
  94. }
  95. }