replacementActivities.css 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577
  1. @media screen and (max-width: 1280px) {
  2. html {
  3. font-size: calc(100vw / 7.5);
  4. }
  5. }
  6. @media screen and (min-width: 1280px) {
  7. html {
  8. font-size: calc(1280px / 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: 7.5rem;
  20. margin: 0 auto;
  21. min-height: 37.69rem;
  22. background: url(../img/replacementActivities/bj.png) no-repeat;
  23. background-size: cover;
  24. overflow: hidden;
  25. }
  26. .share-node{
  27. width: 0.7rem;
  28. height: 1.8rem;
  29. position: fixed;
  30. background: #084558;
  31. border-radius: 0.15rem 0 0 0.15rem;
  32. top: 8.17rem;
  33. right: 0;
  34. overflow: hidden;
  35. }
  36. .share{
  37. width: 0.45rem;
  38. height: 0.46rem;
  39. margin: 0.23rem auto 0;
  40. display: block;
  41. }
  42. .qq{
  43. width: 0.44rem;
  44. height: 0.46rem;
  45. margin: 0.17rem auto 0;
  46. display: block;
  47. }
  48. .line {
  49. width: 0.4rem;
  50. height: 1px;
  51. background: #53A3B7;
  52. opacity: 0.4;
  53. margin: 0.18rem auto 0;
  54. }
  55. .cs{
  56. width: 0.44rem;
  57. height: 0.45rem;
  58. margin: 0.15rem auto 0;
  59. display: block;
  60. }
  61. .date {
  62. width: 5.93rem;
  63. height: 0.7rem;
  64. line-height: 0.7rem;
  65. background: rgba(255, 255, 255, 0.18);
  66. border-radius: 0.35rem;
  67. text-align: center;
  68. font-size: 0.32rem;
  69. color: #FFFFFE;
  70. text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.22);
  71. margin: 6.89rem auto 0;
  72. }
  73. .header{
  74. width: 6.64rem;
  75. height: 6.53rem;
  76. margin: 0.17rem auto 0;
  77. overflow: hidden;
  78. border: 1px solid #62767B;
  79. border-radius: 0.2rem;
  80. background-color: #04222C;
  81. }
  82. .mt55 {
  83. margin-top: 0.55rem;
  84. }
  85. .mt50 {
  86. margin-top: 0.5rem;
  87. }
  88. .w666h874 {
  89. width: 6.66rem;
  90. height: 8.74rem;
  91. display: block;
  92. margin: 0 auto;
  93. }
  94. .w666h864 {
  95. width: 6.66rem;
  96. height: 8.64rem;
  97. display: block;
  98. margin: 0 auto;
  99. }
  100. .w670h476 {
  101. width: 6.7rem;
  102. height: 4.76rem;
  103. display: block;
  104. margin: 0 auto;
  105. }
  106. .input-container {
  107. margin: 0.3rem 0.2rem;
  108. border-radius: 0.2rem;
  109. height: 4.9rem;
  110. background-color: #193B45;
  111. overflow: hidden;
  112. position: relative;
  113. }
  114. .login-container{
  115. margin: 0.02rem;
  116. height: calc(100% - 0.04rem);
  117. border: 1px solid #B58E6D;
  118. border-radius: 0.2rem;
  119. box-sizing: border-box;
  120. overflow: hidden;
  121. }
  122. .login-bar{
  123. width: 6.54rem;
  124. height: 0.96rem;
  125. background: url(../img/replacementActivities/bar.png) no-repeat;
  126. background-size: 100% 100%;
  127. font-size: 0.48rem;
  128. text-align: center;
  129. line-height: 0.81rem;
  130. font-weight: bold;
  131. color: #2A7A81;
  132. }
  133. .login-row-select{
  134. overflow: hidden;
  135. display: flex;
  136. align-items: center;
  137. justify-content: space-between;
  138. position: relative;
  139. margin-top: 0.4rem;
  140. }
  141. .options{
  142. width: 4.14rem;
  143. height: 1.36rem;
  144. position: absolute;
  145. top: 0.9rem;
  146. left: 1.36rem;
  147. z-index: 9999;
  148. background-color: #1F3F47;
  149. display: none;
  150. border-radius: 0.1rem;
  151. -webkit-box-shadow:0 0 0.2rem #4A636A inset;
  152. -moz-box-shadow:0 0 0.2rem #4A636A inset;
  153. box-shadow:0 0 0.2rem #4A636A inset;
  154. }
  155. .show{
  156. display: block;
  157. }
  158. .icon-down-first, .icon-down-second, .icon-down-third {
  159. width: 100%;
  160. height: 0.45rem;
  161. line-height: 0.45rem;
  162. text-align: center;
  163. font-size: 0.24rem;
  164. color: #63A1B0;
  165. }
  166. .icon-down-first:hover, .icon-down-second:hover, .icon-down-third:hover {
  167. background-color: #20444D;
  168. }
  169. input:disabled, input[disabled] {
  170. border: 1px solid #325C75;
  171. color:#63A1B0;
  172. -webkit-text-fill-color:#63A1B0;
  173. }
  174. .login-row-account{
  175. overflow: hidden;
  176. display: flex;
  177. align-items: center;
  178. justify-content: space-between;
  179. margin-top: 0.3rem;
  180. }
  181. .login-row-password{
  182. overflow: hidden;
  183. display: flex;
  184. justify-content: space-between;
  185. align-items: center;
  186. }
  187. .login-row-title{
  188. margin-left: 0.3rem;
  189. font-size: 0.3rem;
  190. font-weight: 400;
  191. color: #63A1B0;
  192. }
  193. .login-row-plc{
  194. position: absolute;
  195. top: 0.1rem;
  196. left: 1.14rem;
  197. font-size: 0.28rem;
  198. }
  199. .br {
  200. border: 1px solid #e72f2f !important;
  201. }
  202. .login-row-ipt{
  203. width: 4.14rem;
  204. height: 0.59rem;
  205. border-radius: 0.08rem;
  206. outline: none;
  207. background: #1A3A43;
  208. border: 1px solid #325C75;
  209. padding-left: 0.24rem;
  210. box-sizing: border-box;
  211. font-size: 0.24rem;
  212. color: #63A1B0;
  213. line-height: 0.05rem;
  214. margin-right: 0.3rem;
  215. }
  216. .tip-text1, .tip-text2, .tip-text3 {
  217. font-size: 0.24rem;
  218. color: #e72f2f;
  219. height: 0.3rem;
  220. line-height: 0.3rem;
  221. padding-left: 1.7rem;
  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. }