replacementActivities.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  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.71rem;
  21. background: url(../img/replacementActivities/bj.png) no-repeat;
  22. background-size: cover;
  23. overflow: hidden;
  24. }
  25. .share-node{
  26. width: 2.36rem;
  27. height: 1.58rem;
  28. position: absolute;
  29. top: 0.84rem;
  30. right: 0;
  31. }
  32. .share{
  33. width: 0.36rem;
  34. height: 1.58rem;
  35. position: absolute;
  36. top: 0;
  37. right: 0;
  38. }
  39. .date {
  40. width: 5.93rem;
  41. height: 0.7rem;
  42. line-height: 0.7rem;
  43. background: rgba(255, 255, 255, 0.18);
  44. border-radius: 0.35rem;
  45. text-align: center;
  46. font-size: 0.32rem;
  47. color: #FFFFFE;
  48. text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.22);
  49. margin: 6.89rem auto 0;
  50. }
  51. .header{
  52. width: 6.64rem;
  53. height: 5.7rem;
  54. margin: 0.17rem auto 0;
  55. overflow: hidden;
  56. border: 1px solid #62767B;
  57. border-radius: 0.2rem;
  58. background-color: #04222C;
  59. }
  60. .input-container {
  61. margin: 0.3rem 0.2rem;
  62. border-radius: 0.2rem;
  63. height: 4.04rem;
  64. background-color: #193B45;
  65. overflow: hidden;
  66. position: relative;
  67. }
  68. .login-container{
  69. margin: 0.05rem;
  70. width: 6.54rem;
  71. height: 5.6rem;
  72. border: 1px solid #B58E6D;
  73. border-radius: 0.2rem;
  74. box-sizing: border-box;
  75. overflow: hidden;
  76. }
  77. .login-bar{
  78. width: 6.54rem;
  79. height: 0.96rem;
  80. background: url(../img/replacementActivities/bar.png) no-repeat;
  81. background-size: 100% 100%;
  82. font-size: 0.48rem;
  83. text-align: center;
  84. line-height: 0.81rem;
  85. font-weight: bold;
  86. color: #2A7A81;
  87. }
  88. .login-row-select{
  89. overflow: hidden;
  90. display: flex;
  91. align-items: center;
  92. position: relative;
  93. margin-top: 0.4rem;
  94. }
  95. .options{
  96. width: 4.4rem;
  97. height: 1.36rem;
  98. position: absolute;
  99. top: 0.9rem;
  100. left: 1.36rem;
  101. z-index: 9999;
  102. background-color: #1F3F47;
  103. display: none;
  104. border-radius: 0.1rem;
  105. -webkit-box-shadow:0 0 0.05rem #FFFFFF inset;
  106. -moz-box-shadow:0 0 0.05rem #FFFFFF inset;
  107. box-shadow:0 0 0.05rem #FFFFFF inset;
  108. }
  109. .show{
  110. display: block;
  111. }
  112. .icon-down-first, .icon-down-second, .icon-down-third {
  113. width: 100%;
  114. height: 0.45rem;
  115. line-height: 0.45rem;
  116. text-align: center;
  117. font-size: 0.24rem;
  118. color: #63A1B0;
  119. }
  120. .icon-down-first:hover, .icon-down-second:hover, .icon-down-third:hover {
  121. background-color: #20444D;
  122. }
  123. .login-row-account{
  124. overflow: hidden;
  125. display: flex;
  126. align-items: center;
  127. margin-top: 0.3rem;
  128. }
  129. .login-row-password{
  130. overflow: hidden;
  131. display: flex;
  132. align-items: center;
  133. margin-top: 0.3rem;
  134. }
  135. .login-row-title{
  136. margin: 0 0.45rem 0 0.3rem;
  137. font-size: 0.3rem;
  138. font-weight: 400;
  139. color: #63A1B0;
  140. -webkit-text-stroke: 0.01rem #1A3146;
  141. text-stroke: 0.01rem #1A3146;
  142. }
  143. .login-row-plc{
  144. position: absolute;
  145. top: 0.1rem;
  146. left: 1.14rem;
  147. font-size: 0.28rem;
  148. }
  149. .login-row-ipt{
  150. width: 4.4rem;
  151. height: 0.5rem;
  152. border-radius: 0.04rem;
  153. outline: none;
  154. background: #1A3A43;
  155. border: 2px solid #325C75;
  156. padding-left: 0.24rem;
  157. box-sizing: border-box;
  158. font-size: 0.24rem;
  159. color: #63A1B0;
  160. line-height: 0.05rem;
  161. }
  162. .icon-down-img{
  163. width: 0.18rem;
  164. height: 0.1rem;
  165. position: absolute;
  166. top: 0.21rem;
  167. right: 0.57rem;
  168. }
  169. .login-btn{
  170. width: 2.75rem;
  171. height: 0.75rem;
  172. position: absolute;
  173. bottom: 0.22rem;
  174. left: 1.76rem;
  175. }
  176. .login-btn-text{
  177. width: 1.81rem;
  178. height: 0.48rem;
  179. position: absolute;
  180. bottom: 0.39rem;
  181. left: 2.21rem;
  182. }
  183. .read-rule{
  184. position: absolute;
  185. top: 11.58rem;
  186. left: 2.02rem;
  187. }
  188. .selected{
  189. width: 0.14rem;
  190. height: 0.14rem;
  191. position: absolute;
  192. top: 0.84rem;
  193. left: 0.15rem;
  194. }
  195. .no-selected{
  196. width: 0.2rem;
  197. height: 0.2rem;
  198. position: absolute;
  199. top: 0.82rem;
  200. left: 0.12rem;
  201. }
  202. .rule-text{
  203. width: 3.11rem;
  204. height: 0.23rem;
  205. position: absolute;
  206. top: 0.8rem;
  207. left: 0.42rem;
  208. }
  209. .entry-QQ{
  210. width: 5.84rem;
  211. height: 0.6rem;
  212. position: absolute;
  213. bottom: -0.2rem;
  214. left: 0.83rem;
  215. z-index: 9;
  216. }
  217. .entry-QQ-btn{
  218. width: 5.84rem;
  219. height: 0.6rem;
  220. position: absolute;
  221. bottom: 0;
  222. left: 0;
  223. }
  224. .middle{
  225. width: 7.5rem;
  226. height: 13.34rem;
  227. margin: 0 auto;
  228. position: relative;
  229. top: -0.02rem;
  230. }
  231. .middle_bg_img{
  232. width: 100%;
  233. height: 100%;
  234. }
  235. .activity-rule{
  236. width: 5.36rem;
  237. height: 0.97rem;
  238. position: absolute;
  239. top: 0.42rem;
  240. left: 1.07rem;
  241. }
  242. .activity-rule-btn{
  243. width: 5.36rem;
  244. height: 0.97rem;
  245. position: absolute;
  246. top: 0.04rem;
  247. left: 0;
  248. }
  249. .activity-rule-text{
  250. width: 1.56rem;
  251. height: 0.37rem;
  252. position: absolute;
  253. top: 0.3rem;
  254. left: 1.9rem;
  255. }
  256. .rule1{
  257. width: 6.2rem;
  258. height: 3.27rem;
  259. position: absolute;
  260. top: 1.75rem;
  261. left: 0.65rem;
  262. }
  263. .rule6{
  264. width: 5.28rem;
  265. height: 0.9rem;
  266. position: absolute;
  267. top: 5.62rem;
  268. left: 1.11rem;
  269. }
  270. .rule2{
  271. width: 6.2rem;
  272. height: 4.25rem;
  273. position: absolute;
  274. top: 6.9rem;
  275. left: 0.65rem;
  276. }
  277. .rule3{
  278. width: 6.2rem;
  279. height: 4.2rem;
  280. position: absolute;
  281. top: 11.56rem;
  282. left: 0.65rem;
  283. z-index: 999;
  284. }
  285. .footer{
  286. width: 7.5rem;
  287. height: 13.34rem;
  288. margin: 0 auto;
  289. position: relative;
  290. top: -0.05rem;
  291. }
  292. .footer_bg_img{
  293. width: 100%;
  294. height: 106%;
  295. }
  296. .rule4{
  297. width: 6.2rem;
  298. height: 5rem;
  299. position: absolute;
  300. top: 2.81rem;
  301. left: 0.65rem;
  302. }
  303. .rule5{
  304. width: 6.2rem;
  305. height: 5.38rem;
  306. position: absolute;
  307. top: 8.17rem;
  308. left: 0.65rem;
  309. }
  310. #toast-container>.toast-error {
  311. background-image: none !important;
  312. }
  313. .toast-error {
  314. background-color: rgba(0, 0, 0, 0.8);
  315. }
  316. #toast-container>div {
  317. font-size: 14px;
  318. min-width: 80px !important;
  319. padding: 12px !important;
  320. box-shadow: none;
  321. }
  322. .toast-center-center {
  323. min-width: 100px;
  324. top: 50%;
  325. left: 50%;
  326. text-align: center;
  327. transform: translateX(-50%);
  328. }
  329. @media (max-width: 480px) and (min-width: 241px) {
  330. #toast-container>div {
  331. min-width: 80px !important;
  332. width: auto;
  333. }
  334. }
  335. .mask {
  336. width: 100%;
  337. height: 100vh;
  338. position: fixed;
  339. top: 0;
  340. left: 0;
  341. z-index: 9999;
  342. background: rgba(0, 0, 0, 0.24);
  343. display: none;
  344. }
  345. .dialog {
  346. width: 4.96rem;
  347. height: 5.08rem;
  348. position: absolute;
  349. left: 50%;
  350. transform: translate(-50%, -50%);
  351. top: -6.96rem;
  352. z-index: 999;
  353. }
  354. .dialog-bg{
  355. width: 4.96rem;
  356. height: 5.08rem;
  357. }
  358. .title{
  359. width: 2.75rem;
  360. height: 0.38rem;
  361. position: absolute;
  362. top: 1.22rem;
  363. left: 1.1rem;
  364. }
  365. .content{
  366. width: 3.55rem;
  367. height: 1.11rem;
  368. position: absolute;
  369. top: 2.01rem;
  370. left: 0.72rem;
  371. }
  372. .register-btn{
  373. width: 2.29rem;
  374. height: 0.64rem;
  375. position: absolute;
  376. bottom: 0.88rem;
  377. left: 1.35rem;
  378. }
  379. .register-text{
  380. width: 1.44rem;
  381. height: 0.39rem;
  382. position: absolute;
  383. bottom: 1.01rem;
  384. left: 1.78rem;
  385. }
  386. .tip {
  387. width: 4.88rem;
  388. height: 2.8rem;
  389. position: absolute;
  390. left: 50%;
  391. transform: translate(-50%, -50%);
  392. top: -6.96rem;
  393. z-index: 999;
  394. }
  395. .tip-bg{
  396. width: 4.88rem;
  397. height: 2.8rem;
  398. }
  399. .tip-title{
  400. width: 4.08rem;
  401. text-align: center;
  402. font-size: 14px;
  403. margin-left: 0.4rem;
  404. position: absolute;
  405. bottom: 1.38rem;
  406. }
  407. .sure-btn{
  408. width: 1.43rem;
  409. height: 0.66rem;
  410. position: absolute;
  411. bottom: 0.53rem;
  412. left: 1.76rem;
  413. }
  414. .sure-text{
  415. width: 0.78rem;
  416. height: 0.34rem;
  417. position: absolute;
  418. bottom: 0.73rem;
  419. left: 2.05rem;
  420. }
  421. .hidden{
  422. display: none;
  423. }
  424. .show{
  425. display: block;
  426. }