foot.less 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. .index_foot{box-sizing:border-box;width: 1200px;margin: 0 auto;}
  2. .index_foot_name_box{margin:10px auto 0px; text-align:center;font-size:0px;}
  3. .index_foot_name{display:inline-block;height:67px;line-height:67px;color:#f2f9f4;font-size:51px;font-weight:bold;overflow:hidden;}
  4. .index_foot_name:nth-of-type(even){color:#333;font-size:32px;}
  5. .foot_img_box{
  6. overflow:hidden;
  7. display:block;
  8. margin:20px auto 0;
  9. width:100%;
  10. display: flex;
  11. flex-wrap: wrap;
  12. align-items: center;
  13. justify-content: flex-start;
  14. }
  15. .foot_img_box a{
  16. width:170px;
  17. height:57px;
  18. margin:0 0 20px 0;
  19. display: block;
  20. }
  21. .foot_img_box img {
  22. float: left;
  23. width:170px;
  24. height:57px;
  25. overflow:hidden;
  26. box-sizing:border-box;
  27. border:solid 1px #D7EDD4;
  28. display: block;
  29. margin: 0 auto;
  30. }
  31. .foot_img_box a:nth-child(2){margin-left: 35px;}
  32. .foot_img_box a:nth-child(3){margin-left: 35px;}
  33. .foot_img_box a:nth-child(4){margin-left: 35px;}
  34. .foot_img_box a:nth-child(5){margin-left: 35px;}
  35. .foot_img_box a:nth-child(6){margin-left: 40px;}
  36. .foot_img_box a:nth-child(7){margin-left: 0;}
  37. .foot_img_box a:nth-child(8){margin-left: 35px;}
  38. .foot_img_box a:nth-child(9){margin-left: 35px;}
  39. .foot_img_box a:nth-child(10){margin-left: 35px;}
  40. .foot_img_box a:nth-child(11){margin-left: 35px;}
  41. .foot_img_box a:nth-child(12){margin-left: 40px;}
  42. .foot_img_box>* *{display: block;width:100%;height:100%;}
  43. .foot_img_box>*:nth-of-type(7n){margin-right:0px; }
  44. .foot_frind_box{ display:block;margin:11px auto;overflow:hidden;display:flex;width:100%;border-bottom:solid 2px #49A769;padding-bottom:35px;}
  45. .foot_frind_box span{word-break: keep-all; white-space: nowrap;line-height:22px;font-size:16px;color:#333;font-weight:bold;}
  46. .foot_frind_box div{width:100%;overflow:hidden; }
  47. .foot_frind_box div *{float:left;line-height:22px;height:22px;color:#333;font-size:16px;margin:0 30px;}
  48. .call_us_box{
  49. display:block;width:100%;margin:40px auto 0;overflow:hidden;text-align:center;font-size:0px;background:#49A769;
  50. a {
  51. color: #fff;
  52. }
  53. }
  54. .call_us_box>*{height:12px;line-height:12px;color:#fff;font-size:14px;display:inline-block;box-sizing:border-box;padding:0 19px;font-weight:bold;border-left:solid 1px #5B8D54;margin:18px 0;}
  55. .call_us_box>*:nth-of-type(1){border-left:0px;}
  56. .foot_text_box{
  57. margin:40px auto 0px;text-align:center;color:#333;font-size:14px;line-height:25px;
  58. a {
  59. color: #333;
  60. font-size: 14px;
  61. }
  62. }
  63. .foot_text_box_green{color:#40663B;}
  64. .foot_text_box img{display:inline-block;height:20px;vertical-align:middle;}
  65. .foot_logo_out{position:relative;margin:0px auto;width:100%;height:0px;}
  66. .foot_logo_out *{width:120px;display:block; }
  67. .foot_logo_out>*{position:absolute;top:-166px;}
  68. .foot_logo_out>*:nth-of-type(1){left:0px;}
  69. .foot_logo_out>*:nth-of-type(2){right:0px;}
  70. .foot_last_img_box {margin:40px auto 10px;text-align:center;overflow:hidden;width:100%;font-size:0px;padding-bottom: 40px;}
  71. .foot_last_img_box>*{height:50px;width:150px;display:inline-block;overflow:hidden;}
  72. .foot_last_img_box img {
  73. width: 120px;
  74. height: 50px;
  75. }
  76. .foot_text_html_css :deep(a) {
  77. color: #333;
  78. // text-decoration: underline;
  79. }
  80. .foot_text_html_css :deep(img) {
  81. margin: 0 5px;
  82. }
  83. //添加在线客服
  84. .kefu {
  85. bottom: 100px;
  86. height: 430px;
  87. position: fixed;
  88. right: 10px;
  89. width: 100px;
  90. .kefu_itemKf {
  91. background-color: #fff;
  92. border-radius: 10px;
  93. box-shadow: 0 4px 16px #0000001a;
  94. height: 100px;
  95. margin-bottom: 15px;
  96. text-align: center;
  97. width: 100px;
  98. box-sizing: border-box;
  99. position: relative;
  100. cursor: pointer;
  101. margin-bottom: 100px;
  102. a {
  103. >p {
  104. color: #666;
  105. font-size: 14px;
  106. font-weight: 500;
  107. line-height: 16px;
  108. }
  109. >img {
  110. margin-top: 15px;
  111. width: 50px;
  112. height:50px;
  113. margin-bottom: 5px;
  114. }
  115. }
  116. }
  117. .kefu_itemQQ {
  118. background-color: #fff;
  119. border-radius: 10px;
  120. box-shadow: 0 4px 16px #0000001a;
  121. height: 100px;
  122. margin-bottom: 15px;
  123. text-align: center;
  124. width: 100px;
  125. box-sizing: border-box;
  126. position: relative;
  127. cursor: pointer;
  128. >p {
  129. color: #666;
  130. font-size: 14px;
  131. font-weight: 500;
  132. line-height: 16px;
  133. }
  134. >img {
  135. margin-top: 10px;
  136. width: 60px;
  137. height: 60px;
  138. }
  139. &:hover {
  140. .kefu_item_content_QQ {
  141. display: block;
  142. }
  143. }
  144. }
  145. .kefu_itemPhone {
  146. background-color: #fff;
  147. border-radius: 10px;
  148. box-shadow: 0 4px 16px #0000001a;
  149. height: 100px;
  150. margin-bottom: 15px;
  151. text-align: center;
  152. width: 100px;
  153. box-sizing: border-box;
  154. position: relative;
  155. cursor: pointer;
  156. >p {
  157. color: #666;
  158. font-size: 14px;
  159. font-weight: 500;
  160. line-height: 16px;
  161. }
  162. >img {
  163. margin-top: 10px;
  164. width: 60px;
  165. height: 60px;
  166. }
  167. &:hover {
  168. .kefu_item_content_phone {
  169. display: block;
  170. }
  171. }
  172. }
  173. .kefu_item_content_QQ {
  174. position: absolute;
  175. top: -100px;
  176. right: 100px;
  177. background: #fff;
  178. border-radius: 10px;
  179. display: none;
  180. width: 190px;
  181. height: 330px;
  182. background: #fff;
  183. box-shadow: 0 4px 16px #0000001a;
  184. z-index: 99;
  185. box-sizing: border-box;
  186. padding: 20px;
  187. img {
  188. margin-bottom: 10px;
  189. }
  190. .qqfs {
  191. margin-bottom: 20px;
  192. font-size: 14px;
  193. color: #333;
  194. }
  195. .arrow {
  196. width: 0;
  197. height: 0;
  198. width: 0;
  199. border-top: 20px solid transparent;
  200. border-bottom: 20px solid transparent;
  201. border-left: 20px solid #fff;
  202. position: absolute;
  203. top: 120px;
  204. right: -20px;
  205. transform: translateX(-50%);
  206. z-index: 100;
  207. }
  208. }
  209. .kefu_item_content_phone {
  210. position: absolute;
  211. top: 0;
  212. right: 100px;
  213. background: #fff;
  214. border-radius: 10px;
  215. display: none;
  216. width: 190px;
  217. height: 80px;
  218. background: #fff;
  219. box-shadow: 0 4px 16px #0000001a;
  220. z-index: 99;
  221. box-sizing: border-box;
  222. padding: 20px;
  223. text-align: left;
  224. color: #333;
  225. .kefu_item_content_phone_title {
  226. margin-bottom: 5px;
  227. font-weight: bold;
  228. }
  229. .arrow {
  230. width: 0;
  231. height: 0;
  232. width: 0;
  233. border-top: 20px solid transparent;
  234. border-bottom: 20px solid transparent;
  235. border-left: 20px solid #fff;
  236. position: absolute;
  237. top: 20px;
  238. right: -20px;
  239. transform: translateX(-50%);
  240. z-index: 100;
  241. }
  242. }
  243. }