index.wxss 11 KB

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