record.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. .record.data-v-30dfa724 {
  8. padding: 0 20px;
  9. }
  10. .enptyStatus.data-v-30dfa724 {
  11. display: flex;
  12. justify-content: center;
  13. align-items: center;
  14. flex-direction: column;
  15. padding: 30px 10px;
  16. }
  17. .enptyStatus image.data-v-30dfa724 {
  18. width: 120px;
  19. height: 150px;
  20. margin-top: 100px;
  21. }
  22. .enptyStatus .words.data-v-30dfa724 {
  23. color: #ffae21;
  24. font-size: 18px;
  25. padding-top: 18px;
  26. }
  27. .item.data-v-30dfa724 {
  28. display: flex;
  29. position: relative;
  30. align-items: center;
  31. padding: 10px;
  32. margin-top: 12px;
  33. font-size: 13px;
  34. background: rgba(234, 237, 242, 0.28);
  35. border-radius: 7px;
  36. }
  37. .item .tips.data-v-30dfa724 {
  38. position: absolute;
  39. width: 57px;
  40. height: 20px;
  41. background: #C1915A;
  42. line-height: 20px;
  43. font-size: 12px;
  44. font-family: PingFang SC;
  45. font-weight: 400;
  46. color: #FFFFFF;
  47. opacity: 1;
  48. opacity: 1;
  49. right: 12px;
  50. z-index: 2;
  51. top: 0;
  52. text-align: center;
  53. border-radius: 0px 0px 6px 6px;
  54. }
  55. .item .item-left.data-v-30dfa724 {
  56. margin-right: 20px;
  57. text-align: center;
  58. }
  59. .item .item-left .image.data-v-30dfa724 {
  60. height: 42px;
  61. width: 42px;
  62. border: solid 1px;
  63. border-radius: 50%;
  64. display: inline-block;
  65. background-position: center;
  66. background-repeat: no-repeat;
  67. background-size: cover;
  68. }
  69. .item .item-left .name.data-v-30dfa724 {
  70. font-size: 10px;
  71. font-family: PingFang SC;
  72. font-weight: 400;
  73. text-align: center;
  74. line-height: 20px;
  75. color: #292929;
  76. opacity: 1;
  77. }
  78. .item .item-right.data-v-30dfa724 {
  79. flex: 1;
  80. }
  81. .item .item-right .text.data-v-30dfa724 {
  82. line-height: 17px;
  83. font-size: 12px;
  84. font-family: PingFang SC;
  85. font-weight: 400;
  86. color: #282828;
  87. opacity: 1;
  88. }
  89. .item .item-right .text .time.data-v-30dfa724 {
  90. font-family: PingFang SC;
  91. font-weight: 400;
  92. color: #282828;
  93. opacity: 1;
  94. display: inline-block;
  95. margin-left: 15px;
  96. margin-top: 5px;
  97. }
  98. .item .cancel.data-v-30dfa724 {
  99. display: inline-block;
  100. padding: 2px 10px;
  101. border: 1px solid rgba(193, 145, 90, 0.44);
  102. border-radius: 12px;
  103. font-size: 12px;
  104. font-family: PingFang SC;
  105. font-weight: 500;
  106. line-height: 20px;
  107. color: #C1915A;
  108. opacity: 1;
  109. text-align: center;
  110. }
  111. .student-show.data-v-30dfa724 {
  112. padding-bottom: 5px;
  113. }
  114. .student-show .stu-title.data-v-30dfa724 {
  115. font-size: 20px;
  116. font-family: PingFang SC;
  117. font-weight: bold;
  118. line-height: 20px;
  119. color: #282828;
  120. opacity: 1;
  121. text-align: center;
  122. padding: 35px 0;
  123. }
  124. .student-show .stu-mess.data-v-30dfa724 {
  125. display: flex;
  126. padding: 0 22px;
  127. }
  128. .student-show .stu-mess image.data-v-30dfa724 {
  129. height: 75px;
  130. width: 75px;
  131. margin-right: 14px;
  132. border-radius: 9px;
  133. }
  134. .student-show .stu-mess .right.data-v-30dfa724 {
  135. flex: 1;
  136. }
  137. .student-show .stu-mess .right .stu-text.data-v-30dfa724 {
  138. font-size: 13px;
  139. font-family: PingFang SC;
  140. font-weight: 400;
  141. line-height: 20px;
  142. color: #282828;
  143. }
  144. .student-show .e-mail.data-v-30dfa724 {
  145. margin: 18px 22px 22px;
  146. height: 36px;
  147. line-height: 36px;
  148. font-size: 14px;
  149. font-family: PingFang SC;
  150. font-weight: bold;
  151. color: rgba(40, 40, 40, 0.78);
  152. border-bottom: 1px solid rgba(112, 112, 112, 0.06);
  153. }
  154. .student-show .remark-title.data-v-30dfa724 {
  155. margin: 10px 22px 0px;
  156. padding: 5px;
  157. font-size: 13px;
  158. font-family: PingFang SC;
  159. font-weight: bold;
  160. line-height: 20px;
  161. color: #282828;
  162. opacity: 0.61;
  163. }
  164. .student-show .remark.data-v-30dfa724 {
  165. margin: 0px 22px 22px;
  166. font-size: 12px;
  167. font-family: PingFang SC;
  168. font-weight: 400;
  169. line-height: 20px;
  170. color: #282828;
  171. opacity: 0.54;
  172. padding: 5px;
  173. overflow: hidden;
  174. display: -webkit-box;
  175. text-overflow: ellipsis;
  176. -webkit-line-clamp: 3;
  177. -webkit-box-orient: vertical;
  178. white-space: normal;
  179. }