awardActivity.css 11 KB

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