footerComponent_en.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  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: 20px 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. .icon-fb {
  127. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E5%85%B1%E9%80%9A/icon_fb.png');
  128. }
  129. .icon-tw {
  130. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E5%85%B1%E9%80%9A/icon_tw.png');
  131. }
  132. .icon-ins {
  133. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E5%85%B1%E9%80%9A/icon_ins.png');
  134. }
  135. .contact-wrap {
  136. text-align: right;
  137. padding-top: 100px;
  138. }
  139. .contact-icon {
  140. display: inline-block;
  141. margin-left: 40px;
  142. width: 0.5rem;
  143. height: 0.5rem;
  144. background-size: contain;
  145. background-position: center center;
  146. background-repeat: no-repeat;
  147. }
  148. @media (max-width: 1600px) {
  149. .footer-main-wrap {
  150. width: 70%;
  151. margin: 0 15%;
  152. }
  153. .footer-sub-wrap {
  154. width: 70%;
  155. margin: 50px 15% 0 15%;
  156. }
  157. }
  158. @media (max-width: 1280px) {
  159. .footer-main-wrap {
  160. width: 80%;
  161. margin: 0 10%;
  162. }
  163. .footer-sub-wrap {
  164. width: 80%;
  165. margin: 50px 10% 0 10%;
  166. }
  167. }
  168. @media (max-width: 960px) {
  169. .footer-main-wrap {
  170. width: 90%;
  171. margin: 0 5%;
  172. }
  173. .footer-sub-wrap {
  174. width: 90%;
  175. margin: 50px 5% 0 5%;
  176. }
  177. }
  178. @media (max-device-width: 1081px) {
  179. html {
  180. font-size: 585%;
  181. }
  182. .footer-main-wrap {
  183. width: 100%;
  184. margin: 0;
  185. }
  186. .footer-sub-wrap {
  187. width: 100%;
  188. margin: 0;
  189. padding: 10px 0;
  190. }
  191. .footer-main-row {
  192. width: 20%;
  193. margin: 20px 5%;
  194. }
  195. .footer-contact {
  196. display: block;
  197. width: 90%;
  198. text-align: right;
  199. padding-right: 10%;
  200. margin: 25px 0;
  201. }
  202. .footer-sub-nation {
  203. display: none;
  204. }
  205. }
  206. @media (max-device-width: 720px) {
  207. html {
  208. font-size: 465%;
  209. }
  210. }
  211. @media (max-device-width: 660px) {
  212. html {
  213. font-size: 445%;
  214. }
  215. }
  216. @media (max-device-width: 600px) {
  217. html {
  218. font-size: 425%;
  219. }
  220. }
  221. @media (max-device-width: 540px) {
  222. html {
  223. font-size: 405%;
  224. }
  225. }
  226. @media (max-device-width: 480px) {
  227. html {
  228. font-size: 385%;
  229. }
  230. }
  231. @media (max-device-width: 420px) {
  232. html {
  233. font-size: 365%;
  234. }
  235. }
  236. @media (max-device-width: 360px) {
  237. html {
  238. font-size: 345%;
  239. }
  240. }
  241. @media (max-device-width: 240px) {
  242. html {
  243. font-size: 305%;
  244. }
  245. }