rocat.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. html,
  2. body,
  3. div,
  4. span,
  5. applet,
  6. object,
  7. iframe,
  8. h1,
  9. h2,
  10. h3,
  11. h4,
  12. h5,
  13. h6,
  14. p,
  15. blockquote,
  16. pre,
  17. a,
  18. abbr,
  19. acronym,
  20. address,
  21. big,
  22. cite,
  23. code,
  24. del,
  25. dfn,
  26. em,
  27. img,
  28. ins,
  29. kbd,
  30. q,
  31. s,
  32. samp,
  33. small,
  34. strike,
  35. strong,
  36. sub,
  37. sup,
  38. tt,
  39. var,
  40. b,
  41. u,
  42. i,
  43. center,
  44. dl,
  45. dt,
  46. dd,
  47. ol,
  48. ul,
  49. li,
  50. fieldset,
  51. form,
  52. label,
  53. legend,
  54. table,
  55. caption,
  56. tbody,
  57. tfoot,
  58. thead,
  59. tr,
  60. th,
  61. td,
  62. article,
  63. aside,
  64. canvas,
  65. details,
  66. embed,
  67. figure,
  68. figcaption,
  69. footer,
  70. header,
  71. hgroup,
  72. menu,
  73. nav,
  74. output,
  75. ruby,
  76. section,
  77. summary,
  78. time,
  79. mark,
  80. audio,
  81. video {
  82. margin: 0;
  83. padding: 0;
  84. border: 0;
  85. font-size: 100%;
  86. font: inherit;
  87. vertical-align: baseline;
  88. }
  89. /* HTML5 display-role reset for older browsers */
  90. article,
  91. aside,
  92. details,
  93. figcaption,
  94. figure,
  95. footer,
  96. header,
  97. hgroup,
  98. menu,
  99. nav,
  100. section {
  101. display: block;
  102. }
  103. ol,
  104. ul {
  105. list-style: none;
  106. }
  107. blockquote,
  108. q {
  109. quotes: none;
  110. }
  111. blockquote:before,
  112. blockquote:after,
  113. q:before,
  114. q:after {
  115. content: '';
  116. content: none;
  117. }
  118. table {
  119. border-collapse: collapse;
  120. border-spacing: 0;
  121. }
  122. input {
  123. -webkit-box-sizing: border-box;
  124. -moz-box-sizing: border-box;
  125. box-sizing: border-box;
  126. }
  127. .main {
  128. min-height: 20.5rem;
  129. background: url(./img/背景456.png) no-repeat;
  130. background-size: 100% 100%;
  131. }
  132. .mains {
  133. min-height: 20.2rem;
  134. background: url(./img/背景123.png) no-repeat;
  135. background-size: 100% 100%;
  136. }
  137. .box-my {
  138. margin-top: 1.25rem;
  139. }
  140. .zix {
  141. width: 7.05rem;
  142. height: 4.63rem;
  143. margin-top: 0.79rem;
  144. margin-left: 0.32rem;
  145. }
  146. .zglt {
  147. width: 0.94rem;
  148. height: 0.52rem;
  149. position: absolute;
  150. top: 0.15rem;
  151. left: 0.17rem;
  152. }
  153. .btn-tip {
  154. background: url(./img/业务说明.png) no-repeat;
  155. background-size: 100% 100%;
  156. width: 0.53rem;
  157. height: 1.8rem;
  158. position: fixed;
  159. top: 2.2rem;
  160. color: #FFFFFF;
  161. }
  162. /* .marquee-content {
  163. white-space: nowrap;
  164. animation: marqueeAnim 50s linear 0s infinite;
  165. font-size: 0.26rem;
  166. line-height: 0.63rem;
  167. color: #15A4FF;
  168. }
  169. @keyframes marqueeAnim {
  170. 0% {
  171. transform: translateX(100%);
  172. }
  173. 100% {
  174. transform: translateX(-100%);
  175. }
  176. } */
  177. .wrapper {
  178. position: absolute;
  179. width: 100%;
  180. height: 100%;
  181. top: 0;
  182. left: 0;
  183. animation: cssmarqueeWrapper 100s linear infinite;
  184. }
  185. .marqueeWords {
  186. position: absolute;
  187. height: 100%;
  188. left: 0;
  189. top: 0;
  190. font-weight: bold;
  191. margin: 0;
  192. text-align: left;
  193. white-space: nowrap;
  194. transform: translateX(0);
  195. animation: cssmarquee 100s linear infinite;
  196. font-size: 0.26rem;
  197. line-height: 0.63rem;
  198. color: #15A4FF;
  199. }
  200. @keyframes cssmarqueeWrapper {
  201. 0% {
  202. transform: translateX(100%);
  203. /* parent 100% */
  204. }
  205. 100% {
  206. transform: translateX(0);
  207. }
  208. }
  209. @keyframes cssmarquee {
  210. 0% {
  211. transform: translateX(0);
  212. }
  213. 100% {
  214. transform: translateX(-100%);
  215. /* words -100% */
  216. }
  217. }
  218. .usermob {
  219. width: 100%;
  220. height: 0.72rem;
  221. line-height: 0.72rem;
  222. color: #333333;
  223. font-size: 0.3rem;
  224. outline: none;
  225. -webkit-appearance: none;
  226. min-width: 2.4rem;
  227. margin-bottom: 0.01rem;
  228. border: 0 solid #FFFFFF;
  229. border-radius: 0.1rem;
  230. padding-left: 0.3rem;
  231. background: none;
  232. }
  233. .smscode {
  234. width: 100%;
  235. height: 0.72rem;
  236. line-height: 0.72rem;
  237. color: #333333;
  238. font-size: 0.3rem;
  239. outline: none;
  240. -webkit-appearance: none;
  241. min-width: 2.4rem;
  242. margin-bottom: 0.01rem;
  243. border: 0 solid #FFFFFF;
  244. border-radius: 0.1rem;
  245. padding-left: 0.3rem;
  246. background: none;
  247. }
  248. .sendcode {
  249. height: .64rem;
  250. min-width: 1.1rem;
  251. color: #FFFFFF;
  252. font-size: 0.24rem;
  253. padding: 0 0.2rem;
  254. word-break: keep-all;
  255. white-space: nowrap;
  256. border-radius: 0.1rem;
  257. background: #44bfff;
  258. margin-right: 0.04rem;
  259. outline: none;
  260. -webkit-appearance: none;
  261. display: flex;
  262. align-items: center;
  263. justify-content: center;
  264. }
  265. .overlay {
  266. position: fixed;
  267. top: 0;
  268. right: 0;
  269. bottom: 0;
  270. left: 0;
  271. z-index: 9990;
  272. background-color: rgba(0, 0, 0, 0.3);
  273. min-height: 6.5rem;
  274. }
  275. .cjgz {
  276. width: 6.57rem;
  277. height: 3.08rem;
  278. background: #ffff;
  279. box-shadow: 0px 5px 12px 1px rgba(16, 108, 180, 0.36);
  280. border-radius: 0.5rem;
  281. margin-left: 0.45rem;
  282. margin-top: 0.36rem;
  283. }
  284. .cjgzs {
  285. width: 6.57rem;
  286. height: 2.58rem;
  287. background: #ffff;
  288. box-shadow: 0px 5px 12px 1px rgba(16, 108, 180, 0.36);
  289. border-radius: 0.5rem;
  290. margin-left: 0.45rem;
  291. margin-top: 0.36rem;
  292. }
  293. .ox_ass {
  294. width: 3.19rem;
  295. height: 0.54rem;
  296. font-size: 0.26rem;
  297. color: #ffff;
  298. background: linear-gradient(0deg, #12B3F9, #3A8DEE);
  299. border-radius: 0px 0px 0.44rem 0.44rem;
  300. margin-left: 1.69rem;
  301. text-align: center;
  302. margin-bottom: 0.12rem;
  303. line-height: 0.55rem;
  304. }
  305. .ox_as {
  306. width: 3.19rem;
  307. height: 0.54rem;
  308. font-size: 0.26rem;
  309. color: #ffff;
  310. background: linear-gradient(0deg, #12B3F9, #3A8DEE);
  311. border-radius: 0px 0px 0.44rem 0.44rem;
  312. margin-left: 1.69rem;
  313. text-align: center;
  314. margin-bottom: 0.2rem;
  315. line-height: 0.55rem;
  316. }
  317. .gu_text {
  318. width: 87%;
  319. font-size: 0.2rem;
  320. margin-left: 0.42rem;
  321. color: #333333;
  322. line-height: 0.36rem;
  323. font-family: PingFang SC;
  324. font-weight: 400;
  325. letter-spacing: 0.01rem;
  326. }