replacementActivities.css 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576
  1. @media screen and (max-width: 750px) {
  2. html {
  3. font-size: calc(100vw / 7.5);
  4. }
  5. }
  6. @media screen and (min-width: 750px) {
  7. html {
  8. font-size: calc(450px / 7.5);
  9. }
  10. }
  11. html, body, div, ul, li, p {
  12. padding: 0;
  13. margin: 0;
  14. }
  15. ul, li {
  16. list-style: none;
  17. }
  18. .container {
  19. width: 100%;
  20. min-height: 37.69rem;
  21. background: url(../img/replacementActivities/bj.png) no-repeat;
  22. background-size: cover;
  23. overflow: hidden;
  24. }
  25. .share-node{
  26. width: 0.7rem;
  27. height: 2.5rem;
  28. position: fixed;
  29. background: #084558;
  30. border-radius: 0.15rem 0 0 0.15rem;
  31. top: 8.17rem;
  32. right: 0;
  33. overflow: hidden;
  34. }
  35. .share{
  36. width: 0.45rem;
  37. height: 0.46rem;
  38. margin: 0.23rem auto 0;
  39. display: block;
  40. }
  41. .qq{
  42. width: 0.44rem;
  43. height: 0.46rem;
  44. margin: 0.17rem auto 0;
  45. display: block;
  46. }
  47. .line {
  48. width: 0.4rem;
  49. height: 1px;
  50. background: #53A3B7;
  51. opacity: 0.4;
  52. margin: 0.18rem auto 0;
  53. }
  54. .cs{
  55. width: 0.44rem;
  56. height: 0.45rem;
  57. margin: 0.15rem auto 0;
  58. display: block;
  59. }
  60. .date {
  61. width: 5.93rem;
  62. height: 0.7rem;
  63. line-height: 0.7rem;
  64. background: rgba(255, 255, 255, 0.18);
  65. border-radius: 0.35rem;
  66. text-align: center;
  67. font-size: 0.32rem;
  68. color: #FFFFFE;
  69. text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.22);
  70. margin: 6.89rem auto 0;
  71. }
  72. .header{
  73. width: 6.64rem;
  74. height: 5.7rem;
  75. margin: 0.17rem auto 0;
  76. overflow: hidden;
  77. border: 1px solid #62767B;
  78. border-radius: 0.2rem;
  79. background-color: #04222C;
  80. }
  81. .mt55 {
  82. margin-top: 0.55rem;
  83. }
  84. .mt50 {
  85. margin-top: 0.5rem;
  86. }
  87. .w666h874 {
  88. width: 6.66rem;
  89. height: 8.74rem;
  90. display: block;
  91. margin: 0 auto;
  92. }
  93. .w666h864 {
  94. width: 6.66rem;
  95. height: 8.64rem;
  96. display: block;
  97. margin: 0 auto;
  98. }
  99. .w670h476 {
  100. width: 6.7rem;
  101. height: 4.76rem;
  102. display: block;
  103. margin: 0 auto;
  104. }
  105. .input-container {
  106. margin: 0.3rem 0.2rem;
  107. border-radius: 0.2rem;
  108. height: 4.04rem;
  109. background-color: #193B45;
  110. overflow: hidden;
  111. position: relative;
  112. }
  113. .login-container{
  114. margin: 0.02rem;
  115. height: calc(100% - 0.04rem);
  116. border: 1px solid #B58E6D;
  117. border-radius: 0.2rem;
  118. box-sizing: border-box;
  119. overflow: hidden;
  120. }
  121. .login-bar{
  122. width: 6.54rem;
  123. height: 0.96rem;
  124. background: url(../img/replacementActivities/bar.png) no-repeat;
  125. background-size: 100% 100%;
  126. font-size: 0.48rem;
  127. text-align: center;
  128. line-height: 0.81rem;
  129. font-weight: bold;
  130. color: #2A7A81;
  131. }
  132. .login-row-select{
  133. overflow: hidden;
  134. display: flex;
  135. align-items: center;
  136. position: relative;
  137. margin-top: 0.4rem;
  138. }
  139. .options{
  140. width: 4.4rem;
  141. height: 1.36rem;
  142. position: absolute;
  143. top: 0.9rem;
  144. left: 1.36rem;
  145. z-index: 9999;
  146. background-color: #1F3F47;
  147. display: none;
  148. border-radius: 0.1rem;
  149. -webkit-box-shadow:0 0 0.2rem #4A636A inset;
  150. -moz-box-shadow:0 0 0.2rem #4A636A inset;
  151. box-shadow:0 0 0.2rem #4A636A inset;
  152. }
  153. .show{
  154. display: block;
  155. }
  156. .icon-down-first, .icon-down-second, .icon-down-third {
  157. width: 100%;
  158. height: 0.45rem;
  159. line-height: 0.45rem;
  160. text-align: center;
  161. font-size: 0.24rem;
  162. color: #63A1B0;
  163. }
  164. .icon-down-first:hover, .icon-down-second:hover, .icon-down-third:hover {
  165. background-color: #20444D;
  166. }
  167. .login-row-account{
  168. overflow: hidden;
  169. display: flex;
  170. align-items: center;
  171. margin-top: 0.3rem;
  172. }
  173. .login-row-password{
  174. overflow: hidden;
  175. display: flex;
  176. align-items: center;
  177. }
  178. .login-row-title{
  179. margin: 0 0.45rem 0 0.3rem;
  180. font-size: 0.3rem;
  181. font-weight: 400;
  182. color: #63A1B0;
  183. -webkit-text-stroke: 0.01rem #1A3146;
  184. text-stroke: 0.01rem #1A3146;
  185. }
  186. .login-row-plc{
  187. position: absolute;
  188. top: 0.1rem;
  189. left: 1.14rem;
  190. font-size: 0.28rem;
  191. }
  192. .br {
  193. border: 1px solid #e72f2f !important;
  194. }
  195. .login-row-ipt{
  196. width: 4.4rem;
  197. height: 0.5rem;
  198. border-radius: 0.08rem;
  199. outline: none;
  200. background: #1A3A43;
  201. border: 1px solid #325C75;
  202. padding-left: 0.24rem;
  203. box-sizing: border-box;
  204. font-size: 0.24rem;
  205. color: #63A1B0;
  206. line-height: 0.05rem;
  207. }
  208. .tip-text1 {
  209. font-size: 0.24rem;
  210. color: #e72f2f;
  211. height: 0.3rem;
  212. line-height: 0.3rem;
  213. padding-left: 1.35rem;
  214. }
  215. .tip-text2 {
  216. font-size: 0.24rem;
  217. color: #e72f2f;
  218. height: 0.3rem;
  219. line-height: 0.3rem;
  220. padding-left: 1.35rem;
  221. }
  222. input:-ms-input-placeholder {
  223. color: #63A1B0;
  224. opacity: 0.2;
  225. }
  226. input::-webkit-input-placeholder {
  227. color: #63A1B0;
  228. opacity: 0.2;
  229. }
  230. input::-moz-placeholder {
  231. color: #63A1B0;
  232. opacity: 0.2;
  233. }
  234. input:-moz-placeholder {
  235. color: #63A1B0;
  236. opacity: 0.2;
  237. }
  238. .form-btn {
  239. width: 5.6rem;
  240. height: 0.82rem;
  241. margin: 0 auto;
  242. background-image: url('../img/replacementActivities/btn.png');
  243. background-size: 100% 100%;
  244. }
  245. .icon-down-img{
  246. width: 0.18rem;
  247. height: 0.1rem;
  248. position: absolute;
  249. top: 0.21rem;
  250. right: 0.57rem;
  251. }
  252. .login-btn{
  253. width: 2.75rem;
  254. height: 0.75rem;
  255. position: absolute;
  256. bottom: 0.22rem;
  257. left: 1.76rem;
  258. }
  259. .login-btn-text{
  260. width: 1.81rem;
  261. height: 0.48rem;
  262. position: absolute;
  263. bottom: 0.39rem;
  264. left: 2.21rem;
  265. }
  266. .read-rule{
  267. position: absolute;
  268. top: 11.58rem;
  269. left: 2.02rem;
  270. }
  271. .selected{
  272. width: 0.14rem;
  273. height: 0.14rem;
  274. position: absolute;
  275. top: 0.84rem;
  276. left: 0.15rem;
  277. }
  278. .no-selected{
  279. width: 0.2rem;
  280. height: 0.2rem;
  281. position: absolute;
  282. top: 0.82rem;
  283. left: 0.12rem;
  284. }
  285. .rule-text{
  286. width: 3.11rem;
  287. height: 0.23rem;
  288. position: absolute;
  289. top: 0.8rem;
  290. left: 0.42rem;
  291. }
  292. .entry-QQ{
  293. width: 5.84rem;
  294. height: 0.6rem;
  295. position: absolute;
  296. bottom: -0.2rem;
  297. left: 0.83rem;
  298. z-index: 9;
  299. }
  300. .entry-QQ-btn{
  301. width: 5.84rem;
  302. height: 0.6rem;
  303. position: absolute;
  304. bottom: 0;
  305. left: 0;
  306. }
  307. .middle{
  308. width: 7.5rem;
  309. height: 13.34rem;
  310. margin: 0 auto;
  311. position: relative;
  312. top: -0.02rem;
  313. }
  314. .middle_bg_img{
  315. width: 100%;
  316. height: 100%;
  317. }
  318. .activity-rule{
  319. width: 5.36rem;
  320. height: 0.97rem;
  321. position: absolute;
  322. top: 0.42rem;
  323. left: 1.07rem;
  324. }
  325. .activity-rule-btn{
  326. width: 5.36rem;
  327. height: 0.97rem;
  328. position: absolute;
  329. top: 0.04rem;
  330. left: 0;
  331. }
  332. .activity-rule-text{
  333. width: 1.56rem;
  334. height: 0.37rem;
  335. position: absolute;
  336. top: 0.3rem;
  337. left: 1.9rem;
  338. }
  339. .rule1{
  340. width: 6.2rem;
  341. height: 3.27rem;
  342. position: absolute;
  343. top: 1.75rem;
  344. left: 0.65rem;
  345. }
  346. .rule6{
  347. width: 5.28rem;
  348. height: 0.9rem;
  349. position: absolute;
  350. top: 5.62rem;
  351. left: 1.11rem;
  352. }
  353. .rule2{
  354. width: 6.2rem;
  355. height: 4.25rem;
  356. position: absolute;
  357. top: 6.9rem;
  358. left: 0.65rem;
  359. }
  360. .rule3{
  361. width: 6.2rem;
  362. height: 4.2rem;
  363. position: absolute;
  364. top: 11.56rem;
  365. left: 0.65rem;
  366. z-index: 999;
  367. }
  368. .footer{
  369. width: 7.5rem;
  370. height: 13.34rem;
  371. margin: 0 auto;
  372. position: relative;
  373. top: -0.05rem;
  374. }
  375. .footer_bg_img{
  376. width: 100%;
  377. height: 106%;
  378. }
  379. .rule4{
  380. width: 6.2rem;
  381. height: 5rem;
  382. position: absolute;
  383. top: 2.81rem;
  384. left: 0.65rem;
  385. }
  386. .rule5{
  387. width: 6.2rem;
  388. height: 5.38rem;
  389. position: absolute;
  390. top: 8.17rem;
  391. left: 0.65rem;
  392. }
  393. #toast-container>.toast-error {
  394. background-image: none !important;
  395. }
  396. .toast-error {
  397. background-color: rgba(0, 0, 0, 0.8);
  398. }
  399. #toast-container>div {
  400. font-size: 14px;
  401. min-width: 80px !important;
  402. padding: 12px !important;
  403. box-shadow: none;
  404. }
  405. .toast-center-center {
  406. min-width: 100px;
  407. top: 50%;
  408. left: 50%;
  409. text-align: center;
  410. transform: translateX(-50%);
  411. }
  412. @media (max-width: 480px) and (min-width: 241px) {
  413. #toast-container>div {
  414. min-width: 80px !important;
  415. width: auto;
  416. }
  417. }
  418. .mask1 {
  419. width: 100%;
  420. height: 100vh;
  421. position: fixed;
  422. top: 0;
  423. left: 0;
  424. z-index: 9999;
  425. background: rgba(0, 0, 0, 0.24);
  426. display: none;
  427. }
  428. .dialog1 {
  429. width: 6.42rem;
  430. height: 5.76rem;
  431. position: absolute;
  432. left: 0.7rem;
  433. transform: translate(0, -50%);
  434. top: -6.96rem;
  435. z-index: 999;
  436. position: relative;
  437. }
  438. .dialog1 .title1, .tip .title1, .tip1 .title1 {
  439. font-size: 0.36rem;
  440. font-weight: bold;
  441. color: #FFFFFF;
  442. position: absolute;
  443. top: 2.32rem;
  444. left: 1.57rem;
  445. }
  446. .dialog-bg{
  447. width: 6.42rem;
  448. height: 5.76rem;
  449. }
  450. .title{
  451. width: 2.75rem;
  452. height: 0.38rem;
  453. position: absolute;
  454. top: 1.22rem;
  455. left: 1.1rem;
  456. }
  457. .content{
  458. width: 3.55rem;
  459. height: 1.11rem;
  460. position: absolute;
  461. top: 2.01rem;
  462. left: 0.72rem;
  463. }
  464. .register-btn{
  465. width: 3.06rem;
  466. height: 0.96rem;
  467. position: absolute;
  468. bottom: 1.53rem;
  469. left: 1.53rem;
  470. }
  471. .register-text{
  472. position: absolute;
  473. bottom: 1.2rem;
  474. left: 1rem;
  475. font-size: 0.24rem;
  476. font-weight: 300;
  477. color: #333333;
  478. opacity: 0.8;
  479. }
  480. .dialog1 .close {
  481. width: 0.71rem;
  482. height: 0.71rem;
  483. position: absolute;
  484. bottom: -0.26rem;
  485. left: 2.7rem;
  486. }
  487. .tip {
  488. width: 6.43rem;
  489. height: 5.32rem;
  490. position: absolute;
  491. left: 0.69rem;
  492. transform: translate(0, -50%);
  493. top: -6.96rem;
  494. z-index: 999;
  495. }
  496. .tip1 {
  497. width: 6.43rem;
  498. height: 5.72rem;
  499. position: absolute;
  500. left: 0.69rem;
  501. transform: translate(0, -50%);
  502. top: -6.96rem;
  503. z-index: 999;
  504. }
  505. .dialog2-bg {
  506. width: 6.43rem;
  507. height: 5.32rem;
  508. }
  509. .dialog3-bg {
  510. width: 6.43rem;
  511. height: 5.72rem;
  512. }
  513. .tip .close {
  514. width: 0.71rem;
  515. height: 0.71rem;
  516. position: absolute;
  517. bottom: -0.71rem;
  518. left: 2.7rem;
  519. }
  520. .tip1 .close {
  521. width: 0.71rem;
  522. height: 0.71rem;
  523. position: absolute;
  524. bottom: 0.2rem;
  525. left: 2.71rem;
  526. }
  527. .tip-bg{
  528. width: 4.88rem;
  529. height: 2.8rem;
  530. }
  531. .tip-title{
  532. width: 4.08rem;
  533. text-align: center;
  534. font-size: 14px;
  535. margin-left: 0.4rem;
  536. position: absolute;
  537. bottom: 1.38rem;
  538. }
  539. .sure-btn{
  540. width: 1.43rem;
  541. height: 0.66rem;
  542. position: absolute;
  543. bottom: 0.53rem;
  544. left: 1.76rem;
  545. }
  546. .sure-text{
  547. width: 0.78rem;
  548. height: 0.34rem;
  549. position: absolute;
  550. bottom: 0.73rem;
  551. left: 2.05rem;
  552. }
  553. .hidden{
  554. display: none;
  555. }
  556. .show{
  557. display: block;
  558. }