clockIn.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789
  1. .content{
  2. width: 100%;
  3. min-height: 2rem;
  4. margin-top: 1.2rem;
  5. overflow: hidden;
  6. margin-bottom: 1.5rem;
  7. }
  8. .no_start_icon{
  9. width: 1.25rem;
  10. height: 1.35rem;
  11. position: absolute;
  12. top: 0.44rem;
  13. left: 0.29rem;
  14. background: url('/assets/img/frontend/campaign/clock_no_start.png') no-repeat center center;
  15. background-size: 100% 100%;
  16. }
  17. .clock_in .top_card{
  18. background-image: url('/assets/img/frontend/campaign/clock_in_card.png');
  19. }
  20. .clock_in .top_prev{
  21. font-family:PingFangSC-Regular;
  22. font-weight:400;
  23. color:rgba(255,239,230,0.62);
  24. font-size: 0.22rem;
  25. }
  26. .clock_in .top_prev span{
  27. background:linear-gradient(0deg,rgba(245,35,72,1),rgba(255,119,150,1));
  28. box-shadow:0px 0.01rem 0.06rem 0px rgba(213,0,40,0.25);
  29. display: inline-block;
  30. height: 0.48rem;
  31. line-height: 0.48rem;
  32. width: 1.52rem;
  33. text-align: center;
  34. border-radius: 0.48rem;
  35. font-family:PingFangSC-Regular;
  36. font-weight:400;
  37. color:rgba(255,220,79,1);
  38. font-size: 0.24rem;
  39. }
  40. .top_num_issue{
  41. display: inline-block;
  42. height: 0.42rem;
  43. line-height: 0.42rem;
  44. text-align: center;
  45. font-family:PingFangSC-Regular;
  46. font-weight:400;
  47. color:rgba(195,148,125,1);
  48. background: rgba(247, 217, 203, 1);
  49. border-radius: 0.42rem;
  50. font-size: 0;
  51. }
  52. .top_num_issue .top_where_num{
  53. /* width: 1.22rem; */
  54. height: 100%;
  55. box-sizing: border-box;
  56. text-align: center;
  57. display: inline-block;
  58. font-size: 0.24rem;
  59. padding: 0 0.1rem;
  60. }
  61. .top_num_issue .top_where_money{
  62. /* width: 1.7rem; */
  63. height: 100%;
  64. border-left: 0.01rem solid rgba(195,148,125,1);
  65. /* box-sizing: border-box; */
  66. text-align: center;
  67. display: inline-block;
  68. font-size: 0.24rem;
  69. padding: 0 0.1rem;
  70. }
  71. .award_status{
  72. width: 6.61rem;
  73. height: 1.5rem;
  74. border-radius: 0.2rem;
  75. background:linear-gradient(0deg,rgba(254,225,214,1) 0%,rgba(255,251,244,1) 100%);
  76. box-shadow:0px 0.01rem 0.1rem 0px rgba(224,123,84,0.52);
  77. margin: 0 auto 0.55rem;
  78. }
  79. .bg_img{
  80. width: 6.61rem;
  81. height: 1.5rem;
  82. background-image: url('/assets/img/frontend/campaign/clock_status_bg.png');
  83. background-repeat: no-repeat;
  84. background-position: top center;
  85. background-size: 100% 0.59rem;
  86. font-size: 0;
  87. }
  88. .award_item{
  89. display: inline-block;
  90. width: 50%;
  91. box-sizing: border-box;
  92. font-size: 0.22rem;
  93. text-align: center;
  94. color: rgba(203, 119, 82, 1);
  95. }
  96. .award_status_three .award_item{
  97. width: 33.33%;
  98. }
  99. .award_status_three .award_item50{
  100. width: 50%;
  101. }
  102. .award_top{
  103. height: 0.59rem;
  104. line-height: 0.59rem;
  105. }
  106. .award_bottom{
  107. height: 0.91rem;
  108. font-family:PingFangSC-Regular;
  109. font-weight:400;
  110. color:rgba(81,46,27,1);
  111. font-size: 0.24rem;
  112. box-sizing: border-box;
  113. position: relative;
  114. }
  115. .award_title{
  116. font-family:Helvetica-Bold;
  117. font-weight:bold;
  118. font-size: 0.34rem;
  119. }
  120. .award_line{
  121. position: absolute;
  122. width: 0.02rem;
  123. height: 0.56rem;
  124. background: rgba(236, 196, 178, 1);
  125. top: 0.155rem;
  126. right: 0;
  127. }
  128. .award_item:last-of-type .award_line{
  129. width: 0;
  130. }
  131. .now_btn{
  132. background:linear-gradient(0deg,rgba(237,19,46,0.7),rgba(255,129,97,0.7));
  133. box-shadow:0px 0.004rem 0.01rem 0px rgba(255,137,97,0.38);
  134. height: 0.86rem;
  135. line-height: 0.86rem;
  136. border-radius: 0.86rem;
  137. width: 6.32rem;
  138. margin: 0rem auto;
  139. text-align: center;
  140. font-family:PingFangSC-Medium;
  141. font-weight:500;
  142. color:rgba(255,255,255,1);
  143. font-size: 0.36rem;
  144. position: relative;
  145. z-index: 2;
  146. overflow: hidden;
  147. }
  148. .now_btn.active_now_btn{
  149. background:linear-gradient(0deg,rgba(237,19,46,1),rgba(255,129,97,1));
  150. box-shadow:0px 0.04rem 0.01rem 0px rgba(255,137,97,0.38);
  151. }
  152. .now_btn.no-btn{
  153. background: transparent;
  154. box-shadow: none;
  155. color:rgba(239,20,52,1);
  156. font-weight: bold;
  157. }
  158. .books_title{
  159. font-family:PingFangSC-Regular;
  160. font-weight:400;
  161. color:rgba(81,46,27,1);
  162. text-align: center;
  163. margin: 0.57rem auto 0.35rem;
  164. height: 0.34rem;
  165. line-height: 0.34rem;
  166. font-size: 0;
  167. vertical-align: middle;
  168. }
  169. .bookd_title_text{
  170. font-size: 0.34rem;
  171. vertical-align: middle;
  172. margin: 0 0.15rem;
  173. }
  174. .books_title_left{
  175. width: 0.08rem;
  176. height: 0.08rem;
  177. background: rgba(213, 181, 166, 1);
  178. border-radius: 50%;
  179. display: inline-block;
  180. vertical-align: middle;
  181. box-sizing: border-box;
  182. position: relative;
  183. }
  184. .books_title_left::before{
  185. content: "";
  186. position: absolute;
  187. width: 1.8rem;
  188. height: 0.02rem;
  189. left: -1.81rem;
  190. top: 0.025rem;
  191. background: rgba(213, 181, 166, 1);
  192. }
  193. .books_title_right{
  194. width: 0.08rem;
  195. height: 0.08rem;
  196. background: rgba(213, 181, 166, 1);
  197. border-radius: 50%;
  198. display: inline-block;
  199. vertical-align: middle;
  200. box-sizing: border-box;
  201. position: relative;
  202. }
  203. .books_title_right::after{
  204. content: "";
  205. position: absolute;
  206. width: 1.8rem;
  207. height: 0.02rem;
  208. right: -1.81rem;
  209. top: 0.025rem;
  210. background: rgba(213, 181, 166, 1);
  211. }
  212. .books-title-tip{
  213. text-align: center;
  214. color:rgba(176,105,20,1);
  215. font-size: 0.28rem;
  216. margin-bottom: 0.2rem;
  217. }
  218. .book_list{
  219. padding: 0 0.27rem;
  220. font-size: 0;
  221. }
  222. .book_item{
  223. width: 1.8rem;
  224. min-height: 2.4rem;
  225. display: inline-block;
  226. margin: 0 0.6rem 0.5rem 0;
  227. }
  228. .book_item:nth-of-type(3n+3){
  229. margin-right: 0;
  230. }
  231. .book_img{
  232. width: 100%;
  233. height: 2.4rem;
  234. background: gray;
  235. }
  236. .book_name{
  237. font-family:PingFangSC-Regular;
  238. font-weight:400;
  239. color:rgba(51,51,51,1);
  240. font-size: 0.28rem;
  241. margin: 0.11rem 0;
  242. overflow: hidden;
  243. text-overflow: ellipsis;
  244. white-space: nowrap;
  245. }
  246. .book_author{
  247. font-family:PingFangSC-Regular;
  248. font-weight:400;
  249. color:rgba(102,102,102,1);
  250. font-size: 0.24rem;
  251. overflow: hidden;
  252. text-overflow: ellipsis;
  253. white-space: nowrap;
  254. }
  255. /* 打卡逻辑开始 */
  256. .tomo_clock_card{
  257. display: none;
  258. }
  259. .clock_in .today_now_clock{
  260. width: 6.6rem;
  261. position: absolute;
  262. left: 0.3rem;
  263. top: 2.86rem;
  264. background:linear-gradient(0deg,rgba(255,246,242,1) 0%,rgba(255,251,244,1) 100%);
  265. box-shadow:0px 0px 0.2rem 0px rgba(213,30,0,0.4);
  266. border-radius: 0.3rem;
  267. height: 4.2rem;
  268. padding: 0.26rem 0.25rem;
  269. box-sizing: border-box;
  270. display: none;
  271. }
  272. .today_now_clock_box .content{
  273. margin-top: 1.8rem;
  274. }
  275. .today_now_num{
  276. font-size: 0;
  277. }
  278. .today_now_num > div{
  279. display: inline-block;
  280. font-family:PingFangSC-Medium;
  281. font-weight:500;
  282. color:rgba(203,119,82,1);
  283. font-size: 0.24rem;
  284. padding: 0 0.1rem;
  285. box-sizing: border-box;
  286. height: 0.2rem;
  287. line-height: 0.2rem;
  288. }
  289. .today_now_num_left{
  290. border-right: 0.02rem solid rgba(236, 196, 178, 1);
  291. }
  292. .today_middle{
  293. margin-top: 0.22rem;
  294. overflow: hidden;
  295. }
  296. .today_middle_left{
  297. width: 2.32rem;
  298. height: 1.64rem;
  299. padding-top: 0.14rem;
  300. float: left;
  301. }
  302. .today_middle_left img{
  303. width: 100%;
  304. height: 100%;
  305. }
  306. .today_middle_right{
  307. width: 3rem;
  308. float: left;
  309. margin-left: 0.6rem;
  310. }
  311. .today_times{
  312. font-family:STSongti-SC-Black;
  313. font-weight:900;
  314. color:rgba(69,38,21,1);
  315. font-size: 0.34rem;
  316. white-space: nowrap;
  317. overflow: hidden;
  318. text-overflow: ellipsis;
  319. }
  320. .today_times span{
  321. font-size: 0.5rem;
  322. }
  323. .today_middle_tip{
  324. font-family:STSongti-SC-Regular;
  325. font-weight:400;
  326. color:rgba(194,166,159,1);
  327. font-size: 0.24rem;
  328. line-height: 0.36rem;
  329. }
  330. .today_middle_supple_btn{
  331. width: 1.3rem;
  332. height: 0.4rem;
  333. line-height: 0.4rem;
  334. border-radius: 0.4rem;
  335. border: 0.01rem solid rgba(255,105,38,1);
  336. font-family:PingFangSC-Regular;
  337. font-weight:400;
  338. color:rgba(255,105,38,1);
  339. font-size: 0.22rem;
  340. box-sizing: border-box;
  341. padding-left: 0.2rem;
  342. margin: 0.13rem 0 0 0.6rem;
  343. position: relative;
  344. }
  345. .today_middle_supple_btn::before{
  346. content: '';
  347. position: absolute;
  348. width: 0.26rem;
  349. height: 0.22rem;
  350. background: url('/assets/img/frontend/campaign/clock_supplement_icon.png') no-repeat center center;
  351. background-size: 100% 100%;
  352. top: 0.06rem;
  353. right: 0.08rem;
  354. }
  355. .clock_status{
  356. width: 6.1rem;
  357. height: 0.52rem;
  358. font-size: 0;
  359. margin-top: 0.35rem;
  360. position: relative;
  361. }
  362. .get_awrard .clock_status{
  363. font-size: 0;
  364. position: absolute;
  365. top: 6rem;
  366. margin-top: 0;
  367. }
  368. .clock_status_bg{
  369. width: 100%;
  370. height: 0.16rem;
  371. background:linear-gradient(90deg,rgba(255,153,71,1),rgba(255,53,69,1));
  372. /* box-shadow:0px 0.01rem 0.06rem 0px rgba(196,5,14,1); */
  373. border-radius: 0.16rem;
  374. position: absolute;
  375. left: 0;
  376. top: 0.18rem;
  377. }
  378. .clock_status_item{
  379. width: 0.52rem;
  380. height: 0.52rem;
  381. margin-left: 0.22rem;
  382. box-sizing: border-box;
  383. background:linear-gradient(0deg,rgba(237,224,216,1) 0%,rgba(255,251,244,1) 100%);
  384. border-radius: 50%;
  385. border: 0.05rem solid #ff5e46;
  386. position: relative;
  387. z-index: 1;
  388. font-family:Helvetica;
  389. font-weight:400;
  390. color:rgba(187,176,170,1);
  391. font-size: 0.28rem;
  392. text-align: center;
  393. line-height: 0.46rem;
  394. float: left;
  395. }
  396. .clock_status_finished.clock_status_item{
  397. background:linear-gradient(0deg,rgba(255,88,37,1),rgba(255,241,126,1));
  398. /* box-shadow:0px 2px 1px 0px rgba(207,2,39,0.23); */
  399. color: rgba(254, 76, 68, 1)
  400. }
  401. .clock_status_award{
  402. background: url('/assets/img/frontend/campaign/clock_status_award.png') no-repeat center center;
  403. background-size: 100% 100%;
  404. width: 0.56rem;
  405. height: 0.52rem;
  406. position: relative;
  407. z-index: 1;
  408. margin-left: 0.22rem;
  409. display: inline-block;
  410. }
  411. .today_footer{
  412. margin-top: 0.2rem;
  413. }
  414. .today_footer_tip{
  415. font-family:PingFangSC-Medium;
  416. font-weight:500;
  417. color:rgba(77,65,59,1);
  418. font-size: 0.28rem;
  419. }
  420. .today_footer_tip span{
  421. color: rgba(248, 73, 64, 1);
  422. }
  423. .see_more_btn{
  424. width: 1.52rem;
  425. height: 0.48rem;
  426. background:linear-gradient(0deg,rgba(245,35,72,1),rgba(255,119,150,1));
  427. box-shadow:0px 0.01rem 0.06rem 0px rgba(213,0,40,0.25);
  428. line-height: 0.48rem;
  429. border-radius: 0.48rem;
  430. text-align: center;
  431. font-family:PingFangSC-Regular;
  432. font-weight:400;
  433. color:rgba(255,220,79,1);
  434. font-size: 0.24rem;
  435. margin-left: 0.1rem;
  436. display: inline-block;
  437. }
  438. /* 打卡逻辑结束 */
  439. /* 成功的状态 */
  440. .charge_common{
  441. width: 6.6rem;
  442. position: absolute;
  443. left: 0.3rem;
  444. top: 2.86rem;
  445. background:linear-gradient(0deg,rgba(255,246,242,1) 0%,rgba(255,251,244,1) 100%);
  446. box-shadow:0px 0px 0.2rem 0px rgba(213,30,0,0.4);
  447. border-radius: 0.3rem;
  448. height: 4.2rem;
  449. padding: 0.26rem 0.25rem;
  450. box-sizing: border-box;
  451. display: none;
  452. }
  453. .charge_sucess.charge_common{
  454. height: 6.68rem;
  455. display: none;
  456. }
  457. .charge_success_text{
  458. font-family:PingFangSC-Medium;
  459. font-weight:500;
  460. color:rgba(255,69,68,1);
  461. font-size: 0.5rem;
  462. line-height: 0.66rem;
  463. text-align: center;
  464. margin-top: 0.3rem;
  465. }
  466. .charge_success_text .small{
  467. font-size: 0.44rem;
  468. }
  469. .huodong_over{
  470. width: 100%;
  471. margin-top: 1rem;
  472. overflow: hidden;
  473. display: none;
  474. margin-bottom: 1rem;
  475. }
  476. .huodong_btn_common{
  477. width: 6.35rem;
  478. height: 0.92rem;
  479. line-height: 0.92rem;
  480. margin: 0 auto;
  481. text-align: center;
  482. background: url('/assets/img/frontend/campaign/huodong_btn_tomo.png') no-repeat center center;
  483. background-size: 100% 100%;
  484. font-family:PingFangSC-Medium;
  485. font-weight:500;
  486. color:rgba(255,248,219,1);
  487. font-size: 0.36rem;
  488. display: none;
  489. }
  490. .recharge_img{
  491. text-align: center;
  492. }
  493. .recharge_img img{
  494. width: 3.02rem;
  495. height: 2.69rem;
  496. }
  497. .recharge_text{
  498. font-family:PingFangSC-Medium;
  499. font-weight:500;
  500. color:rgba(69,38,21,1);
  501. font-size: 0.36rem;
  502. text-align: center;
  503. margin-top: 0.2rem;
  504. }
  505. .recharge_text span{
  506. color: rgba(255, 74, 73, 1);
  507. }
  508. .today_success{
  509. display: none;
  510. }
  511. .today_success_text{
  512. font-family:PingFangSC-Medium;
  513. font-weight:500;
  514. color:rgba(255,69,68,1);
  515. font-size: 0.36rem;
  516. margin-top: 0.3rem;
  517. }
  518. .today_success .today_middle_left{
  519. width: 2.18rem;
  520. height: 1.49rem;
  521. }
  522. .get_awrard.charge_common{
  523. height: 6.68rem;
  524. }
  525. .get_awrard .recharge_text{
  526. margin-top: 0;
  527. }
  528. .huodong_btn_get_award{
  529. background-image: url('/assets/img/frontend/campaign/clock_get_award.png');
  530. }
  531. .huodong_btn_recharge_next{
  532. background-image: url('/assets/img/frontend/campaign/recharge_next.png');
  533. }
  534. .huodong_btn_more_award{
  535. background:linear-gradient(0deg,rgba(255,90,25,1) 0%,rgba(255,176,39,1) 100%);
  536. box-shadow:0px 0.04rem 0.01rem 0px rgba(255,137,97,0.38);
  537. border-radius: 0.92rem;
  538. }
  539. .charge_failed.charge_common{
  540. height: 6.68rem;
  541. }
  542. /* 成功的状态结束 */
  543. /* 弹层样式 */
  544. .clock_sign_success .common_pop_content{
  545. width: 5.53rem;
  546. height: 5.63rem;
  547. background: url('/assets/img/frontend/campaign/clock_sign_success.png') no-repeat;
  548. background-size: 100% 100%;
  549. background-position: center center;
  550. }
  551. .clock_sign_success_text{
  552. font-family:PingFangSC-Regular;
  553. font-weight:400;
  554. color:rgba(51,51,51,1);
  555. font-size: 0.3rem;
  556. text-align: center;
  557. }
  558. .clock_sign_success_text_top{
  559. padding-top: 3.2rem;
  560. line-height: 0.5rem;
  561. }
  562. .clock_sign_success_text span{
  563. color: rgba(241, 44, 59, 1);
  564. margin: 0 0.05rem;
  565. }
  566. .clock_sign_fail .common_pop_content{
  567. width: 5.53rem;
  568. height: 5.63rem;
  569. background: url('/assets/img/frontend/campaign/clocl_sign_fail.png') no-repeat;
  570. background-size: 100% 100%;
  571. background-position: center center;
  572. text-align: center;
  573. }
  574. .clocl_enter_success_see_book{
  575. width: 3.2rem;
  576. height: 0.64rem;
  577. line-height: 0.64rem;
  578. text-align: center;
  579. background: linear-gradient(90deg,rgba(255,91,25,1) 0%,rgba(255,127,52,1) 100%);
  580. border-radius: 0.64rem;
  581. color: #fff;
  582. font-size: 0.3rem;
  583. margin: 0.44rem auto 0.3rem;
  584. }
  585. .clock_sign_fail_btn{
  586. display: inline-block;
  587. background:linear-gradient(90deg,rgba(255,91,25,1) 0%,rgba(255,127,52,1) 100%);
  588. font-family:PingFangSC-Regular;
  589. font-weight:400;
  590. color:rgba(255,255,255,1);
  591. font-size: 0.26rem;
  592. width: 2.4rem;
  593. height: 0.6rem;
  594. line-height: 0.6rem;
  595. text-align: center;
  596. margin: 0.4rem auto 0;
  597. border-radius: 0.6rem;
  598. }
  599. .clock_sign_get_award .common_pop_content{
  600. width: 5.53rem;
  601. height: 5.82rem;
  602. background: url('/assets/img/frontend/campaign/clock_sign_award.png') no-repeat;
  603. background-size: 100% 100%;
  604. background-position: center center;
  605. text-align: center;
  606. }
  607. .clock_sign_get_award_text{
  608. font-family:PingFangSC-Medium;
  609. font-weight:500;
  610. color:rgba(51,51,51,1);
  611. font-size: 0.3rem;
  612. padding-top: 3.4rem;
  613. text-align: center;
  614. }
  615. .clock_sign_get_award_text span{
  616. color: rgba(250, 46, 74, 1);
  617. font-size: 0.48rem;
  618. }
  619. .clock_enter_success .common_pop_content{
  620. width: 5.53rem;
  621. height: 6.6rem;
  622. background: url('/assets/img/frontend/campaign/enter_success_bg_2.png') no-repeat;
  623. background-size: 5.53rem;
  624. background-position: center top;
  625. text-align: center;
  626. }
  627. .clock_enter_success_rule_btn{
  628. color:rgba(255,92,26,1);
  629. font-size: 0.24rem;
  630. }
  631. .enter_title{
  632. font-family:Helvetica-Bold;
  633. font-weight:bold;
  634. color:rgba(255,255,255,1);
  635. text-shadow:0px 3px 8px rgba(141,0,19,0.73);
  636. font-size: 0.66rem;
  637. padding-top: 0.6rem;
  638. text-align: center;
  639. }
  640. .enter_tip{
  641. font-family:PingFangSC-Medium;
  642. font-weight:500;
  643. color:rgba(255,255,255,1);
  644. font-size: 0.3rem;
  645. margin-top: 0.74rem;
  646. }
  647. .enter_which{
  648. font-family:PingFangSC-Regular;
  649. font-weight:400;
  650. color:rgba(51,51,51,1);
  651. font-size: 0.3rem;
  652. margin-top: 0.5rem;
  653. }
  654. .enter_which span{
  655. color: rgba(241, 44, 59, 1);
  656. }
  657. .enter_tip_text{
  658. font-family:PingFangSC-Regular;
  659. font-weight:400;
  660. color:rgba(234,80,63,1);
  661. font-size: 0.24rem;
  662. margin-top: 0.23rem;
  663. }
  664. .enter_btn{
  665. width: 2.13rem;
  666. height: 0.48rem;
  667. line-height: 0.48rem;
  668. text-align: center;
  669. margin: 0.3rem auto 0;
  670. border-radius: 0.48rem;
  671. font-family:PingFangSC-Regular;
  672. font-weight:400;
  673. color:rgba(255,255,255,1);
  674. font-size: 0.24rem;
  675. background:linear-gradient(90deg,rgba(255,91,25,1) 0%,rgba(255,127,52,1) 100%);
  676. }
  677. .clock_forget_sign .common_pop_content{
  678. width: 5.53rem;
  679. height: 5.81rem;
  680. background: url('/assets/img/frontend/campaign/forget_sign.png') no-repeat;
  681. background-size: 100% 100%;
  682. background-position: center center;
  683. text-align: center;
  684. }
  685. .clock_forget_text{
  686. font-family:PingFangSC-Regular;
  687. font-weight:400;
  688. color:rgba(51,51,51,1);
  689. font-size: 0.24rem;
  690. padding-top: 3.2rem;
  691. }
  692. .clock_forget_text span{
  693. color: rgba(250, 46, 74, 1);
  694. }
  695. .clock_forget_tip{
  696. font-family:PingFangSC-Regular;
  697. font-weight:400;
  698. color:rgba(250,46,74,1);
  699. font-size: 0.24rem;
  700. margin-top: 0.05rem;
  701. }
  702. .clock_forget_btn{
  703. background:linear-gradient(-90deg,rgba(16,188,244,1) 0%,rgba(17,151,244,1) 100%);
  704. width: 2.4rem;
  705. height: 0.6rem;
  706. line-height: 0.6rem;
  707. text-align: center;
  708. font-family:PingFangSC-Regular;
  709. font-weight:400;
  710. color:rgba(255,255,255,1);
  711. font-size: 0.26rem;
  712. margin: 0.1rem auto 0;
  713. border-radius: 0.6rem;
  714. }
  715. .clock_forget_footer{
  716. font-family:PingFangSC-Regular;
  717. font-weight:400;
  718. color:rgba(190,181,178,1);
  719. font-size: 0.2rem;
  720. margin-top: 0.05rem;
  721. }
  722. .clock_supple_success .common_pop_content{
  723. width: 5.53rem;
  724. height: 5.63rem;
  725. background: url('/assets/img/frontend/campaign/pop_supple_success.png') no-repeat;
  726. background-size: 100% 100%;
  727. background-position: center center;
  728. text-align: center;
  729. }
  730. .clock_supple_success_tip{
  731. padding-top: 3.2rem;
  732. }
  733. .clock_charge_fail .common_pop_content{
  734. width: 5.53rem;
  735. height: 5.81rem;
  736. background: url('/assets/img/frontend/campaign/pop_charge_fail.png') no-repeat;
  737. background-size: 100% 100%;
  738. background-position: center center;
  739. text-align: center;
  740. }
  741. .clock_charge_fail_tip_top{
  742. padding-top: 3.51rem;
  743. }
  744. .clock_charge_fail_tip{
  745. font-family:PingFangSC-Regular;
  746. font-weight:400;
  747. color:rgba(51,51,51,1);
  748. margin-top: 0.1rem;
  749. }
  750. .clock_charge_fail_tip span{
  751. color: rgba(250, 46, 74, 1);
  752. }