index.wxss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. page.data-v-57280228 {
  8. background-color: #F9F9FB;
  9. }
  10. .news.data-v-57280228 {
  11. padding: 10px 0 0;
  12. }
  13. .news .list-item.data-v-57280228 {
  14. background: #FFFFFF;
  15. opacity: 1;
  16. border-radius: 12px;
  17. padding: 12px;
  18. position: relative;
  19. display: -webkit-box;
  20. display: -webkit-flex;
  21. display: flex;
  22. -webkit-box-align: center;
  23. -webkit-align-items: center;
  24. align-items: center;
  25. margin-top: 8px;
  26. }
  27. .news .list-item .tips.data-v-57280228 {
  28. position: absolute;
  29. width: 52px;
  30. height: 21px;
  31. text-align: center;
  32. line-height: 21px;
  33. background: #72D6A0;
  34. top: 0;
  35. right: 0;
  36. opacity: 1;
  37. border-radius: 0px 12px 0px 12px;
  38. font-size: 12px;
  39. font-family: PingFang SC;
  40. color: #fff;
  41. }
  42. .news .list-item image.data-v-57280228 {
  43. -webkit-box-flex: 0;
  44. -webkit-flex: 0 0 86px;
  45. flex: 0 0 86px;
  46. width: 86px;
  47. height: 60px;
  48. margin-right: 6px;
  49. }
  50. .news .list-item .right.data-v-57280228 {
  51. padding-left: 3px;
  52. -webkit-box-flex: 1;
  53. -webkit-flex: 1;
  54. flex: 1;
  55. }
  56. .news .list-item .right .title.data-v-57280228 {
  57. width: 200px;
  58. font-size: 16px;
  59. font-family: PingFang SC;
  60. font-weight: bold;
  61. line-height: 20px;
  62. color: #282828;
  63. overflow: hidden;
  64. opacity: 1;
  65. white-space: nowrap;
  66. /*设置不换行*/
  67. overflow: hidden;
  68. /*设置隐藏*/
  69. text-overflow: ellipsis;
  70. /*设置隐藏部分为省略号*/
  71. }
  72. .news .list-item .right .text.data-v-57280228 {
  73. font-size: 13px;
  74. font-family: PingFang SC;
  75. font-weight: 400;
  76. line-height: 20px;
  77. color: rgba(40, 40, 40, 0.47);
  78. margin-top: 3px;
  79. }
  80. .news .list-item .right .time.data-v-57280228 {
  81. font-size: 10px;
  82. font-family: PingFang SC;
  83. font-weight: 400;
  84. line-height: 20px;
  85. color: #282828;
  86. }
  87. .student-show.data-v-57280228 {
  88. padding-bottom: 5px;
  89. }
  90. .student-show .stu-title.data-v-57280228 {
  91. font-size: 20px;
  92. font-family: PingFang SC;
  93. font-weight: bold;
  94. line-height: 20px;
  95. color: #282828;
  96. opacity: 1;
  97. text-align: center;
  98. padding: 20px 0 20px;
  99. }
  100. .student-show .stu-mess.data-v-57280228 {
  101. display: -webkit-box;
  102. display: -webkit-flex;
  103. display: flex;
  104. padding: 0 22px;
  105. }
  106. .student-show .stu-mess image.data-v-57280228 {
  107. height: 75px;
  108. width: 75px;
  109. margin-right: 14px;
  110. border-radius: 9px;
  111. }
  112. .student-show .stu-mess .right.data-v-57280228 {
  113. -webkit-box-flex: 1;
  114. -webkit-flex: 1;
  115. flex: 1;
  116. }
  117. .student-show .stu-mess .right .stu-text.data-v-57280228 {
  118. font-size: 13px;
  119. font-family: PingFang SC;
  120. font-weight: 400;
  121. line-height: 20px;
  122. color: #282828;
  123. overflow: hidden;
  124. display: -webkit-box;
  125. text-overflow: ellipsis;
  126. -webkit-line-clamp: 2;
  127. -webkit-box-orient: vertical;
  128. white-space: normal;
  129. }
  130. .student-show .e-mail.data-v-57280228 {
  131. margin: 10px 22px 0px;
  132. height: 36px;
  133. line-height: 36px;
  134. font-size: 14px;
  135. font-family: PingFang SC;
  136. font-weight: bold;
  137. color: rgba(40, 40, 40, 0.78);
  138. border-bottom: 1px solid rgba(112, 112, 112, 0.06);
  139. }
  140. .student-show .remark-title.data-v-57280228 {
  141. margin: 10px 22px 0px;
  142. padding: 5px;
  143. font-size: 13px;
  144. font-family: PingFang SC;
  145. font-weight: bold;
  146. line-height: 20px;
  147. color: #282828;
  148. opacity: 0.61;
  149. }
  150. .student-show .remark.data-v-57280228 {
  151. margin: 0px 22px 22px;
  152. font-size: 12px;
  153. font-family: PingFang SC;
  154. font-weight: 400;
  155. line-height: 20px;
  156. color: #282828;
  157. opacity: 0.54;
  158. padding: 5px;
  159. overflow: hidden;
  160. display: -webkit-box;
  161. text-overflow: ellipsis;
  162. -webkit-line-clamp: 3;
  163. -webkit-box-orient: vertical;
  164. white-space: normal;
  165. }
  166. .real_name.data-v-57280228 {
  167. width: 320px;
  168. }
  169. .real_name image.data-v-57280228 {
  170. height: 196px;
  171. }
  172. .real_name .title.data-v-57280228 {
  173. font-size: 18px;
  174. font-family: PingFang SC;
  175. font-weight: bold;
  176. line-height: 20px;
  177. color: #282828;
  178. opacity: 1;
  179. margin-top: 25px;
  180. margin-bottom: 13px;
  181. text-align: center;
  182. }
  183. .real_name .text.data-v-57280228 {
  184. font-size: 16px;
  185. font-family: PingFang SC;
  186. font-weight: 600;
  187. line-height: 26px;
  188. color: #BCBCBC;
  189. opacity: 1;
  190. text-align: center;
  191. margin: 0 30px;
  192. }
  193. .real_name .popup-bt.data-v-57280228 {
  194. display: -webkit-box;
  195. display: -webkit-flex;
  196. display: flex;
  197. }
  198. .real_name .popup-bt .go_perfect.data-v-57280228 {
  199. height: 44px;
  200. line-height: 44px;
  201. margin: 28px auto;
  202. text-align: center;
  203. width: 128px;
  204. background: #3B7653;
  205. opacity: 1;
  206. border-radius: 24px;
  207. font-size: 18px;
  208. font-family: PingFang SC;
  209. font-weight: 500;
  210. color: #FFFFFF;
  211. margin-right: 20px;
  212. }
  213. .real_name .popup-bt .log_out.data-v-57280228 {
  214. height: 44px;
  215. line-height: 44px;
  216. margin: 28px auto;
  217. text-align: center;
  218. width: 128px;
  219. border: solid 1px #3B7653;
  220. opacity: 1;
  221. border-radius: 24px;
  222. font-size: 18px;
  223. font-family: PingFang SC;
  224. font-weight: 500;
  225. color: #3B7653;
  226. margin-left: 20px;
  227. }
  228. .index .top.data-v-57280228 {
  229. background: #FFFFFF;
  230. padding: 15px 15px 23px;
  231. }
  232. .index .top .ad.data-v-57280228 {
  233. height: 46px;
  234. margin-top: 15px;
  235. display: -webkit-box;
  236. display: -webkit-flex;
  237. display: flex;
  238. -webkit-box-pack: center;
  239. -webkit-justify-content: center;
  240. justify-content: center;
  241. -webkit-box-align: center;
  242. -webkit-align-items: center;
  243. align-items: center;
  244. border-radius: 6px;
  245. padding: 0 25px;
  246. background-image: url(/static/images/ad-bg.png);
  247. background-repeat: no-repeat;
  248. background-size: 100% auto;
  249. }
  250. .index .top .ad .left.data-v-57280228 {
  251. -webkit-box-flex: 1;
  252. -webkit-flex: 1;
  253. flex: 1;
  254. font-size: 16px;
  255. font-family: PingFang HK;
  256. font-weight: 600;
  257. line-height: 20px;
  258. white-space: nowrap;
  259. /*设置不换行*/
  260. overflow: hidden;
  261. /*设置隐藏*/
  262. text-overflow: ellipsis;
  263. /*设置隐藏部分为省略号*/
  264. color: #84705D;
  265. }
  266. .index .top .ad .right.data-v-57280228 {
  267. text-align: center;
  268. padding: 3px 9px;
  269. border: 1px solid #84715E;
  270. opacity: 1;
  271. border-radius: 11px;
  272. font-size: 11px;
  273. font-family: PingFang SC;
  274. font-weight: 400;
  275. color: #9A7C5D;
  276. }
  277. .index .content.data-v-57280228 {
  278. padding: 15px 15px 0;
  279. }
  280. .index .content .content-top.data-v-57280228 {
  281. display: -webkit-box;
  282. display: -webkit-flex;
  283. display: flex;
  284. -webkit-box-pack: center;
  285. -webkit-justify-content: center;
  286. justify-content: center;
  287. -webkit-box-align: center;
  288. -webkit-align-items: center;
  289. align-items: center;
  290. }
  291. .index .content .content-top .title.data-v-57280228 {
  292. width: 70px;
  293. font-size: 18px;
  294. font-family: PingFang SC;
  295. font-weight: bold;
  296. color: #282828;
  297. -webkit-box-flex: 1;
  298. -webkit-flex: 1;
  299. flex: 1;
  300. opacity: 1;
  301. position: relative;
  302. }
  303. .index .content .content-top .title .shadow.data-v-57280228 {
  304. width: 70px;
  305. position: absolute;
  306. font-size: 12px;
  307. font-family: PingFang SC;
  308. font-weight: bold;
  309. line-height: 20px;
  310. color: #84705E;
  311. opacity: 0.24;
  312. top: 12px;
  313. text-align: center;
  314. }
  315. .index .content .content-top .date.data-v-57280228 {
  316. height: 17px;
  317. font-size: 12px;
  318. font-family: PingFang SC;
  319. font-weight: 400;
  320. color: #282828;
  321. text-align: center;
  322. opacity: 0.39;
  323. }
  324. .index .content .content-top .date1.data-v-57280228 {
  325. height: 19px;
  326. line-height: 19px;
  327. font-size: 12px;
  328. font-family: PingFang SC;
  329. font-weight: 400;
  330. color: #282828;
  331. background-color: #adadad;
  332. padding: 0 6px;
  333. text-align: center;
  334. opacity: 0.39;
  335. border-radius: 8px;
  336. margin-left: 5px;
  337. }
  338. .index .content .list.data-v-57280228 {
  339. margin-top: 20px;
  340. }
  341. .index .content .list .item.data-v-57280228 {
  342. position: relative;
  343. padding: 24px 18px 8px;
  344. background: #FFFFFF;
  345. opacity: 1;
  346. display: -webkit-box;
  347. display: -webkit-flex;
  348. display: flex;
  349. -webkit-box-pack: justify;
  350. -webkit-justify-content: space-between;
  351. justify-content: space-between;
  352. border-radius: 12px;
  353. margin-bottom: 16px;
  354. }
  355. .index .content .list .item .tips.data-v-57280228 {
  356. position: absolute;
  357. top: 10px;
  358. right: 0;
  359. height: 23px;
  360. line-height: 23px;
  361. padding: 0 10px;
  362. width: 65px;
  363. height: 20px;
  364. background: #E8FFF2;
  365. opacity: 0.97;
  366. border-radius: 12px 12px 0px 12px;
  367. color: #4FC47E;
  368. font-size: 16px;
  369. }
  370. .index .content .list .item .tips1.data-v-57280228 {
  371. position: absolute;
  372. top: 10px;
  373. right: 0;
  374. height: 23px;
  375. line-height: 23px;
  376. background: #E1CA8B;
  377. opacity: 0.97;
  378. padding: 0 10px;
  379. border-radius: 12px 12px 0px 12px;
  380. font-size: 12px;
  381. font-family: PingFang SC;
  382. font-weight: 400;
  383. line-height: 20px;
  384. color: #656565;
  385. opacity: 1;
  386. }
  387. .index .content .list .item .left .left-time.data-v-57280228 {
  388. display: -webkit-box;
  389. display: -webkit-flex;
  390. display: flex;
  391. -webkit-box-align: center;
  392. -webkit-align-items: center;
  393. align-items: center;
  394. font-size: 14px;
  395. font-family: PingFang SC;
  396. font-weight: 400;
  397. color: #6B6B6B;
  398. opacity: 1;
  399. }
  400. .index .content .list .item .left .left-time .time.data-v-57280228 {
  401. display: inline-block;
  402. width: 77px;
  403. height: 21px;
  404. background-color: #FEF2CC;
  405. border-radius: 11px 11px 11px 0px;
  406. color: #FC7435;
  407. margin-left: 5px;
  408. text-align: center;
  409. }
  410. .index .content .list .item .left .left-time1.data-v-57280228 {
  411. display: -webkit-box;
  412. display: -webkit-flex;
  413. display: flex;
  414. -webkit-box-align: center;
  415. -webkit-align-items: center;
  416. align-items: center;
  417. font-size: 18px;
  418. font-family: PingFang SC;
  419. font-weight: 500;
  420. color: #6C6C6C;
  421. opacity: 1;
  422. }
  423. .index .content .list .item .left .left-time1 .time1.data-v-57280228 {
  424. color: #F55965;
  425. }
  426. .index .content .list .item .left .left-tip.data-v-57280228 {
  427. font-size: 15px;
  428. font-family: PingFang SC;
  429. font-weight: 500;
  430. color: #888888;
  431. opacity: 1;
  432. margin-top: 13px;
  433. }
  434. .index .content .list .item .left .left-tip image.data-v-57280228 {
  435. width: 14px;
  436. height: 14px;
  437. margin-right: 10px;
  438. }
  439. .index .content .list .item .left .left-tip .text.data-v-57280228 {
  440. margin-bottom: 3px;
  441. }
  442. .index .content .list .item .left .left-tip1.data-v-57280228 {
  443. font-size: 15px;
  444. font-family: PingFang SC;
  445. font-weight: 500;
  446. color: #888888;
  447. opacity: 1;
  448. margin-top: 13px;
  449. }
  450. .index .content .list .item .left .left-tip1 .text1.data-v-57280228 {
  451. margin-bottom: 3px;
  452. }
  453. .index .content .list .item .left .left-tip1 image.data-v-57280228 {
  454. width: 14px;
  455. height: 14px;
  456. margin-right: 10px;
  457. }
  458. .index .content .list .item .right.data-v-57280228 {
  459. margin-right: 15px;
  460. margin-top: 10px;
  461. }
  462. .index .content .list .item .right image.data-v-57280228 {
  463. width: 108px;
  464. height: 81px;
  465. }