details.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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. flex: 1;
  23. font-size: 20px;
  24. font-family: PingFang SC;
  25. font-weight: bold;
  26. line-height: 20px;
  27. color: #282828;
  28. padding: 40px 30px 30px;
  29. margin-left: 95px;
  30. }
  31. .details .title .eng.data-v-965aeff6 {
  32. display: block;
  33. font-size: 12px;
  34. font-family: PingFang SC;
  35. font-weight: bold;
  36. line-height: 20px;
  37. color: #282828;
  38. opacity: 1;
  39. margin-top: 6px;
  40. }
  41. .details .headimg.data-v-965aeff6 {
  42. width: 100px;
  43. height: 100px;
  44. border-radius: 100px;
  45. position: fixed;
  46. right: 30px;
  47. top: 80px;
  48. }
  49. .details .item.data-v-965aeff6 {
  50. padding: 37px 30px 159px;
  51. }
  52. .details .item .details-item.data-v-965aeff6 {
  53. display: flex;
  54. align-items: center;
  55. margin-bottom: 20px;
  56. }
  57. .details .item .details-item image.data-v-965aeff6 {
  58. width: 50px;
  59. height: 50px;
  60. margin-right: 12px;
  61. border-radius: 50%;
  62. }
  63. .details .item .details-item .middle.data-v-965aeff6 {
  64. font-size: 20px;
  65. font-family: PingFang SC;
  66. font-weight: bold;
  67. color: #282828;
  68. opacity: 1;
  69. margin-right: 10px;
  70. }
  71. .details .item .details-item .right.data-v-965aeff6 {
  72. font-size: 14px;
  73. font-family: PingFang SC;
  74. font-weight: bold;
  75. color: rgba(40, 40, 40, 0.78);
  76. }
  77. .details .item .text.data-v-965aeff6 {
  78. display: flex;
  79. margin-top: 8px;
  80. }
  81. .details .item .text image.data-v-965aeff6 {
  82. width: 18px;
  83. flex: 0 0 18px;
  84. height: 18px;
  85. margin-right: 12px;
  86. }
  87. .details .item .text .middle.data-v-965aeff6 {
  88. font-size: 15px;
  89. font-family: PingFang SC;
  90. font-weight: bold;
  91. flex: 0 0 35px;
  92. margin-right: 10px;
  93. color: rgba(40, 40, 40, 0.78);
  94. }
  95. .details .item .text .right.data-v-965aeff6 {
  96. font-size: 12px;
  97. font-family: PingFang SC;
  98. font-weight: bold;
  99. color: rgba(40, 40, 40, 0.59);
  100. }
  101. .details .item .text1.data-v-965aeff6 {
  102. margin-top: 40px;
  103. text-align: center;
  104. }
  105. .details .remark-title.data-v-965aeff6 {
  106. font-size: 14px;
  107. font-family: PingFang SC;
  108. font-weight: bold;
  109. line-height: 20px;
  110. color: #282828;
  111. }
  112. .details .remark-title image.data-v-965aeff6 {
  113. display: inline-block;
  114. width: 13px;
  115. height: 23px;
  116. vertical-align: middle;
  117. }
  118. .details .circle.data-v-965aeff6 {
  119. width: 10px;
  120. height: 27px;
  121. margin: 10px 0 5px;
  122. }
  123. .details .remark.data-v-965aeff6 {
  124. background: #F4F9FD;
  125. border: 1px solid #00BEA6;
  126. opacity: 1;
  127. border-radius: 11px;
  128. font-size: 12px;
  129. font-family: PingFang SC;
  130. font-weight: 400;
  131. line-height: 20px;
  132. color: #282828;
  133. opacity: 0.54;
  134. }
  135. .details .remark text.data-v-965aeff6 {
  136. display: inline-block;
  137. margin: 16px 21px;
  138. overflow: hidden;
  139. display: -webkit-box;
  140. text-overflow: ellipsis;
  141. -webkit-line-clamp: 3;
  142. -webkit-box-orient: vertical;
  143. white-space: normal;
  144. }