maofm.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. @charset "UTF-8";
  2. /**
  3. *
  4. * @authors Your Name (you@example.org)
  5. * @date 2017-08-01 16:56:17
  6. * @version $Id$
  7. */
  8. * {
  9. margin: 0;
  10. padding: 0;
  11. }
  12. html {
  13. font-family: "PingFang SC", "STXihei", "Microsoft YaHei";
  14. font-size: 625%;
  15. }
  16. .footer-wrap {
  17. display: none;
  18. }
  19. .subnav-logo {
  20. background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/subnav_logo_fm.jpg');
  21. }
  22. .m-maofm {
  23. font-size: 0;
  24. }
  25. .maofm-first {
  26. width: 100%;
  27. height: 100vh;
  28. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/fm_bg_01.jpg') center center;
  29. background-size: cover;
  30. position: relative;
  31. }
  32. .maofm-second {
  33. width: 100%;
  34. height: 100vh;
  35. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/fm_bg_02.jpg') center center;
  36. background-size: cover;
  37. position: relative;
  38. }
  39. .maofm-logo {
  40. position: relative;
  41. left: 50%;
  42. top: 0.5rem;
  43. margin-left: -1rem;
  44. }
  45. .maofm-logo img{
  46. width: 2rem;
  47. height: auto;
  48. }
  49. .scroll-hint {
  50. width: 0.2rem;
  51. height: auto;
  52. position: absolute;
  53. top: 90%;
  54. left: 50%;
  55. -webkit-transform: translate(-50%, -50%);
  56. transform: translate(-50%, -50%);
  57. z-index: 2;
  58. }
  59. .content-wrap {
  60. margin: 10vh 25% 0 25%;
  61. color: #eaedda;
  62. }
  63. .content-section {
  64. margin: 0.4rem 0;
  65. }
  66. .content-title {
  67. color: #dab379;
  68. font-size: 0.3rem;
  69. line-height: 0.8rem;
  70. font-weight: 500;
  71. }
  72. .content-text {
  73. font-size: 0.18rem;
  74. line-height: 0.3rem;
  75. font-weight: 300;
  76. word-wrap: break-word;
  77. }
  78. .app-content-wrap {
  79. display: inline-block;
  80. width: 30%;
  81. position: relative;
  82. left: 35%;
  83. color: #eaedda;
  84. padding-top: 22vh;
  85. font-size: 0;
  86. vertical-align: top;
  87. }
  88. .app-name {
  89. font-size: 0.7rem;
  90. }
  91. .app-line {
  92. width: 1rem;
  93. height: 3px;
  94. background-color: #988360;
  95. margin: 0.3rem 0;
  96. }
  97. .app-title {
  98. font-size: 0.38rem;
  99. line-height: 0.5rem;
  100. margin-bottom: 0.3rem;
  101. }
  102. .app-text {
  103. font-size: 0.18rem;
  104. line-height: 0.3rem;
  105. margin: 0.3rem 0;
  106. font-weight: 300;
  107. word-wrap: break-word;
  108. }
  109. .app-download {
  110. display: none;
  111. width: 40%;
  112. }
  113. .dl-qrcode {
  114. width: 2.5rem;
  115. height: 3.5rem;
  116. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/fm_qr_bg.png') no-repeat center top;
  117. background-size: contain;
  118. text-align: center;
  119. margin-top: 0.2rem;
  120. }
  121. .dl-qrcode img {
  122. display: block;
  123. width: 2rem;
  124. height: auto;
  125. position: relative;
  126. top: 0.23rem;
  127. margin: auto;
  128. }
  129. .dl-qrcode span {
  130. font-size: 0.24rem;
  131. color: #000;
  132. font-weight: bold;
  133. position: relative;
  134. top: 0.32rem;
  135. }
  136. .app-img {
  137. display: inline-block;
  138. position: relative;
  139. left: 25%;
  140. padding: 15vh 0;
  141. }
  142. .app-img img {
  143. width: auto;
  144. height: 70vh;
  145. }
  146. .mb-scroll-hint {
  147. display: none;
  148. }
  149. .mb-btn-download {
  150. display: none;
  151. }
  152. @media (min-width: 959px) {
  153. html {
  154. font-size: 385%;
  155. }
  156. }
  157. @media (min-width: 1279px) {
  158. html {
  159. font-size: 465%;
  160. }
  161. }
  162. @media (min-width: 1599px) {
  163. html {
  164. font-size: 545%;
  165. }
  166. }
  167. @media (min-width: 1919px) {
  168. html {
  169. font-size: 625%;
  170. }
  171. }
  172. @media (max-device-width: 1081px) {
  173. html {
  174. font-size: 585%;
  175. }
  176. .maofm-logo {
  177. display: none;
  178. }
  179. .content-wrap {
  180. width: 75%;
  181. margin: 0 8% 0 17%;
  182. padding-top: 1rem;
  183. }
  184. .content-section {
  185. margin-bottom: 0.5rem;
  186. }
  187. .content-section:before {
  188. display: block;
  189. content: '';
  190. width: 0.32rem;
  191. height: 3px;
  192. position: absolute;
  193. background-color: #fff;
  194. }
  195. .content-title {
  196. font-size: 0.32rem;
  197. margin: 0.2rem 0 0 0;
  198. padding-top: 0.2rem;
  199. line-height: 0.5rem;
  200. }
  201. .content-text {
  202. font-size: 0.2rem;
  203. line-height: 0.3rem;
  204. opacity: 0.8;
  205. }
  206. .scroll-hint {
  207. display: none;
  208. }
  209. .mb-scroll-hint {
  210. display: inline-block;
  211. width: 0.4rem;
  212. height: auto;
  213. position: absolute;
  214. top: 92%;
  215. left: 50%;
  216. -webkit-transform: translate(-50%, -50%);
  217. transform: translate(-50%, -50%);
  218. z-index: 2;
  219. }
  220. .app-content-wrap {
  221. width: 60%;
  222. position: absolute;
  223. left: 0;
  224. top: 1.2rem;
  225. padding: 0 20% 0 20%;
  226. }
  227. .app-name {
  228. font-size: 0.5rem;
  229. }
  230. .app-line {
  231. margin: 0.18rem 0;
  232. }
  233. .app-title {
  234. font-size: 0.3rem;
  235. }
  236. .app-img {
  237. position: absolute;
  238. top: 50%;
  239. left: 50%;
  240. -webkit-transform: translate(-50%, -50%);
  241. transform: translate(-50%, -50%);
  242. margin-top: 1.5rem;
  243. }
  244. .app-img img {
  245. height: 36vh;
  246. }
  247. .dl-qrcode {
  248. display: none;
  249. }
  250. .mb-btn-download {
  251. display: block;
  252. width: 3rem;
  253. height: 1rem;
  254. background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A2%91%E9%81%93/fm_btn_dl.png') no-repeat center center;
  255. background-size: contain;
  256. position: absolute;
  257. top: 90vh;
  258. left: 50%;
  259. -webkit-transform: translate(-50%, -50%);
  260. transform: translate(-50%, -50%);
  261. }
  262. }
  263. @media (max-device-width: 720px) {
  264. html {
  265. font-size: 465%;
  266. }
  267. }
  268. @media (max-device-width: 660px) {
  269. html {
  270. font-size: 445%;
  271. }
  272. }
  273. @media (max-device-width: 600px) {
  274. html {
  275. font-size: 425%;
  276. }
  277. }
  278. @media (max-device-width: 540px) {
  279. html {
  280. font-size: 405%;
  281. }
  282. }
  283. @media (max-device-width: 480px) {
  284. html {
  285. font-size: 385%;
  286. }
  287. }
  288. @media (max-device-width: 420px) {
  289. html {
  290. font-size: 345%;
  291. }
  292. }
  293. @media (max-device-width: 360px) {
  294. html {
  295. font-size: 325%;
  296. }
  297. }
  298. @media (max-device-width: 240px) {
  299. html {
  300. font-size: 305%;
  301. }
  302. }