footerComponent.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. @charset "UTF-8";
  2. /**
  3. *
  4. * @authors Your Name (you@example.org)
  5. * @date 2017-07-05 15:02:42
  6. * @version $Id$
  7. */
  8. * {
  9. margin: 0;
  10. padding: 0;
  11. }
  12. a {
  13. color: #fff;
  14. text-decoration: none;
  15. }
  16. ul, ol {
  17. list-style-type: none;
  18. }
  19. .footer-wrap {
  20. width: 100%;
  21. height: 640px;
  22. background-color: #171717;
  23. position: relative;
  24. left: 0;
  25. text-align: center;
  26. font-family: "PingFang SC", "STXihei", "Microsoft YaHei";
  27. }
  28. .footer-main-wrap {
  29. width: 60%;
  30. margin: 0 20%;
  31. font-size: 0;
  32. }
  33. .footer-main-row {
  34. display: inline-block;
  35. width: 10%;
  36. vertical-align: top;
  37. margin-top: 50px;
  38. margin-left: 0;
  39. margin-right: 10%;
  40. }
  41. .footer-main-title {
  42. color: #999999;
  43. font-weight: normal;
  44. font-size: 16px;
  45. line-height: 30px;
  46. }
  47. .footer-main-item {
  48. color: #999999;
  49. opacity: 0.4;
  50. line-height: 24px;
  51. font-size: 12px;
  52. font-weight: 300;
  53. cursor: pointer;
  54. }
  55. .footer-main-item a {
  56. color: #999999;
  57. }
  58. .footer-main-item:hover {
  59. opacity: 1;
  60. }
  61. .footer-contact {
  62. width: 40%;
  63. display: inline-block;
  64. color: #999999;
  65. margin-top: 50px;
  66. text-align: right;
  67. }
  68. .footer-contact-phone {
  69. font-size: 24px;
  70. }
  71. .footer-contact-worktime {
  72. opacity: 0.5;
  73. font-size: 12px;
  74. line-height: 20px;
  75. }
  76. .footer-contact-online {
  77. margin: 10px 0 10px auto;
  78. width: 100px;
  79. border: 1px solid #999999;
  80. opacity: 0.5;
  81. text-align: center;
  82. line-height: 30px;
  83. font-size: 16px;
  84. cursor: pointer;
  85. border-radius: 5px;
  86. }
  87. .footer-contact-online:hover {
  88. opacity: 1;
  89. }
  90. .footer-sub-wrap {
  91. width: 60%;
  92. margin: 50px 20% 0 20%;
  93. padding-top: 20px;
  94. border-top: 1px solid #2F2F2F;
  95. }
  96. .footer-sub-copyright {
  97. display: inline;
  98. font-size: 12px;
  99. color: #444444;
  100. float: left;
  101. }
  102. .footer-sub-nation {
  103. display: inline;
  104. float: right;
  105. color: #999999;
  106. font-size: 12px;
  107. }
  108. .weixin-qr {
  109. display: none;
  110. width: 100%;
  111. height: calc(100vh + 375px);
  112. background-color: rgba(0,0,0,0.8);
  113. position: fixed;
  114. left: 0;
  115. top: 0;
  116. z-index: 102;
  117. }
  118. .weixin-qr img {
  119. width: 4rem;
  120. height: 4rem;
  121. position: absolute;
  122. left: 50%;
  123. top: 50%;
  124. margin: -2rem 0 0 -2rem;
  125. }
  126. @media (max-width: 1600px) {
  127. .footer-main-wrap {
  128. width: 70%;
  129. margin: 0 15%;
  130. }
  131. .footer-sub-wrap {
  132. width: 70%;
  133. margin: 50px 15% 0 15%;
  134. }
  135. }
  136. @media (max-width: 1280px) {
  137. .footer-main-wrap {
  138. width: 80%;
  139. margin: 0 10%;
  140. }
  141. .footer-sub-wrap {
  142. width: 80%;
  143. margin: 50px 10% 0 10%;
  144. }
  145. }
  146. @media (max-width: 960px) {
  147. .footer-main-wrap {
  148. width: 90%;
  149. margin: 0 5%;
  150. }
  151. .footer-sub-wrap {
  152. width: 90%;
  153. margin: 50px 5% 0 5%;
  154. }
  155. }
  156. @media (max-device-width: 1081px) {
  157. html {
  158. font-size: 585%;
  159. }
  160. .footer-main-wrap {
  161. width: 100%;
  162. margin: 0;
  163. }
  164. .footer-sub-wrap {
  165. width: 100%;
  166. margin: 0;
  167. padding: 10px 0;
  168. }
  169. .footer-main-row {
  170. width: 20%;
  171. margin: 20px 5%;
  172. }
  173. .footer-contact {
  174. display: block;
  175. width: 90%;
  176. text-align: right;
  177. padding-right: 10%;
  178. margin: 25px 0;
  179. }
  180. .footer-sub-nation {
  181. display: none;
  182. }
  183. }
  184. @media (max-device-width: 720px) {
  185. html {
  186. font-size: 465%;
  187. }
  188. }
  189. @media (max-device-width: 660px) {
  190. html {
  191. font-size: 445%;
  192. }
  193. }
  194. @media (max-device-width: 600px) {
  195. html {
  196. font-size: 425%;
  197. }
  198. }
  199. @media (max-device-width: 540px) {
  200. html {
  201. font-size: 405%;
  202. }
  203. }
  204. @media (max-device-width: 480px) {
  205. html {
  206. font-size: 385%;
  207. }
  208. }
  209. @media (max-device-width: 420px) {
  210. html {
  211. font-size: 365%;
  212. }
  213. }
  214. @media (max-device-width: 360px) {
  215. html {
  216. font-size: 345%;
  217. }
  218. }
  219. @media (max-device-width: 240px) {
  220. html {
  221. font-size: 305%;
  222. }
  223. }