replacementActivities.css 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577
  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: 1.8rem;
  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. input:disabled {
  168. border: 1px solid #325C75;
  169. }
  170. .login-row-account{
  171. overflow: hidden;
  172. display: flex;
  173. align-items: center;
  174. margin-top: 0.3rem;
  175. }
  176. .login-row-password{
  177. overflow: hidden;
  178. display: flex;
  179. align-items: center;
  180. }
  181. .login-row-title{
  182. margin: 0 0.45rem 0 0.3rem;
  183. font-size: 0.3rem;
  184. font-weight: 400;
  185. color: #63A1B0;
  186. }
  187. .login-row-plc{
  188. position: absolute;
  189. top: 0.1rem;
  190. left: 1.14rem;
  191. font-size: 0.28rem;
  192. }
  193. .br {
  194. border: 1px solid #e72f2f !important;
  195. }
  196. .login-row-ipt{
  197. width: 4.4rem;
  198. height: 0.5rem;
  199. border-radius: 0.08rem;
  200. outline: none;
  201. background: #1A3A43;
  202. border: 1px solid #325C75;
  203. padding-left: 0.24rem;
  204. box-sizing: border-box;
  205. font-size: 0.24rem;
  206. color: #63A1B0;
  207. line-height: 0.05rem;
  208. }
  209. .tip-text1 {
  210. font-size: 0.24rem;
  211. color: #e72f2f;
  212. height: 0.3rem;
  213. line-height: 0.3rem;
  214. padding-left: 1.35rem;
  215. }
  216. .tip-text2 {
  217. font-size: 0.24rem;
  218. color: #e72f2f;
  219. height: 0.3rem;
  220. line-height: 0.3rem;
  221. padding-left: 1.35rem;
  222. }
  223. input:-ms-input-placeholder {
  224. color: #63A1B0;
  225. opacity: 0.2;
  226. }
  227. input::-webkit-input-placeholder {
  228. color: #63A1B0;
  229. opacity: 0.2;
  230. }
  231. input::-moz-placeholder {
  232. color: #63A1B0;
  233. opacity: 0.2;
  234. }
  235. input:-moz-placeholder {
  236. color: #63A1B0;
  237. opacity: 0.2;
  238. }
  239. .form-btn {
  240. width: 5.6rem;
  241. height: 0.82rem;
  242. margin: 0 auto;
  243. background-image: url('../img/replacementActivities/btn.png');
  244. background-size: 100% 100%;
  245. }
  246. .icon-down-img{
  247. width: 0.18rem;
  248. height: 0.1rem;
  249. position: absolute;
  250. top: 0.21rem;
  251. right: 0.57rem;
  252. }
  253. .login-btn{
  254. width: 2.75rem;
  255. height: 0.75rem;
  256. position: absolute;
  257. bottom: 0.22rem;
  258. left: 1.76rem;
  259. }
  260. .login-btn-text{
  261. width: 1.81rem;
  262. height: 0.48rem;
  263. position: absolute;
  264. bottom: 0.39rem;
  265. left: 2.21rem;
  266. }
  267. .read-rule{
  268. position: absolute;
  269. top: 11.58rem;
  270. left: 2.02rem;
  271. }
  272. .selected{
  273. width: 0.14rem;
  274. height: 0.14rem;
  275. position: absolute;
  276. top: 0.84rem;
  277. left: 0.15rem;
  278. }
  279. .no-selected{
  280. width: 0.2rem;
  281. height: 0.2rem;
  282. position: absolute;
  283. top: 0.82rem;
  284. left: 0.12rem;
  285. }
  286. .rule-text{
  287. width: 3.11rem;
  288. height: 0.23rem;
  289. position: absolute;
  290. top: 0.8rem;
  291. left: 0.42rem;
  292. }
  293. .entry-QQ{
  294. width: 5.84rem;
  295. height: 0.6rem;
  296. position: absolute;
  297. bottom: -0.2rem;
  298. left: 0.83rem;
  299. z-index: 9;
  300. }
  301. .entry-QQ-btn{
  302. width: 5.84rem;
  303. height: 0.6rem;
  304. position: absolute;
  305. bottom: 0;
  306. left: 0;
  307. }
  308. .middle{
  309. width: 7.5rem;
  310. height: 13.34rem;
  311. margin: 0 auto;
  312. position: relative;
  313. top: -0.02rem;
  314. }
  315. .middle_bg_img{
  316. width: 100%;
  317. height: 100%;
  318. }
  319. .activity-rule{
  320. width: 5.36rem;
  321. height: 0.97rem;
  322. position: absolute;
  323. top: 0.42rem;
  324. left: 1.07rem;
  325. }
  326. .activity-rule-btn{
  327. width: 5.36rem;
  328. height: 0.97rem;
  329. position: absolute;
  330. top: 0.04rem;
  331. left: 0;
  332. }
  333. .activity-rule-text{
  334. width: 1.56rem;
  335. height: 0.37rem;
  336. position: absolute;
  337. top: 0.3rem;
  338. left: 1.9rem;
  339. }
  340. .rule1{
  341. width: 6.2rem;
  342. height: 3.27rem;
  343. position: absolute;
  344. top: 1.75rem;
  345. left: 0.65rem;
  346. }
  347. .rule6{
  348. width: 5.28rem;
  349. height: 0.9rem;
  350. position: absolute;
  351. top: 5.62rem;
  352. left: 1.11rem;
  353. }
  354. .rule2{
  355. width: 6.2rem;
  356. height: 4.25rem;
  357. position: absolute;
  358. top: 6.9rem;
  359. left: 0.65rem;
  360. }
  361. .rule3{
  362. width: 6.2rem;
  363. height: 4.2rem;
  364. position: absolute;
  365. top: 11.56rem;
  366. left: 0.65rem;
  367. z-index: 999;
  368. }
  369. .footer{
  370. width: 7.5rem;
  371. height: 13.34rem;
  372. margin: 0 auto;
  373. position: relative;
  374. top: -0.05rem;
  375. }
  376. .footer_bg_img{
  377. width: 100%;
  378. height: 106%;
  379. }
  380. .rule4{
  381. width: 6.2rem;
  382. height: 5rem;
  383. position: absolute;
  384. top: 2.81rem;
  385. left: 0.65rem;
  386. }
  387. .rule5{
  388. width: 6.2rem;
  389. height: 5.38rem;
  390. position: absolute;
  391. top: 8.17rem;
  392. left: 0.65rem;
  393. }
  394. #toast-container>.toast-error {
  395. background-image: none !important;
  396. }
  397. .toast-error {
  398. background-color: rgba(0, 0, 0, 0.8);
  399. }
  400. #toast-container>div {
  401. font-size: 14px;
  402. min-width: 80px !important;
  403. padding: 12px !important;
  404. box-shadow: none;
  405. }
  406. .toast-center-center {
  407. min-width: 100px;
  408. top: 50%;
  409. left: 50%;
  410. text-align: center;
  411. transform: translateX(-50%);
  412. }
  413. @media (max-width: 480px) and (min-width: 241px) {
  414. #toast-container>div {
  415. min-width: 80px !important;
  416. width: auto;
  417. }
  418. }
  419. .mask1 {
  420. width: 100%;
  421. height: 100vh;
  422. position: fixed;
  423. top: 0;
  424. left: 0;
  425. z-index: 9999;
  426. background: rgba(0, 0, 0, 0.24);
  427. display: none;
  428. }
  429. .dialog1 {
  430. width: 6.42rem;
  431. height: 5.76rem;
  432. position: absolute;
  433. left: 0.7rem;
  434. transform: translate(0, -50%);
  435. top: -6.96rem;
  436. z-index: 999;
  437. position: relative;
  438. }
  439. .dialog1 .title1, .tip .title1, .tip1 .title1 {
  440. font-size: 0.36rem;
  441. font-weight: bold;
  442. color: #FFFFFF;
  443. position: absolute;
  444. top: 2.32rem;
  445. left: 1.57rem;
  446. }
  447. .dialog-bg{
  448. width: 6.42rem;
  449. height: 5.76rem;
  450. }
  451. .title{
  452. width: 2.75rem;
  453. height: 0.38rem;
  454. position: absolute;
  455. top: 1.22rem;
  456. left: 1.1rem;
  457. }
  458. .content{
  459. width: 3.55rem;
  460. height: 1.11rem;
  461. position: absolute;
  462. top: 2.01rem;
  463. left: 0.72rem;
  464. }
  465. .register-btn{
  466. width: 3.06rem;
  467. height: 0.96rem;
  468. position: absolute;
  469. bottom: 1.53rem;
  470. left: 1.53rem;
  471. }
  472. .register-text{
  473. position: absolute;
  474. bottom: 1.2rem;
  475. left: 1rem;
  476. font-size: 0.24rem;
  477. font-weight: 300;
  478. color: #333333;
  479. opacity: 0.8;
  480. }
  481. .dialog1 .close {
  482. width: 0.71rem;
  483. height: 0.71rem;
  484. position: absolute;
  485. bottom: -0.26rem;
  486. left: 2.7rem;
  487. }
  488. .tip {
  489. width: 6.43rem;
  490. height: 5.32rem;
  491. position: absolute;
  492. left: 0.69rem;
  493. transform: translate(0, -50%);
  494. top: -6.96rem;
  495. z-index: 999;
  496. }
  497. .tip1 {
  498. width: 6.43rem;
  499. height: 5.72rem;
  500. position: absolute;
  501. left: 0.69rem;
  502. transform: translate(0, -50%);
  503. top: -6.96rem;
  504. z-index: 999;
  505. }
  506. .dialog2-bg {
  507. width: 6.43rem;
  508. height: 5.32rem;
  509. }
  510. .dialog3-bg {
  511. width: 6.43rem;
  512. height: 5.72rem;
  513. }
  514. .tip .close {
  515. width: 0.71rem;
  516. height: 0.71rem;
  517. position: absolute;
  518. bottom: -0.71rem;
  519. left: 2.7rem;
  520. }
  521. .tip1 .close {
  522. width: 0.71rem;
  523. height: 0.71rem;
  524. position: absolute;
  525. bottom: 0.2rem;
  526. left: 2.71rem;
  527. }
  528. .tip-bg{
  529. width: 4.88rem;
  530. height: 2.8rem;
  531. }
  532. .tip-title{
  533. width: 4.08rem;
  534. text-align: center;
  535. font-size: 14px;
  536. margin-left: 0.4rem;
  537. position: absolute;
  538. bottom: 1.38rem;
  539. }
  540. .sure-btn{
  541. width: 1.43rem;
  542. height: 0.66rem;
  543. position: absolute;
  544. bottom: 0.53rem;
  545. left: 1.76rem;
  546. }
  547. .sure-text{
  548. width: 0.78rem;
  549. height: 0.34rem;
  550. position: absolute;
  551. bottom: 0.73rem;
  552. left: 2.05rem;
  553. }
  554. .hidden{
  555. display: none;
  556. }
  557. .show{
  558. display: block;
  559. }