pagerz.css 5.4 KB

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