footer.less 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. .index_foot {
  2. box-sizing: border-box;
  3. width: 1200px;
  4. margin: 0 auto;
  5. }
  6. .index_foot_name_box {
  7. margin: 40px auto 0px;
  8. text-align: center;
  9. font-size: 0px;
  10. }
  11. .index_foot_name {
  12. display: inline-block;
  13. height: 67px;
  14. line-height: 67px;
  15. color: #f2f9f4;
  16. font-size: 51px;
  17. font-weight: bold;
  18. overflow: hidden;
  19. }
  20. .index_foot_name:nth-of-type(even) {
  21. color: #333;
  22. font-size: 32px;
  23. }
  24. .foot_img_box {
  25. overflow: hidden;
  26. display: block;
  27. margin: 10px auto 0;
  28. width: 100%;
  29. }
  30. .foot_img_box>* {
  31. float: left;
  32. width: 170px;
  33. height: 57px;
  34. overflow: hidden;
  35. margin: 0px 36px 20px 0px;
  36. }
  37. .foot_img_box>* * {
  38. display: block;
  39. width: 170px;
  40. height: 57px;
  41. }
  42. .foot_img_box>*:nth-of-type(6n) {
  43. margin-right: 0px;
  44. }
  45. .foot_frind_box {
  46. display: block;
  47. margin: 20px auto 20px;
  48. overflow: hidden;
  49. display: flex;
  50. width: 100%;
  51. }
  52. .foot_frind_box span {
  53. word-break: keep-all;
  54. white-space: nowrap;
  55. line-height: 22px;
  56. font-size: 16px;
  57. color: #333;
  58. font-weight: bold;
  59. }
  60. .foot_frind_box div {
  61. width: 100%;
  62. overflow: hidden;
  63. }
  64. .foot_frind_box div * {
  65. float: left;
  66. line-height: 22px;
  67. height: 22px;
  68. color: #333;
  69. font-size: 16px;
  70. margin: 0 27px;
  71. margin-bottom: 20px;
  72. }
  73. .foot_text_box {
  74. margin: 40px auto 0px;
  75. text-align: center;
  76. color: #333;
  77. font-size: 14px;
  78. line-height: 25px;
  79. p {
  80. a {
  81. color: #333;
  82. font-size: 14px;
  83. }
  84. .webSitecolor {
  85. color: #dd7d18;
  86. }
  87. }
  88. }
  89. .foot_text_box :deep(a){color: #333;}
  90. .top_content {
  91. padding: 0 170px;
  92. }
  93. .webSitecolor {
  94. color: #dd7d18;
  95. }
  96. .foot_text_box_green {
  97. color: #40663B;
  98. }
  99. .foot_text_box img {
  100. display: inline-block;
  101. height: 20px;
  102. vertical-align: middle;
  103. }
  104. .foot_logo_out {
  105. position: relative;
  106. margin: 0px auto;
  107. width: 100%;
  108. height: 0px;
  109. }
  110. .foot_logo_out * {
  111. width: 120px;
  112. display: block;
  113. }
  114. .foot_logo_out>* {
  115. position: absolute;
  116. top: -145px;
  117. }
  118. .foot_logo_out>*:nth-of-type(1) {
  119. left: 0px;
  120. }
  121. .foot_logo_out>*:nth-of-type(2) {
  122. right: 0px;
  123. }
  124. .foot_last_img_box {
  125. margin: 40px auto 10px;
  126. text-align: center;
  127. overflow: hidden;
  128. width: 100%;
  129. font-size: 0px;
  130. padding-bottom: 40px;
  131. }
  132. .foot_last_img_box>* {
  133. height: 50px;
  134. width: 120px;
  135. margin: 0px 13px;
  136. display: inline-block;
  137. overflow: hidden;
  138. }
  139. .foot_last_img_box>* * {
  140. display: block;
  141. height: 100%;
  142. width: 100%;
  143. overflow: hidden;
  144. }
  145. // template start ---------------------------------------->
  146. .foot_menu_box_style1 {
  147. width: 100%;
  148. height: 50px;
  149. display: flex;
  150. align-items: center;
  151. justify-content: center;
  152. background: #1C5468;
  153. div {
  154. a {
  155. color:#fff;
  156. font-size: 14px;
  157. }
  158. width: 200px;
  159. border-right: 1px solid #193D4A;
  160. text-align: center;
  161. &:last-child {
  162. border-right: none;
  163. }
  164. }
  165. }
  166. .foot_menu_box_style2 {
  167. width: 100%;
  168. height: 50px;
  169. display: flex;
  170. align-items: center;
  171. justify-content: center;
  172. background: #A91B33;
  173. div {
  174. a {
  175. color:#fff;
  176. font-size: 14px;
  177. }
  178. width: 200px;
  179. border-right: 1px solid #930F25;
  180. text-align: center;
  181. &:last-child {
  182. border-right: none;
  183. }
  184. }
  185. }
  186. // template end ---------------------------------------->