index.wxss 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. .sheduling .pop_wrap.data-v-a41aa4e0 {
  8. width: 290px;
  9. height: 250px;
  10. display: -webkit-box;
  11. display: -webkit-flex;
  12. display: flex;
  13. -webkit-box-orient: vertical;
  14. -webkit-box-direction: normal;
  15. -webkit-flex-direction: column;
  16. flex-direction: column;
  17. -webkit-box-align: center;
  18. -webkit-align-items: center;
  19. align-items: center;
  20. }
  21. .sheduling .pop_wrap .pop_top.data-v-a41aa4e0 {
  22. margin-top: 32px;
  23. }
  24. .sheduling .pop_wrap .pop_top text.data-v-a41aa4e0 {
  25. display: block;
  26. font-size: 13px;
  27. color: rgba(40, 40, 40, 0.5);
  28. text-align: center;
  29. line-height: 18px;
  30. }
  31. .sheduling .pop_wrap .pop_top .title.data-v-a41aa4e0 {
  32. font-size: 18px;
  33. font-weight: bold;
  34. color: #282828;
  35. line-height: 25px;
  36. margin-bottom: 2px;
  37. }
  38. .sheduling .pop_wrap .pop_center.data-v-a41aa4e0 {
  39. margin-top: 22px;
  40. }
  41. .sheduling .pop_wrap .pop_center text.data-v-a41aa4e0 {
  42. font-size: 16px;
  43. font-family: PingFang SC;
  44. font-weight: 400;
  45. line-height: 20px;
  46. color: #353535;
  47. opacity: 0.79;
  48. display: block;
  49. margin-bottom: 6px;
  50. }
  51. .sheduling .pop_wrap .pop_bootom.data-v-a41aa4e0 {
  52. margin-top: 30px;
  53. }
  54. .sheduling .pop_wrap .pop_bootom button.data-v-a41aa4e0 {
  55. border: 1px solid #FF5A26;
  56. width: 98px;
  57. padding: 0 5px;
  58. line-height: 36px;
  59. background-color: #fff;
  60. color: #FF5A26;
  61. }
  62. .sheduling .student-show.data-v-a41aa4e0 {
  63. padding-bottom: 5px;
  64. }
  65. .sheduling .student-show .stu-title.data-v-a41aa4e0 {
  66. font-size: 20px;
  67. font-family: PingFang SC;
  68. font-weight: bold;
  69. line-height: 20px;
  70. color: #282828;
  71. opacity: 1;
  72. text-align: center;
  73. padding: 20px 0 30px;
  74. }
  75. .sheduling .student-show .stu-mess.data-v-a41aa4e0 {
  76. display: -webkit-box;
  77. display: -webkit-flex;
  78. display: flex;
  79. padding: 0 22px;
  80. }
  81. .sheduling .student-show .stu-mess image.data-v-a41aa4e0 {
  82. height: 75px;
  83. width: 75px;
  84. margin-right: 14px;
  85. border-radius: 9px;
  86. }
  87. .sheduling .student-show .stu-mess .right.data-v-a41aa4e0 {
  88. -webkit-box-flex: 1;
  89. -webkit-flex: 1;
  90. flex: 1;
  91. }
  92. .sheduling .student-show .stu-mess .right .stu-text.data-v-a41aa4e0 {
  93. font-size: 13px;
  94. font-family: PingFang SC;
  95. font-weight: 400;
  96. line-height: 20px;
  97. color: #282828;
  98. overflow: hidden;
  99. display: -webkit-box;
  100. text-overflow: ellipsis;
  101. -webkit-line-clamp: 2;
  102. -webkit-box-orient: vertical;
  103. white-space: normal;
  104. }
  105. .sheduling .student-show .e-mail.data-v-a41aa4e0 {
  106. margin: 18px 22px 10px;
  107. height: 36px;
  108. line-height: 36px;
  109. font-size: 14px;
  110. font-family: PingFang SC;
  111. font-weight: bold;
  112. color: rgba(40, 40, 40, 0.78);
  113. border-bottom: 1px solid rgba(112, 112, 112, 0.06);
  114. }
  115. .sheduling .student-show .remark-title.data-v-a41aa4e0 {
  116. margin: 10px 22px 0px;
  117. padding: 5px;
  118. font-size: 13px;
  119. font-family: PingFang SC;
  120. font-weight: bold;
  121. line-height: 20px;
  122. color: #282828;
  123. opacity: 0.61;
  124. }
  125. .sheduling .student-show .remark.data-v-a41aa4e0 {
  126. margin: 0px 22px 22px;
  127. font-size: 12px;
  128. font-family: PingFang SC;
  129. font-weight: 400;
  130. line-height: 20px;
  131. color: #282828;
  132. opacity: 0.54;
  133. padding: 5px;
  134. overflow: hidden;
  135. display: -webkit-box;
  136. text-overflow: ellipsis;
  137. -webkit-line-clamp: 3;
  138. -webkit-box-orient: vertical;
  139. white-space: normal;
  140. }
  141. .sheduling .sheduling-top.data-v-a41aa4e0 {
  142. display: -webkit-box;
  143. display: -webkit-flex;
  144. display: flex;
  145. -webkit-box-align: center;
  146. -webkit-align-items: center;
  147. align-items: center;
  148. justify-items: center;
  149. height: 46px;
  150. background-color: #E6FFF0;
  151. padding: 0 30px;
  152. font-size: 13px;
  153. font-family: PingFang SC;
  154. font-weight: 400;
  155. color: #2B9155;
  156. }
  157. .sheduling .sheduling-top image.data-v-a41aa4e0 {
  158. height: 20px;
  159. width: 20px;
  160. margin-right: 9px;
  161. }
  162. .sheduling .sheduling-top .title.data-v-a41aa4e0 {
  163. -webkit-box-flex: 1;
  164. -webkit-flex: 1;
  165. flex: 1;
  166. white-space: nowrap;
  167. /*设置不换行*/
  168. overflow: hidden;
  169. /*设置隐藏*/
  170. text-overflow: ellipsis;
  171. /*设置隐藏部分为省略号*/
  172. }
  173. .sheduling .tab.data-v-a41aa4e0 {
  174. display: -webkit-box;
  175. display: -webkit-flex;
  176. display: flex;
  177. -webkit-box-align: center;
  178. -webkit-align-items: center;
  179. align-items: center;
  180. width: 50%;
  181. margin: 0 auto;
  182. }
  183. .sheduling .tab .item.data-v-a41aa4e0,
  184. .sheduling .tab .active-item.data-v-a41aa4e0 {
  185. margin-top: 17px;
  186. font-size: 18px;
  187. font-family: PingFang SC;
  188. font-weight: bold;
  189. line-height: 20px;
  190. color: rgba(113, 113, 113, 0.43);
  191. opacity: 0.43;
  192. opacity: 1;
  193. -webkit-box-flex: 1;
  194. -webkit-flex: 1;
  195. flex: 1;
  196. text-align: center;
  197. }
  198. .sheduling .tab .item view.data-v-a41aa4e0,
  199. .sheduling .tab .active-item view.data-v-a41aa4e0 {
  200. display: block;
  201. }
  202. .sheduling .tab .item .week.data-v-a41aa4e0,
  203. .sheduling .tab .active-item .week.data-v-a41aa4e0 {
  204. padding-bottom: 12px;
  205. }
  206. .sheduling .tab .item .line.data-v-a41aa4e0,
  207. .sheduling .tab .active-item .line.data-v-a41aa4e0 {
  208. width: 25px;
  209. height: 4px;
  210. background: #3B7653;
  211. opacity: 1;
  212. border-radius: 1px;
  213. display: block;
  214. margin: 0 auto;
  215. }
  216. .sheduling .tab .active-item.data-v-a41aa4e0 {
  217. font-size: 18px;
  218. font-family: PingFang SC;
  219. font-weight: bold;
  220. line-height: 20px;
  221. color: #3B7653;
  222. }
  223. .sheduling .tab .active-item .week.data-v-a41aa4e0 {
  224. padding-bottom: 8px;
  225. }
  226. .sheduling .content.data-v-a41aa4e0 {
  227. padding: 17px;
  228. }
  229. .sheduling .content .top.data-v-a41aa4e0 {
  230. display: -webkit-box;
  231. display: -webkit-flex;
  232. display: flex;
  233. -webkit-box-align: center;
  234. -webkit-align-items: center;
  235. align-items: center;
  236. justify-items: center;
  237. background: rgba(238, 238, 238, 0.46);
  238. border-radius: 12px 12px 0 0;
  239. overflow: hidden;
  240. }
  241. .sheduling .content .top .item.data-v-a41aa4e0,
  242. .sheduling .content .top .active-item.data-v-a41aa4e0 {
  243. padding: 9px 0;
  244. -webkit-box-flex: 1;
  245. -webkit-flex: 1;
  246. flex: 1;
  247. text-align: center;
  248. }
  249. .sheduling .content .top .item .week.data-v-a41aa4e0,
  250. .sheduling .content .top .active-item .week.data-v-a41aa4e0 {
  251. font-size: 14px;
  252. font-family: PingFang SC;
  253. font-weight: 500;
  254. line-height: 20px;
  255. color: #282828;
  256. opacity: 1;
  257. }
  258. .sheduling .content .top .item .date.data-v-a41aa4e0,
  259. .sheduling .content .top .active-item .date.data-v-a41aa4e0 {
  260. font-size: 12px;
  261. font-family: PingFang SC;
  262. font-weight: 400;
  263. line-height: 20px;
  264. color: #282828;
  265. opacity: 0.6;
  266. }
  267. .sheduling .content .top .active-item.data-v-a41aa4e0 {
  268. background-color: #3b7653;
  269. }
  270. .sheduling .content .top .active-item .week.data-v-a41aa4e0,
  271. .sheduling .content .top .active-item .date.data-v-a41aa4e0 {
  272. color: #fff;
  273. }
  274. .sheduling .content .shedule.data-v-a41aa4e0 {
  275. display: -webkit-box;
  276. display: -webkit-flex;
  277. display: flex;
  278. position: relative;
  279. }
  280. .sheduling .content .shedule .add.data-v-a41aa4e0 {
  281. display: -webkit-box;
  282. display: -webkit-flex;
  283. display: flex;
  284. text-align: center;
  285. -webkit-box-align: center;
  286. -webkit-align-items: center;
  287. align-items: center;
  288. -webkit-box-orient: vertical;
  289. -webkit-box-direction: normal;
  290. -webkit-flex-direction: column;
  291. flex-direction: column;
  292. font-family: PingFang SC;
  293. color: #FFFFFF;
  294. opacity: 1;
  295. }
  296. .sheduling .content .shedule .add image.data-v-a41aa4e0 {
  297. width: 50%;
  298. margin-top: 25%;
  299. }
  300. .sheduling .content .shedule .add .add-buttom.data-v-a41aa4e0 {
  301. position: absolute;
  302. font-size: 14px;
  303. color: #292929;
  304. bottom: 10px;
  305. right: 20px;
  306. }
  307. .sheduling .content .shedule .add .add-buttom image.data-v-a41aa4e0 {
  308. width: 38px;
  309. height: 38px;
  310. display: block;
  311. margin: 0 auto;
  312. }
  313. .sheduling .content .shedule .add .add-text.data-v-a41aa4e0 {
  314. color: #3E7855;
  315. font-size: 14px;
  316. margin-top: 30px;
  317. }
  318. .sheduling .content .shedule .left.data-v-a41aa4e0 {
  319. -webkit-box-flex: 0;
  320. -webkit-flex: 0 0 92px;
  321. flex: 0 0 92px;
  322. height: 425px;
  323. background: #F7F7F7;
  324. opacity: 1;
  325. border-radius: 0px 0px 0px 12px;
  326. }
  327. .sheduling .content .shedule .left .item.data-v-a41aa4e0,
  328. .sheduling .content .shedule .left .active-item.data-v-a41aa4e0 {
  329. padding: 15px 0;
  330. text-align: center;
  331. display: -webkit-box;
  332. display: -webkit-flex;
  333. display: flex;
  334. -webkit-box-pack: center;
  335. -webkit-justify-content: center;
  336. justify-content: center;
  337. -webkit-box-align: center;
  338. -webkit-align-items: center;
  339. align-items: center;
  340. position: relative;
  341. }
  342. .sheduling .content .shedule .left .item .all.data-v-a41aa4e0,
  343. .sheduling .content .shedule .left .active-item .all.data-v-a41aa4e0 {
  344. height: 13px;
  345. width: 13px;
  346. margin-right: 6px;
  347. }
  348. .sheduling .content .shedule .left .item .jian.data-v-a41aa4e0,
  349. .sheduling .content .shedule .left .active-item .jian.data-v-a41aa4e0 {
  350. position: absolute;
  351. height: 14px;
  352. width: 8px;
  353. right: -8px;
  354. }
  355. .sheduling .content .shedule .left .active-item.data-v-a41aa4e0 {
  356. background-color: #3b7653;
  357. color: #FFFFFF;
  358. }
  359. .sheduling .content .shedule .right.data-v-a41aa4e0 {
  360. -webkit-box-flex: 1;
  361. -webkit-flex: 1;
  362. flex: 1;
  363. margin-left: 10px;
  364. height: 425px;
  365. overflow-y: scroll;
  366. }
  367. .sheduling .content .shedule .right .item.data-v-a41aa4e0 {
  368. display: -webkit-box;
  369. display: -webkit-flex;
  370. display: flex;
  371. position: relative;
  372. -webkit-box-align: center;
  373. -webkit-align-items: center;
  374. align-items: center;
  375. padding: 10px;
  376. margin-top: 12px;
  377. font-size: 13px;
  378. background: rgba(234, 237, 242, 0.28);
  379. border-radius: 7px;
  380. }
  381. .sheduling .content .shedule .right .item .tips.data-v-a41aa4e0 {
  382. position: absolute;
  383. width: 57px;
  384. height: 20px;
  385. background: #C1915A;
  386. line-height: 20px;
  387. font-size: 12px;
  388. font-family: PingFang SC;
  389. font-weight: 400;
  390. color: #FFFFFF;
  391. opacity: 1;
  392. opacity: 1;
  393. right: 12px;
  394. z-index: 2;
  395. top: 0;
  396. text-align: center;
  397. border-radius: 0px 0px 6px 6px;
  398. }
  399. .sheduling .content .shedule .right .item .item-left.data-v-a41aa4e0 {
  400. margin-right: 10px;
  401. }
  402. .sheduling .content .shedule .right .item .item-left image.data-v-a41aa4e0 {
  403. height: 42px;
  404. width: 42px;
  405. border: solid 1px;
  406. border-radius: 50%;
  407. }
  408. .sheduling .content .shedule .right .item .item-left .name.data-v-a41aa4e0 {
  409. font-size: 10px;
  410. font-family: PingFang SC;
  411. font-weight: 400;
  412. text-align: center;
  413. line-height: 20px;
  414. color: #292929;
  415. opacity: 1;
  416. }
  417. .sheduling .content .shedule .right .item .item-right.data-v-a41aa4e0 {
  418. -webkit-box-flex: 1;
  419. -webkit-flex: 1;
  420. flex: 1;
  421. }
  422. .sheduling .content .shedule .right .item .item-right .text.data-v-a41aa4e0 {
  423. line-height: 17px;
  424. font-size: 12px;
  425. font-family: PingFang SC;
  426. font-weight: 400;
  427. color: #282828;
  428. opacity: 1;
  429. }
  430. .sheduling .content .shedule .right .item .item-right .text image.data-v-a41aa4e0 {
  431. height: 13px;
  432. width: 13px;
  433. display: inline-block;
  434. margin-right: 4px;
  435. }
  436. .sheduling .content .shedule .right .item .item-right .text .time.data-v-a41aa4e0 {
  437. font-family: PingFang SC;
  438. font-weight: 400;
  439. color: #282828;
  440. opacity: 1;
  441. display: inline-block;
  442. margin-top: 4px;
  443. }
  444. .sheduling .content .shedule .right .item .cancel.data-v-a41aa4e0 {
  445. width: 58px;
  446. height: 23px;
  447. line-height: 23px;
  448. border: 1px solid rgba(193, 145, 90, 0.44);
  449. border-radius: 12px;
  450. font-size: 12px;
  451. font-family: PingFang SC;
  452. font-weight: 500;
  453. line-height: 20px;
  454. color: #C1915A;
  455. opacity: 1;
  456. text-align: center;
  457. }
  458. .sheduling .content .table .tips.data-v-a41aa4e0 {
  459. display: -webkit-box;
  460. display: -webkit-flex;
  461. display: flex;
  462. margin-top: 25px;
  463. }
  464. .sheduling .content .table .tips .tip-item.data-v-a41aa4e0 {
  465. -webkit-box-flex: 1;
  466. -webkit-flex: 1;
  467. flex: 1;
  468. font-size: 11px;
  469. font-family: PingFang SC;
  470. font-weight: 400;
  471. line-height: 20px;
  472. color: rgba(40, 40, 40, 0.56);
  473. opacity: 1;
  474. }
  475. .sheduling .content .table .tips .tip-item .yellow.data-v-a41aa4e0 {
  476. color: #3E7855;
  477. }
  478. .sheduling .content .table .title.data-v-a41aa4e0 {
  479. font-size: 18px;
  480. font-family: PingFang SC;
  481. font-weight: bold;
  482. line-height: 20px;
  483. color: #282828;
  484. opacity: 1;
  485. margin: 30px 0;
  486. }
  487. .sheduling .content .table .table_1.data-v-a41aa4e0 {
  488. background-color: #f9fafc;
  489. }
  490. .sheduling .content .table .table_1 .table-week.data-v-a41aa4e0 {
  491. display: -webkit-box;
  492. display: -webkit-flex;
  493. display: flex;
  494. -webkit-box-align: center;
  495. -webkit-align-items: center;
  496. align-items: center;
  497. -webkit-box-pack: center;
  498. -webkit-justify-content: center;
  499. justify-content: center;
  500. }
  501. .sheduling .content .table .table_1 .table-week .table-item.data-v-a41aa4e0 {
  502. display: -webkit-box;
  503. display: -webkit-flex;
  504. display: flex;
  505. -webkit-box-pack: center;
  506. -webkit-justify-content: center;
  507. justify-content: center;
  508. -webkit-box-orient: vertical;
  509. -webkit-box-direction: normal;
  510. -webkit-flex-direction: column;
  511. flex-direction: column;
  512. height: 53px;
  513. text-align: center;
  514. -webkit-box-flex: 1;
  515. -webkit-flex: 1;
  516. flex: 1;
  517. border-right: solid 1px rgba(112, 112, 112, 0.08);
  518. }
  519. .sheduling .content .table .table_1 .table-week .table-item view.data-v-a41aa4e0:last-child {
  520. font-size: 10px;
  521. }
  522. .sheduling .content .table .table_1 .table-tr.data-v-a41aa4e0 {
  523. display: -webkit-box;
  524. display: -webkit-flex;
  525. display: flex;
  526. }
  527. .sheduling .content .table .table_1 .table-tr .table-time.data-v-a41aa4e0 {
  528. -webkit-box-flex: 1;
  529. -webkit-flex: 1;
  530. flex: 1;
  531. }
  532. .sheduling .content .table .table_1 .table-tr .table-time .time-item.data-v-a41aa4e0 {
  533. display: -webkit-box;
  534. display: -webkit-flex;
  535. display: flex;
  536. -webkit-box-pack: center;
  537. -webkit-justify-content: center;
  538. justify-content: center;
  539. -webkit-box-align: center;
  540. -webkit-align-items: center;
  541. align-items: center;
  542. -webkit-box-orient: vertical;
  543. -webkit-box-direction: normal;
  544. -webkit-flex-flow: column;
  545. flex-flow: column;
  546. height: 53px;
  547. border-top: solid 1px rgba(112, 112, 112, 0.08);
  548. border-right: solid 1px rgba(112, 112, 112, 0.08);
  549. font-size: 10px;
  550. font-family: PingFang SC;
  551. font-weight: 400;
  552. color: #333;
  553. opacity: 1;
  554. }
  555. .sheduling .content .table .table_1 .table-tr .table-time .active-time-item.data-v-a41aa4e0 {
  556. display: -webkit-box;
  557. display: -webkit-flex;
  558. display: flex;
  559. -webkit-box-pack: center;
  560. -webkit-justify-content: center;
  561. justify-content: center;
  562. -webkit-box-align: center;
  563. -webkit-align-items: center;
  564. align-items: center;
  565. -webkit-box-orient: vertical;
  566. -webkit-box-direction: normal;
  567. -webkit-flex-flow: column;
  568. flex-flow: column;
  569. height: 53px;
  570. border-top: solid 1px rgba(255, 255, 255, 0.08);
  571. border-right: solid 1px rgba(255, 255, 255, 0.08);
  572. font-size: 10px;
  573. font-family: PingFang SC;
  574. font-weight: 400;
  575. color: #333;
  576. opacity: 1;
  577. background-color: #3e7855;
  578. }
  579. .sheduling .content .table .table_1 .table-tr .table-time .active-time-item .teacher.data-v-a41aa4e0 {
  580. font-size: 10px;
  581. font-family: PingFang SC;
  582. font-weight: 500;
  583. line-height: 20px;
  584. color: #FFFFFF;
  585. opacity: 1;
  586. text-align: center;
  587. white-space: nowrap;
  588. /*设置不换行*/
  589. overflow: hidden;
  590. opacity: 1;
  591. }
  592. .sheduling .content .table .table_1 .table-tr .table-time .active-time-item .stu.data-v-a41aa4e0 {
  593. text-align: center;
  594. font-size: 10px;
  595. font-family: PingFang SC;
  596. font-weight: 400;
  597. line-height: 20px;
  598. color: #FEEF7E;
  599. opacity: 1;
  600. }
  601. .sheduling .content .table .table_1 .table-tr .table-time .me-item.data-v-a41aa4e0 {
  602. display: -webkit-box;
  603. display: -webkit-flex;
  604. display: flex;
  605. -webkit-box-pack: center;
  606. -webkit-justify-content: center;
  607. justify-content: center;
  608. -webkit-box-align: center;
  609. -webkit-align-items: center;
  610. align-items: center;
  611. -webkit-box-orient: vertical;
  612. -webkit-box-direction: normal;
  613. -webkit-flex-flow: column;
  614. flex-flow: column;
  615. height: 53px;
  616. border-top: solid 1px rgba(255, 255, 255, 0.08);
  617. border-right: solid 1px rgba(255, 255, 255, 0.08);
  618. font-size: 10px;
  619. font-family: PingFang SC;
  620. font-weight: 400;
  621. color: #333;
  622. opacity: 1;
  623. background-color: #c1915a;
  624. }
  625. .sheduling .content .table .table_1 .table-tr .table-time .me-item .teacher.data-v-a41aa4e0 {
  626. font-size: 10px;
  627. font-family: PingFang SC;
  628. font-weight: 500;
  629. line-height: 20px;
  630. color: #FFFFFF;
  631. opacity: 1;
  632. }
  633. .sheduling .content .table .table_1 .table-tr .table-time .me-item .stu.data-v-a41aa4e0 {
  634. font-size: 10px;
  635. font-family: PingFang SC;
  636. font-weight: 400;
  637. line-height: 20px;
  638. color: #FEEF7E;
  639. opacity: 1;
  640. text-align: center;
  641. }