details.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. page.data-v-965aeff6 {
  8. background: #F4F9FD;
  9. padding: 20px 16px;
  10. }
  11. .details.data-v-965aeff6 {
  12. background-color: #FFFFFF;
  13. }
  14. .details .wrap.data-v-965aeff6 {
  15. width: 100%;
  16. background: url(/static/images/stu-top.png) no-repeat;
  17. height: 112px;
  18. background-size: 100%;
  19. background-position: center;
  20. }
  21. .details .title.data-v-965aeff6 {
  22. -webkit-box-flex: 1;
  23. -webkit-flex: 1;
  24. flex: 1;
  25. font-size: 20px;
  26. font-family: PingFang SC;
  27. font-weight: bold;
  28. line-height: 20px;
  29. color: #282828;
  30. padding: 40px 30px 30px;
  31. margin-left: 95px;
  32. }
  33. .details .title .eng.data-v-965aeff6 {
  34. display: block;
  35. font-size: 12px;
  36. font-family: PingFang SC;
  37. font-weight: bold;
  38. line-height: 20px;
  39. color: #282828;
  40. opacity: 1;
  41. margin-top: 6px;
  42. }
  43. .details .headimg.data-v-965aeff6 {
  44. width: 100px;
  45. height: 100px;
  46. border-radius: 100px;
  47. position: fixed;
  48. right: 30px;
  49. top: 80px;
  50. }
  51. .details .item.data-v-965aeff6 {
  52. padding: 37px 30px 159px;
  53. }
  54. .details .item .details-item.data-v-965aeff6 {
  55. display: -webkit-box;
  56. display: -webkit-flex;
  57. display: flex;
  58. -webkit-box-align: center;
  59. -webkit-align-items: center;
  60. align-items: center;
  61. margin-bottom: 20px;
  62. }
  63. .details .item .details-item image.data-v-965aeff6 {
  64. width: 50px;
  65. height: 50px;
  66. margin-right: 12px;
  67. border-radius: 50%;
  68. }
  69. .details .item .details-item .middle.data-v-965aeff6 {
  70. font-size: 20px;
  71. font-family: PingFang SC;
  72. font-weight: bold;
  73. color: #282828;
  74. opacity: 1;
  75. margin-right: 10px;
  76. }
  77. .details .item .details-item .right.data-v-965aeff6 {
  78. font-size: 14px;
  79. font-family: PingFang SC;
  80. font-weight: bold;
  81. color: rgba(40, 40, 40, 0.78);
  82. }
  83. .details .item .text.data-v-965aeff6 {
  84. display: -webkit-box;
  85. display: -webkit-flex;
  86. display: flex;
  87. margin-top: 8px;
  88. }
  89. .details .item .text image.data-v-965aeff6 {
  90. width: 18px;
  91. -webkit-box-flex: 0;
  92. -webkit-flex: 0 0 18px;
  93. flex: 0 0 18px;
  94. height: 18px;
  95. margin-right: 12px;
  96. }
  97. .details .item .text .middle.data-v-965aeff6 {
  98. font-size: 15px;
  99. font-family: PingFang SC;
  100. font-weight: bold;
  101. -webkit-box-flex: 0;
  102. -webkit-flex: 0 0 35px;
  103. flex: 0 0 35px;
  104. margin-right: 10px;
  105. color: rgba(40, 40, 40, 0.78);
  106. }
  107. .details .item .text .right.data-v-965aeff6 {
  108. font-size: 12px;
  109. font-family: PingFang SC;
  110. font-weight: bold;
  111. color: rgba(40, 40, 40, 0.59);
  112. }
  113. .details .item .text1.data-v-965aeff6 {
  114. margin-top: 40px;
  115. text-align: center;
  116. }
  117. .details .remark-title.data-v-965aeff6 {
  118. font-size: 14px;
  119. font-family: PingFang SC;
  120. font-weight: bold;
  121. line-height: 20px;
  122. color: #282828;
  123. }
  124. .details .remark-title image.data-v-965aeff6 {
  125. display: inline-block;
  126. width: 13px;
  127. height: 23px;
  128. vertical-align: middle;
  129. }
  130. .details .circle.data-v-965aeff6 {
  131. width: 10px;
  132. height: 27px;
  133. margin: 10px 0 5px;
  134. }
  135. .details .remark.data-v-965aeff6 {
  136. background: #F4F9FD;
  137. border: 1px solid #00BEA6;
  138. opacity: 1;
  139. border-radius: 11px;
  140. font-size: 12px;
  141. font-family: PingFang SC;
  142. font-weight: 400;
  143. line-height: 20px;
  144. color: #282828;
  145. opacity: 0.54;
  146. padding: 16px 21px;
  147. overflow: hidden;
  148. display: -webkit-box;
  149. text-overflow: ellipsis;
  150. -webkit-line-clamp: 3;
  151. -webkit-box-orient: vertical;
  152. white-space: normal;
  153. }