replacementActivities.css 9.3 KB

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