手机端官网

mobile.css 8.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  1. body,html {
  2. font-family: Helvetica,STHeiti,Microsoft YaHei,Verdana,Arial,Tahoma,sans-serif;
  3. margin: 0;
  4. padding: 0;
  5. border: 0
  6. }
  7. a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  8. margin: 0;
  9. padding: 0;
  10. border: 0;
  11. font: inherit;
  12. font-size: 100%;
  13. vertical-align: baseline
  14. }
  15. html {
  16. line-height: 1
  17. }
  18. ol,ul {
  19. list-style: none
  20. }
  21. table {
  22. border-collapse: collapse;
  23. border-spacing: 0
  24. }
  25. caption,td,th {
  26. font-weight: 400;
  27. vertical-align: middle
  28. }
  29. blockquote,q {
  30. quotes: none
  31. }
  32. blockquote:after,blockquote:before,q:after,q:before {
  33. content: "";
  34. content: none
  35. }
  36. a img {
  37. border: none
  38. }
  39. a {
  40. color: #07d;
  41. text-decoration: none
  42. }
  43. article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
  44. display: block
  45. }
  46. html {
  47. position: relative
  48. }
  49. body,html {
  50. width: 100%;
  51. color: #2c3a46;
  52. background: #fff;
  53. font-size: 14px;
  54. line-height: 1.6em;
  55. font-family: Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif
  56. }
  57. .clearfix{
  58. clear: both;
  59. }
  60. /* 页面内容 */
  61. header{
  62. height: 56px;
  63. display: block;
  64. justify-content:space-around;
  65. align-content: space-around;
  66. position: fixed;
  67. top: 0;
  68. left: 0;
  69. right: 0;
  70. background: #fff;
  71. z-index: 999;
  72. padding: 0 10px;
  73. box-shadow: 0 0 18px 0 rgba(82,94,102,0.15);
  74. }
  75. .logo{
  76. width: 120px;
  77. display: -webkit-box;
  78. display: -ms-flexbox;
  79. display: flex;
  80. -webkit-box-align: center;
  81. -ms-flex-align: center;
  82. align-items: center;
  83. height: 56px;
  84. }
  85. .logo img{
  86. width: 100%;
  87. }
  88. .main-container{
  89. margin-top: 56px;
  90. margin-bottom: 50px;
  91. }
  92. .baner-box{
  93. width: 100%;
  94. position: relative;
  95. }
  96. .baner-box img{
  97. width: 100%;
  98. display: block;
  99. }
  100. .free-box{
  101. position: absolute;
  102. left: 50%;
  103. top: 50%;
  104. margin-left: -35%;
  105. margin-top: -10%;
  106. display: flex;
  107. align-items: center;
  108. justify-content:center;
  109. flex-direction: column;
  110. color: #fff;
  111. }
  112. .free-box p{
  113. font-size: 26px;
  114. line-height: 60px;
  115. height: 60px;
  116. }
  117. .custom-title {
  118. margin: 40px auto 20px;
  119. max-width: calc(100vw - 32px);
  120. font-weight: 300;
  121. color: #383838;
  122. text-align: center;
  123. }
  124. .custom-title .name{
  125. font-size:30px;
  126. line-height: 32px;
  127. padding-bottom: 10px;
  128. display: inline-block;
  129. }
  130. .custom-title .txt{
  131. line-height: 32px;
  132. font-size: 15px;
  133. }
  134. .customer-card{
  135. box-shadow: 0 0 18px 0 rgba(82,94,102,0.15);
  136. width: calc(100vw - 70px);
  137. margin: 0 auto;
  138. padding: 15px;
  139. }
  140. .customer-card-image img{
  141. width: 100%;
  142. }
  143. .customer-card .text{
  144. font-size: 16px;
  145. line-height: 28px;
  146. color: #666;
  147. text-align: center;
  148. padding-top: 30px;
  149. }
  150. .hz ul{
  151. padding-left: 10px;
  152. }
  153. .hz ul li{
  154. width: 47%;
  155. float: left;
  156. margin-right: 10px;
  157. margin-bottom: 10px;
  158. text-align: center;
  159. }
  160. .hz ul li img{
  161. width: 100%;
  162. display: block;
  163. }
  164. .hz ul li p{
  165. font-size: 16px;
  166. color: #363636;
  167. line-height: 22px;
  168. }
  169. .service ul li img{
  170. width: 50%;
  171. margin: 0 auto;
  172. padding: 10px 0;
  173. }
  174. .copyright{
  175. background: #383d43;
  176. color: #b6b6b6;
  177. font-size: 15px;
  178. padding: 30px 20px;
  179. margin-top: 30px;
  180. line-height: 28px;
  181. }
  182. .copyright h2{
  183. font-size: 18px;
  184. padding-bottom: 20px;
  185. }
  186. .info{
  187. display: inline-block;
  188. background: #fff;
  189. padding: 10px 10px;
  190. text-align: center;
  191. }
  192. .freeBtn{
  193. width: 100%;
  194. position: fixed;
  195. left: 0;
  196. bottom: 0;
  197. right: 0;
  198. display: none;
  199. }
  200. .freeBtn button{
  201. height: 46px;
  202. background: #3388ff;
  203. line-height: 46px;
  204. width: 100%;
  205. color: #fff;
  206. outline: none;
  207. border: none;
  208. font-size:15px;
  209. }
  210. /* 注册 */
  211. .loginBox{
  212. position: fixed;
  213. top: 40%;
  214. left: 5%;
  215. right:5%;
  216. margin-top: -160px;
  217. }
  218. .loginBox .title{
  219. color: #333333;
  220. font-size: 20px;
  221. line-height: 110px;
  222. height: 110px;
  223. text-align: center;
  224. }
  225. .reg{
  226. width: 100%;
  227. overflow: hidden;
  228. }
  229. .reg_wrap .cell{
  230. display: -webkit-box;
  231. display: -webkit-flex;
  232. display: flex;
  233. -webkit-box-align: center;
  234. -webkit-align-items: center;
  235. align-items: center;
  236. text-align: center;
  237. position:relative;
  238. color: #1e1c1c;
  239. margin: 0 15px 15px 15px ;
  240. }
  241. .reg_wrap .cell .star{
  242. font-size:18px;
  243. display: block;
  244. margin-top: 4px;
  245. }
  246. .reg_wrap .cell .iconfont{
  247. font-size: 36px;
  248. color:#3c3a3a;
  249. }
  250. .reg_wrap .cell .input_box{
  251. border:none;
  252. width: 100%;
  253. flex: 1;
  254. font-size: 15px;
  255. outline:none;
  256. background: #eee;
  257. border-radius: 4px;
  258. border: 1px #eeeeee solid;
  259. padding:11px 10px;
  260. }
  261. .reg_wrap .cell .code{
  262. border: none;
  263. font-size: 15px;
  264. outline: none;
  265. background:none;
  266. color: #fff;
  267. margin-left: 10px;
  268. padding:10px 15px;
  269. background: #4b86f7;
  270. border-radius: 4px;
  271. display: inline-block;
  272. }
  273. .join{
  274. margin-top:30px;
  275. padding: 0 15px;
  276. box-sizing: border-box;
  277. }
  278. .join .submit{
  279. background: #4b86f7;
  280. height: 44px;
  281. line-height: 44px;
  282. border-radius: 4px;
  283. color: #fff;
  284. font-size: 16px;
  285. outline: none;
  286. border: none;
  287. width: 100%;
  288. }
  289. /* 弹出层 */
  290. .layer .layerBg{
  291. background: rgba(0, 0, 0, 0.7);
  292. position: fixed;
  293. top: 0;
  294. left: 0;
  295. right: 0;
  296. bottom: 0;
  297. }
  298. .layer .content{
  299. background: #fff;
  300. border-radius: 4px;
  301. display: flex;
  302. align-items: center;
  303. justify-content: center;
  304. z-index: 999;
  305. position: fixed;
  306. flex-direction: column;
  307. top: 40%;
  308. margin: 0 20px;
  309. font-size: 16px;
  310. }
  311. .layer .content .tit{
  312. display: flex;
  313. height: 50px;
  314. line-height: 50px;
  315. border-bottom: 1px #eee solid;
  316. justify-content:space-between;
  317. padding: 0 20px;
  318. width: 100%;
  319. box-sizing: border-box;
  320. }
  321. .layer .content .tips{
  322. padding: 20px;
  323. line-height: 26px;
  324. }
  325. .layer .content .tit .close{
  326. width: 15px;
  327. height: 15px;
  328. }
  329. .layer .content .tit .close img{
  330. width: 100%;
  331. }
  332. .weui-picker-container, .weui-picker-overlay{
  333. bottom: 0!important;
  334. }
  335. .weui-label{
  336. color: #333;
  337. }
  338. .weui-cells{
  339. margin-top: 0!important;
  340. }
  341. .weui-cell{
  342. padding: 13px 30px 13px 15px!important;
  343. }
  344. .weui-input{
  345. text-align: right;
  346. padding-right: 10%!important;
  347. }
  348. .weui-cell-flex{
  349. flex-direction: column!important;
  350. display: block!important;
  351. }
  352. .weui-cell-flex .weui-label{
  353. width: 200px;
  354. }
  355. .weui-icon-checkbox{
  356. border-radius: 2px!important;
  357. }
  358. .weui-form-checkbox[type="checkbox"]:checked + label .weui-icon-checkbox{
  359. background-color: #3388ff!important;
  360. border: 1px solid #3388ff!important;
  361. }
  362. .tip{
  363. text-align: center;
  364. color: #419efe;
  365. font-size: 12px;
  366. height: 50px;
  367. line-height: 50px;
  368. }
  369. .weui-cell.arrow::after{
  370. width: 9px;
  371. height: 9px;
  372. border: 2px solid #e5e5e5;
  373. content: "";
  374. position: absolute;
  375. top: 18px;
  376. right: 11px;
  377. border-top: none;
  378. border-right: none;
  379. transform: rotate(-45deg);
  380. -ms-transform: rotate(-45deg);
  381. -moz-transform: rotate(-45deg);
  382. -webkit-transform: rotate(-45deg);
  383. -o-transform: rotate(-45deg);
  384. }
  385. .closeTit{
  386. display: flex;
  387. align-items:center;
  388. padding: 0 16px;
  389. height:50px ;
  390. line-height: 50px;
  391. justify-content: space-between;
  392. font-size: 16px;
  393. box-shadow: 0 0 18px 0 rgba(82,94,102,0.15);
  394. }
  395. .closeTit .jg{
  396. flex: 1;
  397. }
  398. .closeTit .tel{
  399. float: right;
  400. color: #419efe;
  401. font-family: "Arial";
  402. font-weight: 550;
  403. }
  404. .close-page{
  405. display:flex;
  406. align-items: center;
  407. text-align: center;
  408. font-size: 16px;
  409. flex-direction: column;
  410. justify-content: space-between;
  411. color: #333;
  412. padding:0 16px;
  413. }
  414. .close-page .big{
  415. font-size: 25px;
  416. font-weight: bold;
  417. padding: 45px 0 35px 0;
  418. }
  419. .close-page .medium{
  420. padding-bottom: 25px;
  421. }
  422. .close-page .medium img{
  423. width: 50%;
  424. }
  425. .close-page .small{
  426. padding-bottom: 10px;
  427. }
  428. .gn ul li{
  429. float: left;
  430. width: 50%;
  431. height: 30px;
  432. line-height: 28px;
  433. }