awardActivity.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728
  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. position: relative;
  20. }
  21. .all-bg-wrap{
  22. width: 7.5rem;
  23. position: absolute;
  24. top: 0;
  25. left: 0;
  26. z-index: -1;
  27. }
  28. .all-bg-img{
  29. width: 100%;
  30. }
  31. .rule-wrap{
  32. position: absolute;
  33. top: 0.6rem;
  34. right: 0;
  35. width: 0.44rem;
  36. height: 1.22rem;
  37. line-height: 0.28rem;
  38. text-align: center;
  39. padding-top: 0.1rem;
  40. background: #FFFFFF;
  41. opacity: 0.5;
  42. border-radius: 0.16rem 0 0 0.16rem;
  43. font-size: 0.24rem;
  44. font-weight: 600;
  45. color: #5C96FF;
  46. }
  47. .time-position{
  48. height: 1.73rem;
  49. }
  50. .time-wrap{
  51. display: flex;
  52. justify-content: center;
  53. align-items: center;
  54. width: 4.92rem;
  55. height: 0.54rem;
  56. margin: 0 auto;
  57. border-image: linear-gradient(0deg, #A9CFFD, #97C8FF, #ABEFF2) 10 10;
  58. background: linear-gradient(90deg, #8FB5FB 0%, #61AAF9 49%, #59C8DD 100%);
  59. border-radius: 0.26rem;
  60. font-size: 0.24rem;
  61. font-weight: 800;
  62. color: #FFFFFF;
  63. }
  64. .top-container{
  65. display: flex;
  66. justify-content: center;
  67. position: relative;
  68. }
  69. .top-bg-one{
  70. width: 7.12rem;
  71. height: 8.44rem;
  72. margin-top: 0.32rem;
  73. display: none;
  74. }
  75. .top-bg-two{
  76. width: 7.12rem;
  77. height: 7.34rem;
  78. margin-top: 0.32rem;
  79. }
  80. .get-award-container{
  81. position: absolute;
  82. top: 1.2rem;
  83. left: 50%;
  84. transform: translate(-50%, -50%);
  85. width: 5.84rem;
  86. height: 0.5rem;
  87. line-height: 0.5rem;
  88. text-align: center;
  89. border-radius: 0.3rem;
  90. font-size: 0.24rem;
  91. font-family: PingFang SC;
  92. font-weight: 500;
  93. color: #FFF8E5;
  94. overflow: hidden;
  95. }
  96. .award-lists{
  97. width: 5.84rem;
  98. position: absolute;
  99. top: 0;
  100. left: 50%;
  101. transform: translateX(-50%);
  102. height: 6rem;
  103. }
  104. .award-text{
  105. font-size: 0.24rem;
  106. color: #ffffff;
  107. }
  108. .all-award-wrap{
  109. position: absolute;
  110. top: 2.36rem;
  111. left: 0.78rem;
  112. display: flex;
  113. flex-wrap: wrap;
  114. }
  115. .curr-award-item{
  116. width: 1.32rem;
  117. height: 1.44rem;
  118. background: #FDFCFA;
  119. border-radius: 0.08rem;
  120. display: flex;
  121. flex-direction: column;
  122. justify-content: center;
  123. align-items: center;
  124. margin-left: 0.12rem;
  125. margin-bottom: 0.12rem;
  126. }
  127. .award-img{
  128. width: 1.08rem;
  129. height: 0.88rem;
  130. background: #FFE3B7;
  131. border-radius: 0.08rem;
  132. }
  133. .curr-award-name{
  134. margin-top: 0.12rem;
  135. font-size: 0.2rem;
  136. color: #E4402F;
  137. }
  138. .curr-award-id{
  139. display: none;
  140. }
  141. .curr-award-item-one{
  142. width: 1.78rem;
  143. height: 1.78rem;
  144. margin-left: 0.16rem;
  145. }
  146. .curr-award-img-one{
  147. width: 1.46rem;
  148. height: 1.08rem;
  149. }
  150. .rest-wrap{
  151. width: 7.5rem;
  152. /* min-height: 66vh; */
  153. margin: 0 auto;
  154. margin-top: -0.04rem;
  155. padding-bottom: 1.56rem;
  156. background-image: url('../img/awardActivity/rest-bg.png');
  157. background-repeat: repeat-y;
  158. background-size: cover;
  159. position: relative;
  160. }
  161. .award-btn-wrap{
  162. width: 5rem;
  163. height: 1.58rem;
  164. margin: 0 auto;
  165. padding-top: 0.34rem;
  166. }
  167. .start-award{
  168. width: 100%;
  169. height: 100%;
  170. }
  171. .get-time-wrap{
  172. display: flex;
  173. justify-content: space-between;
  174. margin: 0 0.56rem;
  175. margin-top: 1.2rem;
  176. }
  177. .rest-time{
  178. font-size: 0.28rem;
  179. color: #F9F0D4;
  180. }
  181. .get-time-btn{
  182. margin-right: 0.1rem;
  183. font-size: 0.32rem;
  184. font-weight: 600;
  185. color: #DC0622;
  186. }
  187. .tab-wrap{
  188. width: 6.82rem;
  189. height: 5.75rem;
  190. margin: 0 auto;
  191. margin-top: 0.6rem;
  192. position: relative;
  193. }
  194. .tab-bg1{
  195. width: 100%;
  196. height: 100%;
  197. }
  198. .tab-bg2{
  199. width: 100%;
  200. height: 100%;
  201. display: none;
  202. }
  203. .tab-bg3{
  204. width: 100%;
  205. height: 100%;
  206. display: none;
  207. }
  208. .tab-bg4{
  209. width: 100%;
  210. height: 100%;
  211. display: none;
  212. }
  213. .no-award-data{
  214. width: 3.65rem;
  215. height: 1.67rem;
  216. position: absolute;
  217. top: 50%;
  218. left: 50%;
  219. transform: translate(-50%, -50%);
  220. display: none;
  221. }
  222. .no-award-img{
  223. width: 100%;
  224. height: 100%;
  225. margin-left: 0.2rem;
  226. }
  227. .no-award-text{
  228. width: 4rem;
  229. font-size: 0.28rem;
  230. color: #999999;
  231. }
  232. .no-distribution-data{
  233. width: 3.65rem;
  234. height: 1.67rem;
  235. position: absolute;
  236. top: 50%;
  237. left: 50%;
  238. transform: translate(-50%, -50%);
  239. text-align: center;
  240. display: none;
  241. }
  242. .no-distribution-img{
  243. width: 1.76rem;
  244. height: 1.68rem;
  245. }
  246. .no-distribution-text{
  247. width: 4rem;
  248. font-size: 0.28rem;
  249. color: #999999;
  250. }
  251. .award-title-wrap{
  252. width: 100%;
  253. display: flex;
  254. position: absolute;
  255. top: 0.3rem;
  256. font-size: 0.32rem;
  257. font-weight: 500;
  258. color: #010101;
  259. opacity: 0.5;
  260. }
  261. .award-title{
  262. flex: 1;
  263. text-align: center;
  264. }
  265. .active-title{
  266. font-weight: 600;
  267. opacity: 1;
  268. }
  269. .award-list{
  270. position: absolute;
  271. top: 1.3rem;
  272. }
  273. .award-list-title-wrap{
  274. width: 6.22rem;
  275. padding-left: 0.6rem;
  276. display: flex;
  277. justify-content: space-between;
  278. font-size: 0.28rem;
  279. color: #333333;
  280. border-bottom: 0.02rem solid #F4EDDC;
  281. padding-bottom: 0.23rem;
  282. }
  283. .red{
  284. color: #FF482E;
  285. }
  286. .distribution-total-wrap{
  287. width: 100%;
  288. padding: 0.46rem 0;
  289. font-size: 0.24rem;
  290. color: #999999;
  291. display: flex;
  292. justify-content: center;
  293. }
  294. .award-total-data:not(:first-child){
  295. margin: 0 0.06rem;
  296. padding-left: 0.06rem;
  297. border-left: 0.01rem solid rgba(135,135,135,1);
  298. }
  299. .award-list-title, .award-list-content{
  300. flex: 1;
  301. }
  302. .award-list-wrap{
  303. margin-top: 0.32rem;
  304. height: 3.48rem;
  305. overflow-y: scroll;
  306. }
  307. .distribution-container{
  308. height: 5.28rem;
  309. overflow-y: scroll;
  310. }
  311. .award-list-item{
  312. width: 6.02rem;
  313. padding-left: 0.6rem;
  314. display: flex;
  315. justify-content: space-between;
  316. font-size: 0.28rem;
  317. color: #333333;
  318. margin-bottom: 0.34rem;
  319. }
  320. .distribution-list-wrap{
  321. width: 100%;
  322. position: absolute;
  323. top: 1rem;
  324. display: none;
  325. }
  326. .distribution-list{
  327. background: rgba(255,255,255,1);
  328. margin: 0 0.1rem;
  329. padding-bottom: 0.42rem;
  330. }
  331. .distribution-item{
  332. display: flex;
  333. justify-content: space-between;
  334. align-items: center;
  335. margin-bottom: 0.38rem;
  336. }
  337. .distribution-main-content{
  338. display: flex;
  339. align-items: center;
  340. }
  341. .phone-logo{
  342. width: 0.74rem;
  343. height: 0.74rem;
  344. margin-left: 0.46rem;
  345. }
  346. .distribution-info{
  347. margin-left: 0.14rem;
  348. }
  349. .distribution-name{
  350. font-size: 0.32rem;
  351. font-weight: 500;
  352. color: #000000;
  353. }
  354. .distribution-time{
  355. margin-top: 0.22rem;
  356. font-size: 0.22rem;
  357. color: #9E9693;
  358. }
  359. .change-num-wrap{
  360. display: flex;
  361. justify-content: space-between;
  362. align-items: center;
  363. width: 1.84rem;
  364. height: 0.56rem;
  365. background: #FFFFFF;
  366. border: 0.01rem solid #DDDDDD;
  367. border-radius: 0.1rem;
  368. margin-right: 0.46rem;
  369. }
  370. .cut, .add{
  371. width: 0.56rem;
  372. height: 0.56rem;
  373. text-align: center;
  374. font-size: 0.32rem;
  375. color: #999999;
  376. }
  377. .cut{
  378. border-right: 0.01rem solid #DDDDDD;
  379. }
  380. .add{
  381. border-left: 0.01rem solid #DDDDDD;
  382. }
  383. .num-ipt{
  384. width: 0.36rem;
  385. height: 0.38rem;
  386. margin: 0 0.1rem;
  387. border-radius: 0.04rem;
  388. text-align: center;
  389. border: none;
  390. }
  391. input:focus{
  392. outline:none;
  393. }
  394. .distribution-award-btn{
  395. width: 5.7rem;
  396. height: 0.88rem;
  397. line-height: 0.88rem;
  398. margin: 0 auto;
  399. text-align: center;
  400. background: linear-gradient(90deg, #FFDD71 0%, #FEC047 100%);
  401. border-radius: 0.44rem;
  402. font-size: 0.36rem;
  403. font-weight: bold;
  404. color: #DC0622;
  405. }
  406. .award-record-list{
  407. min-height: 5.6rem;
  408. padding: 0 0.56rem;
  409. margin: 0 0.1rem;
  410. margin-top: 0.24rem;
  411. background: rgba(255,255,255,1);
  412. border-radius: 0.16rem;
  413. display: none;
  414. }
  415. .record-list-title{
  416. width: 3.71rem;
  417. height: 0.72rem;
  418. line-height: 0.72rem;
  419. text-align: center;
  420. margin: 0 auto;
  421. background: #FEDFB3;
  422. border-radius: 0 0 0.24rem 0.24rem;
  423. font-size: 0.32rem;
  424. font-weight: 500;
  425. color: #7D271A;
  426. }
  427. .award-record-list-title-wrap{
  428. width: 100%;
  429. display: flex;
  430. justify-content: space-between;
  431. font-size: 0.32rem;
  432. font-weight: 500;
  433. color: #010101;
  434. opacity: 0.5;
  435. margin-top: 0.3rem;
  436. }
  437. .award-record-list-wrap{
  438. margin-top: 0.3rem;
  439. height: 3.48rem;
  440. overflow-y: scroll;
  441. }
  442. .award-record-list-item{
  443. display: flex;
  444. justify-content: space-between;
  445. font-size: 0.28rem;
  446. color: #666666;
  447. padding-bottom: 0.4rem;
  448. }
  449. .result-mask,.rule-mask{
  450. width: 100%;
  451. height: 100vh;
  452. position: fixed;
  453. z-index: 9999;
  454. top: 0;
  455. left: 0;
  456. background: rgba(0, 0, 0, 0.5);
  457. display: none;
  458. }
  459. .result-dialog,.rule-result-dialog{
  460. width: 5.86rem;
  461. height: 6.49rem;
  462. background: linear-gradient(0deg, #FFFFFF 74%, #FFEDEE 100%);
  463. border-radius: 0.32rem;
  464. position: absolute;
  465. left: 50%;
  466. top: -10.86rem;
  467. transform: translateX(-50%);
  468. }
  469. .rule-title-wrap{
  470. display: flex;
  471. justify-content: center;
  472. align-items: center;
  473. }
  474. .rule-title-icon{
  475. width: 0.56rem;
  476. height: 0.08rem;
  477. background: linear-gradient(90deg, #FFE2E0 0%, #FFF4F4 100%);
  478. }
  479. .rule-title{
  480. margin: 0 0.2rem;
  481. text-align: center;
  482. font-size: 0.36rem;
  483. font-weight: bold;
  484. color: #333333;
  485. }
  486. .rule-content{
  487. width: 5.86rem;
  488. padding: 0.2rem 0;
  489. border-radius: 0.1rem;
  490. position: absolute;
  491. top: 0.2rem;
  492. }
  493. .rule-point-wrap{
  494. height: 4.9rem;
  495. margin: 0 0.4rem;
  496. margin-top: 0.34rem;
  497. font-size: 0.28rem;
  498. line-height: 0.4rem;
  499. overflow-y: scroll;
  500. }
  501. .rule-point{
  502. margin: 0 0.3rem;
  503. font-size: 0.24rem;
  504. line-height: 0.48rem;
  505. }
  506. .card-close,.rule-close{
  507. width: 0.68rem;
  508. height: 0.68rem;
  509. position: absolute;
  510. left: 50%;
  511. bottom: -1rem;
  512. transform: translateX(-50%);
  513. }
  514. .sure-distribution-wrap{
  515. width: 100vw;
  516. height: 100vh;
  517. position: fixed;
  518. top: 0;
  519. left: 0;
  520. background-color: rgba(0, 0, 0, 0.24);
  521. z-index: 999;
  522. display: none;
  523. }
  524. .sure-distribution-box{
  525. width: 6.22rem;
  526. height: 2.28rem;
  527. background: #FFFFFF;
  528. border-radius: 0.2rem;
  529. position: absolute;
  530. top: 50%;
  531. left: 50%;
  532. transform: translate(-50%,-50%);
  533. }
  534. .sure-distribution-title{
  535. text-align: center;
  536. padding: 0.48rem;
  537. font-size: 0.32rem;
  538. color: #333333;
  539. }
  540. .sure-distribution-btn-list{
  541. width: 100%;
  542. height: 0.86rem;
  543. display: flex;
  544. justify-content: space-between;
  545. border-top: 0.01rem solid #E5E5E5;
  546. font-size: 0.28rem;
  547. }
  548. .sure-distribution-btn{
  549. height: 0.86rem;
  550. line-height: 0.86rem;
  551. text-align: center;
  552. flex: 1;
  553. }
  554. .sure-distribution-sure{
  555. border-left: 0.01rem solid #b4bbc5;
  556. color: #3B7FFF;
  557. }
  558. .sure-distribution-cannel:active{
  559. background-color: #E5E5E5;
  560. border-bottom-left-radius: 0.2rem;
  561. }
  562. .sure-distribution-sure:active{
  563. background-color: #E5E5E5;
  564. border-bottom-right-radius: 0.2rem;
  565. }
  566. .result-title-wrap{
  567. margin-top: 0.5rem;
  568. }
  569. .main-contain{
  570. margin-top: 0.48rem;
  571. display: flex;
  572. flex-direction: column;
  573. align-items: center;
  574. }
  575. .card-img{
  576. width: 1.52rem;
  577. height: 1.52rem;
  578. background: #FFF0DB;
  579. border-radius: 0.24rem;
  580. }
  581. .card-title{
  582. margin-top: 0.24rem;
  583. font-size: 0.32rem;
  584. color: #333333;
  585. }
  586. .card-tips{
  587. margin-top: 0.14rem;
  588. font-size: 0.24rem;
  589. color: #888888;
  590. }
  591. .card-btn{
  592. width: 4rem;
  593. height: 0.96rem;
  594. line-height: 0.96rem;
  595. text-align: center;
  596. margin-top: 0.56rem;
  597. background: linear-gradient(90deg, #FF0200 0%, #FF7900 100%);
  598. border-radius: 0.48rem;
  599. font-size: 0.32rem;
  600. color: #FFFFFF;
  601. }
  602. .card-rest-times{
  603. margin-top: 0.26rem;
  604. font-size: 0.24rem;
  605. color: #B5B5B5;
  606. }
  607. #toast-container>.toast-error {
  608. background-image: none !important;
  609. }
  610. .toast-error {
  611. background-color: rgba(0, 0, 0, 0.8);
  612. }
  613. #toast-container>div {
  614. font-size: 14px;
  615. min-width: 80px !important;
  616. padding: 12px !important;
  617. box-shadow: none;
  618. }
  619. .toast-center-center {
  620. position: fixed;
  621. min-width: 220px;
  622. top: 50%;
  623. left: 50%;
  624. text-align: center;
  625. transform: translateX(-50%);
  626. color: #FFFFFF;
  627. border-radius: 0.1rem;
  628. }
  629. @media (max-width: 480px) and (min-width: 241px) {
  630. #toast-container>div {
  631. min-width: 80px !important;
  632. width: auto;
  633. }
  634. }