pagerz.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. .main {
  2. width: 100%;
  3. background: url(../img/bg.png) no-repeat;
  4. background-size: cover;
  5. }
  6. .banner {
  7. width: 100%;
  8. }
  9. .login {
  10. width: 94%;
  11. margin: 0 auto;
  12. margin-bottom: 2rem;
  13. padding: 1.8rem 0.8rem 1.5rem 0.8rem;
  14. background: url(../img/login_bg.png) no-repeat;
  15. /*opacity: 0.8;*/
  16. background-size: 100% 100%;
  17. border-radius: 0.6rem;
  18. box-sizing: border-box;
  19. }
  20. .kaitong {
  21. margin-top: 2rem;
  22. }
  23. .login .iphone,
  24. .login .yanzhenma {
  25. width: 100%;
  26. box-sizing: border-box;
  27. margin-bottom: 1rem;
  28. padding: 0.84rem 0 0.8rem 1rem;
  29. font-size: 0.95rem;
  30. border-radius: 0.3rem;
  31. opacity: 0.49;
  32. border: 1px solid #FFFFFF;
  33. }
  34. .login .yanzhenma {
  35. width: 60%;
  36. margin-bottom: 0;
  37. }
  38. .login .yangzhenma_box {
  39. display: flex;
  40. justify-content: space-between;
  41. align-items: center;
  42. }
  43. .login .yanzhenma_btn {
  44. display: block;
  45. border: 0;
  46. width: 35%;
  47. text-align: center;
  48. padding: 0.8rem;
  49. font-size: 0.9rem;
  50. border-radius: 0.3rem;
  51. background-color: #FF14CB;
  52. color: white;
  53. }
  54. .btn,
  55. .Tbtn {
  56. display: block;
  57. width: 90%;
  58. margin: 0 auto;
  59. margin-bottom: 0.875rem;
  60. padding: 0.68rem 0;
  61. background: linear-gradient(to right, #562BE4, #461BD2, #D61D87, #E53535);
  62. font-size: 1.25rem;
  63. color: white;
  64. text-align: center;
  65. border-radius: 0.3rem;
  66. border: 0px;
  67. }
  68. .btnsr {
  69. display: block;
  70. width: 90%;
  71. margin: 0 auto;
  72. margin-bottom: 0.875rem;
  73. padding: 0.68rem 0;
  74. background: linear-gradient(to right, #562BE4, #461BD2, #D61D87, #E53535);
  75. font-size: 1.25rem;
  76. color: white;
  77. text-align: center;
  78. border-radius: 0.3rem;
  79. border: 0px;
  80. }
  81. .line {
  82. width: 100%;
  83. background: rgba(208, 208, 208, 1);
  84. }
  85. .tips {
  86. width: 94%;
  87. margin: 0 auto;
  88. }
  89. .tips_header {
  90. width: 100%;
  91. margin: 1.3rem 0 1.1rem 0;
  92. font-size: 0.95rem;
  93. color: white;
  94. text-align: center;
  95. }
  96. .tips_header2 {
  97. background: url(../img/bg-title.png) no-repeat;
  98. background-size: 100% 100%;
  99. display: flex;
  100. align-items: center;
  101. justify-content: center;
  102. width: 7rem;
  103. height: 3rem;
  104. color: #FFFFFF;
  105. margin: 2rem auto 0;
  106. }
  107. .tips .subtitle {
  108. display: flex;
  109. align-items: center;
  110. justify-content: center;
  111. width: 4.5rem;
  112. height: 1rem;
  113. color: #FFFFFF;
  114. margin: 1rem 0 0.5rem 0.5rem;
  115. }
  116. .tips .subtitle-freeflow {
  117. background: url(../img/bg-freeflow.png) no-repeat;
  118. background-size: 100% 100%;
  119. }
  120. .tips .subtitle-bz {
  121. background: url(../img/bg-biz.png) no-repeat;
  122. background-size: 100% 100%;
  123. }
  124. .tips .subtitle-bzser {
  125. background: url(../img/huodong.png) no-repeat;
  126. background-size: 100% 100%;
  127. }
  128. .tips_item {
  129. display: flex;
  130. padding-bottom: 1rem;
  131. font-size: 0.8rem;
  132. align-items: flex-start;
  133. }
  134. .tips_item .num {
  135. width: 1.4rem;
  136. line-height: 1.4rem;
  137. margin-top: 0.1rem;
  138. margin-right: 0.68rem;
  139. background: url(../img/font-bg.png) no-repeat;
  140. background-size: 100% 100%;
  141. text-align: center;
  142. color: white;
  143. }
  144. .tips_item span {
  145. width: 90%;
  146. color: rgba(173, 173, 173, 1);
  147. }
  148. .login_header {
  149. margin-bottom: 1rem;
  150. font-size: 1rem;
  151. color: white;
  152. }
  153. .login .circular {
  154. display: inline-block;
  155. width: 0.7rem;
  156. height: 0.7rem;
  157. margin-top: 0.1rem;
  158. border: 0.06rem solid white;
  159. position: relative;
  160. border-radius: 0.7rem;
  161. }
  162. #chec+label:before {
  163. content: "\a0";
  164. display: inline-block;
  165. vertical-align: middle;
  166. box-sizing: border-box;
  167. font-size: 18px;
  168. width: 0.75em;
  169. height: 0.75em;
  170. margin-right: .4em;
  171. margin-top: -0.2rem;
  172. border-radius: 50%;
  173. border: 0.06rem solid #fff;
  174. /* text-indent: .15em;*/
  175. /* line-height: 1; */
  176. }
  177. #chec:checked+label:before {
  178. background-color: #FF14CB;
  179. background-clip: content-box;
  180. padding: .16em;
  181. }
  182. #chec {
  183. position: absolute;
  184. clip: rect(0, 0, 0, 0);
  185. }
  186. .login .active:before {
  187. content: '';
  188. width: 0.3rem;
  189. height: 0.3rem;
  190. position: absolute;
  191. top: 0.1875rem;
  192. left: 0.1875rem;
  193. border-radius: 0.3rem;
  194. background-color: #FF14CB;
  195. }
  196. .login_foot label {
  197. color: #7561B4;
  198. font-size: 0.8rem;
  199. }
  200. .login .login_foot {
  201. margin-top: 1rem;
  202. }
  203. .login .login_foot span {
  204. display: inline-block;
  205. font-size: 0.8rem;
  206. color: rgba(117, 97, 180, 1);
  207. }
  208. .fuli {
  209. width: 94%;
  210. text-align: center;
  211. margin: 0 auto;
  212. margin-bottom: 1rem;
  213. font-size: 0.97rem;
  214. text-shadow: 3px 1px 1px #FF14CB;
  215. color: rgba(255, 255, 255, 1);
  216. }
  217. .fuli a {
  218. color: white;
  219. text-decoration: underline;
  220. }
  221. .maskArea {
  222. position: fixed;
  223. width: 100%;
  224. height: 100%;
  225. top: 0;
  226. left: 0;
  227. background-color: black;
  228. opacity: 0.5;
  229. z-index: 1;
  230. font-size: 1.25rem;
  231. color: white;
  232. }
  233. .tc {
  234. width: 96%;
  235. min-height: 40%;
  236. position: fixed;
  237. top: 27%;
  238. left: 2%;
  239. display: flex;
  240. flex-flow: column;
  241. align-items: center;
  242. align-content: center;
  243. justify-content: center;
  244. /*padding-top: 4.5rem;*/
  245. /*padding-bottom: 6.1rem;*/
  246. text-align: center;
  247. background: url(../img/tanchaung.png) no-repeat;
  248. background-size: 100% 100%;
  249. z-index: 2;
  250. color: white;
  251. }
  252. .tc .wancheng {
  253. width: 3.5rem;
  254. margin: 0 auto;
  255. margin-bottom: 1rem;
  256. }
  257. .close {
  258. position: fixed;
  259. top: 27%;
  260. width: 2rem;
  261. right: 12%;
  262. z-index: 3;
  263. }
  264. .shengyu {
  265. width: 50%;
  266. height: 50%;
  267. margin: 0 auto;
  268. position: relative;
  269. display: flex;
  270. flex-flow: column;
  271. align-items: center;
  272. align-content: center;
  273. justify-content: center;
  274. color: white;
  275. border-radius: 50%;
  276. background: linear-gradient(to bottom, #562BE4, #461BD2, #D61D87, #E53535);
  277. }
  278. .header1 {
  279. width: 94%;
  280. position: relative;
  281. display: flex;
  282. align-items: center;
  283. align-content: center;
  284. box-sizing: border-box;
  285. margin: 1rem auto;
  286. background: url(../img/zhizhen.png) no-repeat;
  287. background-position: 0.06rem;
  288. background-size: 100%;
  289. }
  290. .shengyu p {
  291. font-size: 1.25rem;
  292. }
  293. .shengyu span {
  294. font-size: 2.8rem;
  295. }
  296. .yiyong {
  297. width: 100%;
  298. display: flex;
  299. justify-content: space-around;
  300. font-size: 0.94rem;
  301. color: #484A9A;
  302. }
  303. .yiyong .yiyong_item {
  304. display: flex;
  305. flex-flow: column;
  306. align-items: center;
  307. align-content: center;
  308. margin-bottom: 1.5rem;
  309. }
  310. .yiyong_item span {
  311. color: white;
  312. padding-top: 0.5rem;
  313. }
  314. .fuli1 {
  315. width: 100%;
  316. padding: 0.5rem 0;
  317. text-align: center;
  318. color: white;
  319. font-size: 0.94rem;
  320. background-color: #FF14CB;
  321. }
  322. .fuli1 span {
  323. text-decoration: underline;
  324. }
  325. .dingyue {
  326. padding-top: 1.5rem;
  327. }
  328. #myCanvas {
  329. width: 80%;
  330. position: absolute;
  331. top: 10%;
  332. left: 10%;
  333. }
  334. .tuiding {
  335. display: flex;
  336. align-items: flex-start;
  337. text-align: left;
  338. margin-top: 2rem;
  339. }
  340. .tuiding img {
  341. width: 0.5rem;
  342. padding-right: 0.4rem;
  343. padding-top: 0.2rem;
  344. }
  345. .Ttips {
  346. width: 90%;
  347. }
  348. .info_data li.ck {
  349. text-align: left;
  350. }
  351. #co {
  352. display: inline-block;
  353. width: 60%;
  354. word-wrap: break-word;
  355. white-space: normal;
  356. }