replacementActivities.css 9.3 KB

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