footer.less 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  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_yqlj{
  25. width: 1200px;
  26. height: 70px;
  27. margin: 0 auto;
  28. margin-bottom: 30px;
  29. img {
  30. width: 100%;
  31. height: 100%;
  32. }
  33. }
  34. .foot_img_box {
  35. overflow: hidden;
  36. display: block;
  37. margin: 10px auto 0;
  38. width: 100%;
  39. }
  40. .foot_img_box>* {
  41. float: left;
  42. width: 170px;
  43. height: 57px;
  44. overflow: hidden;
  45. margin: 0px 36px 20px 0px;
  46. }
  47. .foot_img_box>* * {
  48. display: block;
  49. width: 170px;
  50. height: 57px;
  51. }
  52. .foot_img_box>*:nth-of-type(6n) {
  53. margin-right: 0px;
  54. }
  55. .foot_frind_box {
  56. display: block;
  57. margin: 20px auto 20px;
  58. overflow: hidden;
  59. display: flex;
  60. width: 100%;
  61. }
  62. .foot_frind_box span {
  63. word-break: keep-all;
  64. white-space: nowrap;
  65. line-height: 22px;
  66. font-size: 16px;
  67. color: #333;
  68. font-weight: bold;
  69. }
  70. .foot_frind_box div {
  71. width: 100%;
  72. overflow: hidden;
  73. }
  74. .foot_frind_box div * {
  75. float: left;
  76. line-height: 22px;
  77. height: 22px;
  78. color: #333;
  79. font-size: 16px;
  80. margin: 0 27px;
  81. margin-bottom: 20px;
  82. }
  83. .foot_text_box {
  84. margin: 40px auto 0px;
  85. text-align: center;
  86. color: #333;
  87. font-size: 14px;
  88. line-height: 25px;
  89. p {
  90. a {
  91. color: #333;
  92. font-size: 14px;
  93. }
  94. .webSitecolor {
  95. color: #dd7d18;
  96. }
  97. }
  98. }
  99. .foot_text_box :deep(a){color: #333;}
  100. .top_content {
  101. padding: 0 170px;
  102. }
  103. .webSitecolor {
  104. color: #dd7d18;
  105. }
  106. .foot_text_box_green {
  107. color: #40663B;
  108. }
  109. .foot_text_box img {
  110. display: inline-block;
  111. height: 20px;
  112. vertical-align: middle;
  113. }
  114. .foot_logo_out {
  115. position: relative;
  116. margin: 0px auto;
  117. width: 100%;
  118. height: 0px;
  119. }
  120. .foot_logo_out * {
  121. width: 120px;
  122. display: block;
  123. }
  124. .foot_logo_out>* {
  125. position: absolute;
  126. top: -145px;
  127. }
  128. .foot_logo_out>*:nth-of-type(1) {
  129. left: 0px;
  130. }
  131. .foot_logo_out>*:nth-of-type(2) {
  132. right: 0px;
  133. }
  134. .foot_last_img_box {
  135. margin: 40px auto 10px;
  136. text-align: center;
  137. overflow: hidden;
  138. width: 100%;
  139. font-size: 0px;
  140. padding-bottom: 40px;
  141. }
  142. .foot_last_img_box>* {
  143. height: 50px;
  144. width: 120px;
  145. margin: 0px 13px;
  146. display: inline-block;
  147. overflow: hidden;
  148. }
  149. .foot_last_img_box>* * {
  150. display: block;
  151. height: 100%;
  152. width: 100%;
  153. overflow: hidden;
  154. }
  155. // template start ---------------------------------------->
  156. .foot_menu_box_style1 {
  157. width: 100%;
  158. min-height: 50px;
  159. background: #1C5468;
  160. .foot_menu_box {
  161. width: 1200px;
  162. margin: 0 auto;
  163. padding-top: 15px;
  164. padding-bottom: 5px;
  165. display: flex;
  166. align-items: center;
  167. justify-content: center;
  168. flex-wrap: wrap;
  169. div {
  170. a {
  171. color:#fff;
  172. font-size: 14px;
  173. }
  174. width: 170px;
  175. box-sizing: border-box;
  176. border-right: 1px solid #193D4A;
  177. text-align: center;
  178. margin-bottom: 10px;
  179. &:nth-child(7),&:nth-child(14),&:last-child {
  180. border-right: none;
  181. }
  182. }
  183. }
  184. .foot_menu_box_left {
  185. justify-content: flex-start;
  186. }
  187. }
  188. .foot_menu_box_style2 {
  189. width: 100%;
  190. min-height: 50px;
  191. background: #A91B33;
  192. .foot_menu_box {
  193. width: 1200px;
  194. margin: 0 auto;
  195. padding-top: 15px;
  196. padding-bottom: 5px;
  197. display: flex;
  198. align-items: center;
  199. justify-content: center;
  200. flex-wrap: wrap;
  201. div {
  202. a {
  203. color:#fff;
  204. font-size: 14px;
  205. }
  206. width: 170px;
  207. box-sizing: border-box;
  208. border-right: 1px solid #930F25;
  209. text-align: center;
  210. margin-bottom: 10px;
  211. &:nth-child(7),&:nth-child(14),&:last-child {
  212. border-right: none;
  213. }
  214. }
  215. }
  216. .foot_menu_box_left {
  217. justify-content: flex-start;
  218. }
  219. }
  220. .foot_menu_box_style3 {
  221. width: 100%;
  222. min-height: 50px;
  223. background: #c82200;
  224. .foot_menu_box {
  225. width: 1200px;
  226. margin: 0 auto;
  227. padding-top: 15px;
  228. padding-bottom: 5px;
  229. display: flex;
  230. align-items: center;
  231. justify-content: center;
  232. flex-wrap: wrap;
  233. div {
  234. a {
  235. color:#fff;
  236. font-size: 14px;
  237. }
  238. width: 170px;
  239. box-sizing: border-box;
  240. border-right: 1px solid #ac2307;
  241. text-align: center;
  242. margin-bottom: 10px;
  243. &:nth-child(7),&:nth-child(14),&:last-child {
  244. border-right: none;
  245. }
  246. }
  247. }
  248. .foot_menu_box_left {
  249. justify-content: flex-start;
  250. }
  251. }
  252. .foot_menu_box_style4 {
  253. width: 100%;
  254. min-height: 50px;
  255. background: #fe8f00;
  256. .foot_menu_box {
  257. width: 1200px;
  258. margin: 0 auto;
  259. padding-top: 15px;
  260. padding-bottom: 5px;
  261. display: flex;
  262. align-items: center;
  263. justify-content: center;
  264. flex-wrap: wrap;
  265. div {
  266. a {
  267. color:#fff;
  268. font-size: 14px;
  269. }
  270. width: 170px;
  271. box-sizing: border-box;
  272. border-right: 1px solid #df7e01;
  273. text-align: center;
  274. margin-bottom: 10px;
  275. &:nth-child(7),&:nth-child(14),&:last-child {
  276. border-right: none;
  277. }
  278. }
  279. }
  280. .foot_menu_box_left {
  281. justify-content: flex-start;
  282. }
  283. }
  284. // 皮肤5 底部样式
  285. .foot_menu_box_style5{
  286. width: 100%;
  287. height: 50px;
  288. padding: 18px 0;
  289. box-sizing: border-box;
  290. line-height: 12px;
  291. background-color: #3848a0;
  292. .foot_menu_box{
  293. width: 1200px;
  294. margin: 0 auto;
  295. display: flex;
  296. justify-content: center;
  297. flex-wrap: wrap;
  298. div {
  299. height: 12px;
  300. width: 170px;
  301. box-sizing: border-box;
  302. border-right: 2px solid #1f308c;
  303. text-align: center;
  304. margin-bottom: 10px;
  305. a {
  306. color:#fff;
  307. font-size: 14px;
  308. }
  309. &:nth-child(7),&:nth-child(14),&:last-child {
  310. border-right: none;
  311. }
  312. }
  313. }
  314. .foot_menu_box_left {
  315. justify-content: flex-start;
  316. }
  317. }
  318. .index_foot_bg5{
  319. background-color: #3848a0;
  320. .index_foot{
  321. .foot_text_box{
  322. color: #fff;
  323. }
  324. .foot_text_box :deep(a){color: #fff;}
  325. }
  326. }
  327. // 皮肤6 底部样式
  328. .foot_menu_box_style6{
  329. width: 100%;
  330. height: 50px;
  331. padding: 18px 0;
  332. box-sizing: border-box;
  333. line-height: 12px;
  334. background-color: #16407a;
  335. .foot_menu_box{
  336. width: 1200px;
  337. margin: 0 auto;
  338. display: flex;
  339. justify-content: center;
  340. flex-wrap: wrap;
  341. div {
  342. height: 12px;
  343. width: 170px;
  344. box-sizing: border-box;
  345. text-align: center;
  346. margin-bottom: 10px;
  347. a {
  348. color:#fff;
  349. font-size: 14px;
  350. font-weight: bold;
  351. }
  352. &:nth-child(7),&:nth-child(14),&:last-child {
  353. border-right: none;
  354. }
  355. }
  356. }
  357. .foot_menu_box_left {
  358. justify-content: flex-start;
  359. }
  360. }
  361. .index_foot_bg6{
  362. background-color: #16407a;
  363. .index_foot{
  364. .foot_text_box{
  365. color: #fff;
  366. }
  367. .foot_text_box :deep(a){color: #fff;}
  368. }
  369. }
  370. // template end ---------------------------------------->