sso

mobileIndex.css 7.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. body{
  2. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Segoe UI", "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", 微软雅黑, sans-serif;
  3. }
  4. .head{
  5. display: flex;
  6. justify-content: space-between;
  7. align-items: center;
  8. }
  9. .expand{
  10. width: 0.18rem;
  11. height: 0.14rem;
  12. display: flex;
  13. flex-direction: column;
  14. -webkit-box-pack: justify;
  15. justify-content: space-between;
  16. }
  17. .expand>div {
  18. width: 100%;
  19. height: 2px;
  20. border-radius: 2px;
  21. background-color: #9C9C9C;
  22. }
  23. .outerSlider{
  24. background: rgba(0,0,0,.5);
  25. width: 100%;
  26. top: 0;
  27. bottom: 0;
  28. z-index: 9999;
  29. display: none;
  30. }
  31. .show{
  32. position: fixed;
  33. left: 0;
  34. }
  35. .outerSlider .menuBox {
  36. position: absolute;
  37. width: 100%;
  38. background: #fff;
  39. height: 100%;
  40. top: 0;
  41. -webkit-transition: bottom .3s ease-in-out;
  42. transition: bottom .3s ease-in-out;
  43. }
  44. .menuNav{
  45. position: relative;
  46. border-bottom: 1px solid #eee;
  47. display: flex;
  48. justify-content: space-between;
  49. align-items: center;
  50. padding: 0 10px;
  51. }
  52. .scrollList>a{
  53. height: 0.5rem;
  54. line-height: 0.5rem;
  55. padding-left: 0.2rem;
  56. border-bottom: 1px solid #e5e5e5;
  57. }
  58. .scrollList>a:last-of-type{
  59. border:none;
  60. }
  61. a{
  62. color: #333;
  63. display: block;
  64. }
  65. .main-container .banner{
  66. background-image: url(http://images.shengws.com/banner.jpg);
  67. background-position: center center;
  68. background-size: cover;
  69. -webkit-background-size: cover;
  70. zoom: 1;
  71. background-repeat: no-repeat;
  72. color: #fff;
  73. text-align: center;
  74. height: 3.5rem;
  75. box-sizing: border-box;
  76. padding-top: 0.48rem;
  77. }
  78. .bannerBox{
  79. width:100%;
  80. height:1.4rem;
  81. border-radius:5px;
  82. margin: 0 auto;
  83. padding-top:0.2rem;
  84. box-sizing: border-box;
  85. }
  86. .bannerTitle{
  87. font-size:0.24rem;
  88. font-weight:bold;
  89. color:#2780F6;
  90. line-height:0.2rem;
  91. margin: 0 0 0.18rem;
  92. font-family:PingFangSC;
  93. }
  94. .bannerTips{
  95. font-size:0.12rem;
  96. color:#333;
  97. line-height:0.18rem;
  98. font-weight: lighter!important;
  99. font-family: AlibabaPuHuiTiL,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  100. }
  101. .freeuse{
  102. width:1.5rem;
  103. height:.36rem;
  104. background:rgba(43,126,246,1);
  105. border-radius:18px;
  106. color:#fff;
  107. display: block;
  108. margin: 0 auto;
  109. text-align: center;
  110. line-height: 0.36rem;
  111. }
  112. .special{
  113. width: 3rem;
  114. height: 3.6rem;
  115. display: flex;
  116. flex-wrap: wrap;
  117. justify-content: space-between;
  118. margin: 0.2rem auto 0;
  119. margin-top: -1rem;
  120. }
  121. .specialOne{
  122. width: 48%;
  123. height: 48%;
  124. background:#fff;
  125. display: flex;
  126. flex-direction: column;
  127. align-items: center;
  128. text-align: center;
  129. margin-bottom: 0.2rem;
  130. box-shadow:0px 2px 13px 0px rgba(43,126,246,0.11);
  131. border-radius: 10px;
  132. }
  133. .specialImg{
  134. width: 0.5rem;
  135. margin-top: 0.3rem;
  136. margin-bottom: 0.1rem;
  137. }
  138. .specialTip1{
  139. font-size: 0.20rem;
  140. color: #333;
  141. margin-bottom: 0.1rem;
  142. }
  143. .specialTip2{
  144. font-size: 0.16rem;
  145. color: #666;
  146. font-weight: lighter!important;
  147. }
  148. .introduceTitle{
  149. width: 100%;
  150. text-align: center;
  151. font-size: 0.24rem;
  152. color: #333;
  153. line-height: 0.36rem;
  154. margin: 0.3rem 0;
  155. }
  156. .introduceBox{
  157. height: 1.4rem;
  158. display: flex;
  159. padding: .3rem 0.16rem ;
  160. justify-content: space-between;
  161. background: #F8FBFF;
  162. }
  163. .introduceOne{
  164. width: 1.02rem;
  165. background: #fff;
  166. display: flex;
  167. flex-direction: column;
  168. align-items: center;
  169. text-align: center;
  170. /* justify-content: space-around; */
  171. box-shadow:0px 2px 13px 0px rgba(43,126,246,0.11);
  172. color: #353535;
  173. border-radius: 10px;
  174. }
  175. .introduceImg{
  176. width: 50%;
  177. margin-top: .24rem;
  178. }
  179. .commonTitle{
  180. width: 100%;
  181. text-align: center;
  182. font-size: 0.24rem;
  183. color: #333;
  184. line-height: 0.36rem;
  185. padding-top: 0.3rem;
  186. }
  187. .commonTit1{
  188. font-size:.16rem;
  189. font-weight:bold;
  190. color:#333;
  191. line-height:.28rem;
  192. text-align: center;
  193. }
  194. .commonTit2{
  195. text-align: center;
  196. font-size:.14rem;
  197. color:#666;
  198. line-height:.28rem;
  199. margin-bottom: 0.05rem;
  200. font-weight: lighter!important;
  201. font-family: AlibabaPuHuiTiL,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  202. }
  203. .downloadOne{
  204. width:3.38rem;
  205. height:4.68rem;
  206. background:rgba(255,255,255,1);
  207. box-shadow:0px 1px 15px 0px rgba(0, 0, 0, 0.12);
  208. border-radius:5px;
  209. margin: 0 auto;
  210. display: flex;
  211. flex-direction: column;
  212. align-items: center;
  213. }
  214. .downloadOne>img:first-of-type{
  215. width: 1.28rem;
  216. height: 1.28rem;
  217. margin-top: 0.4rem;
  218. }
  219. .downloadOne>img:last-of-type{
  220. width: 90%;
  221. }
  222. .downloadOne>span{
  223. font-size: 18px;
  224. color: #333;
  225. margin-bottom: 1vw;
  226. font-weight: bold;
  227. margin-top: 6px;
  228. }
  229. .downloadOne>p{
  230. font-size: 14px;
  231. color: #333;
  232. }
  233. .swiper-container-horizontal > .swiper-pagination{
  234. bottom: 0 !important;
  235. }
  236. .forBox{
  237. width: 100%;
  238. height: 2.8rem;
  239. display: flex;
  240. flex-wrap: wrap;
  241. margin: 0.5rem 0;
  242. }
  243. .forOne{
  244. width: 50%;
  245. height: 50%;
  246. display: flex;
  247. align-items: center;
  248. flex-direction: column;
  249. }
  250. .forOne>img{
  251. width: 0.8rem;
  252. height: 0.8rem;
  253. }
  254. .forOne>span{
  255. font-size: 0.16rem;
  256. color: #333;
  257. }
  258. .forOne>p{
  259. font-size: 0.12rem;
  260. color: #666;
  261. }
  262. .backgroundBlue{
  263. width:100%;
  264. height:4.9rem;
  265. background:linear-gradient(0deg,rgba(72,166,253,1),rgba(43,126,246,1));
  266. }
  267. .blueTitle{
  268. text-align: center;
  269. font-size: 0.2rem;
  270. color: #fff;
  271. line-height:0.3rem;
  272. padding-top: 0.3rem;
  273. }
  274. .productBox1{
  275. width: 100%;
  276. height: 2rem;
  277. display: flex;
  278. flex-wrap: wrap;
  279. margin-top: 0.6rem;
  280. }
  281. .product{
  282. width: 50%;
  283. height: 50%;
  284. display: flex;
  285. align-items: center;
  286. flex-direction: column;
  287. }
  288. .product>img{
  289. width: 0.6rem;
  290. height: 0.6rem;
  291. }
  292. .product>p{
  293. font-size: 0.13rem;
  294. color: #fff;
  295. }
  296. .position1{
  297. width: 3.32rem;
  298. margin: 0 auto;
  299. margin-top: -1.2rem;
  300. text-align: center;
  301. }
  302. .sort{
  303. color:#fff;
  304. font-size: 0.1rem;
  305. }
  306. .sponsorBox{
  307. width: 100%;
  308. display: flex;
  309. flex-wrap: wrap;
  310. background: #fff;
  311. padding-bottom: 0.3rem;
  312. }
  313. .sponsorOne{
  314. width: 50%;
  315. height: 1.66rem;
  316. display: flex;
  317. flex-direction: column;
  318. }
  319. .background{
  320. background: #F8F8F8;
  321. }
  322. .sponsorOne>img{
  323. width: 100%;
  324. margin-top: 0.4rem;
  325. margin-bottom: 0.2rem;
  326. }
  327. .slogan{
  328. width: 100%;
  329. height: 1.89rem;
  330. background-image: url(/static/images/img/28.png);
  331. background-position: center center;
  332. background-size: cover;
  333. -webkit-background-size: cover;
  334. zoom: 1;
  335. background-repeat: no-repeat;
  336. text-align: center;
  337. color: #fff;
  338. }
  339. .slogan>p:first-of-type{
  340. font-size: 0.24rem;
  341. padding-top: 0.5rem;
  342. margin-bottom: 0.2rem;
  343. }
  344. .slogan>p:last-of-type{
  345. font-size: 0.2rem;
  346. }
  347. .footer{
  348. width: 100%;
  349. height: 2.86rem;
  350. background: #181D30;
  351. color:rgba(255,255,255,0.6);
  352. padding-top: 0.56rem;
  353. }
  354. .footer>p{
  355. padding-left: 0.28rem;
  356. line-height: 0.3rem;
  357. }
  358. .beian{
  359. margin-top: 0.32rem;
  360. font-size: 0.1rem;
  361. text-align: center;
  362. display: flex;
  363. justify-content: space-around;
  364. }
  365. .beian>a{
  366. color:rgba(255,255,255,0.6);
  367. }
  368. .useBox{
  369. width: 100%;
  370. height: 0.5rem;
  371. position: fixed;
  372. bottom: 0;
  373. left: 0;
  374. display: flex;
  375. }
  376. .free{
  377. background: #2780F6;
  378. color: #fff;
  379. width: 100%;
  380. line-height: 0.5rem;
  381. text-align: center;
  382. font-size: 0.18rem;
  383. }