record.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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. .item.data-v-30dfa724 {
  11. display: -webkit-box;
  12. display: -webkit-flex;
  13. display: flex;
  14. position: relative;
  15. -webkit-box-align: center;
  16. -webkit-align-items: center;
  17. align-items: center;
  18. padding: 10px;
  19. margin-top: 12px;
  20. font-size: 13px;
  21. background: rgba(234, 237, 242, 0.28);
  22. border-radius: 7px;
  23. }
  24. .item .tips.data-v-30dfa724 {
  25. position: absolute;
  26. width: 57px;
  27. height: 20px;
  28. background: #C1915A;
  29. line-height: 20px;
  30. font-size: 12px;
  31. font-family: PingFang SC;
  32. font-weight: 400;
  33. color: #FFFFFF;
  34. opacity: 1;
  35. opacity: 1;
  36. right: 12px;
  37. z-index: 2;
  38. top: 0;
  39. text-align: center;
  40. border-radius: 0px 0px 6px 6px;
  41. }
  42. .item .item-left.data-v-30dfa724 {
  43. margin-right: 20px;
  44. }
  45. .item .item-left image.data-v-30dfa724 {
  46. height: 42px;
  47. width: 42px;
  48. border: solid 1px;
  49. border-radius: 50%;
  50. }
  51. .item .item-left .name.data-v-30dfa724 {
  52. font-size: 10px;
  53. font-family: PingFang SC;
  54. font-weight: 400;
  55. text-align: center;
  56. line-height: 20px;
  57. color: #292929;
  58. opacity: 1;
  59. }
  60. .item .item-right.data-v-30dfa724 {
  61. -webkit-box-flex: 1;
  62. -webkit-flex: 1;
  63. flex: 1;
  64. }
  65. .item .item-right .text.data-v-30dfa724 {
  66. line-height: 17px;
  67. font-size: 12px;
  68. font-family: PingFang SC;
  69. font-weight: 400;
  70. color: #282828;
  71. opacity: 1;
  72. }
  73. .item .item-right .text .time.data-v-30dfa724 {
  74. font-family: PingFang SC;
  75. font-weight: 400;
  76. color: #282828;
  77. opacity: 1;
  78. display: inline-block;
  79. margin-left: 15px;
  80. margin-top: 5px;
  81. }
  82. .item .cancel.data-v-30dfa724 {
  83. display: inline-block;
  84. padding: 2px 10px;
  85. border: 1px solid rgba(193, 145, 90, 0.44);
  86. border-radius: 12px;
  87. font-size: 12px;
  88. font-family: PingFang SC;
  89. font-weight: 500;
  90. line-height: 20px;
  91. color: #C1915A;
  92. opacity: 1;
  93. text-align: center;
  94. }
  95. .student-show.data-v-30dfa724 {
  96. padding-bottom: 5px;
  97. }
  98. .student-show .stu-title.data-v-30dfa724 {
  99. font-size: 20px;
  100. font-family: PingFang SC;
  101. font-weight: bold;
  102. line-height: 20px;
  103. color: #282828;
  104. opacity: 1;
  105. text-align: center;
  106. padding: 35px 0;
  107. }
  108. .student-show .stu-mess.data-v-30dfa724 {
  109. display: -webkit-box;
  110. display: -webkit-flex;
  111. display: flex;
  112. padding: 0 22px;
  113. }
  114. .student-show .stu-mess image.data-v-30dfa724 {
  115. height: 75px;
  116. width: 75px;
  117. margin-right: 14px;
  118. border-radius: 9px;
  119. }
  120. .student-show .stu-mess .right.data-v-30dfa724 {
  121. -webkit-box-flex: 1;
  122. -webkit-flex: 1;
  123. flex: 1;
  124. }
  125. .student-show .stu-mess .right .stu-text.data-v-30dfa724 {
  126. font-size: 13px;
  127. font-family: PingFang SC;
  128. font-weight: 400;
  129. line-height: 20px;
  130. color: #282828;
  131. }
  132. .student-show .e-mail.data-v-30dfa724 {
  133. margin: 18px 22px 22px;
  134. height: 36px;
  135. line-height: 36px;
  136. font-size: 14px;
  137. font-family: PingFang SC;
  138. font-weight: bold;
  139. color: rgba(40, 40, 40, 0.78);
  140. border-bottom: 1px solid rgba(112, 112, 112, 0.06);
  141. }
  142. .student-show .remark-title.data-v-30dfa724 {
  143. margin: 10px 22px 0px;
  144. padding: 5px;
  145. font-size: 13px;
  146. font-family: PingFang SC;
  147. font-weight: bold;
  148. line-height: 20px;
  149. color: #282828;
  150. opacity: 0.61;
  151. }
  152. .student-show .remark.data-v-30dfa724 {
  153. margin: 0px 22px 22px;
  154. font-size: 12px;
  155. font-family: PingFang SC;
  156. font-weight: 400;
  157. line-height: 20px;
  158. color: #282828;
  159. opacity: 0.54;
  160. padding: 5px;
  161. overflow: hidden;
  162. display: -webkit-box;
  163. text-overflow: ellipsis;
  164. -webkit-line-clamp: 3;
  165. -webkit-box-orient: vertical;
  166. white-space: normal;
  167. }