index.less 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. .container {
  2. padding: 24rpx 0;
  3. color: #fff;
  4. .userinfo {
  5. margin: 0 auto;
  6. width: 714rpx;
  7. text-align: center;
  8. position: relative;
  9. height: 200rpx;
  10. >image {
  11. width: 100%;
  12. height: 100%;
  13. }
  14. .usercon {
  15. width: 100%;
  16. height: 100%;
  17. position: absolute;
  18. top: 0;
  19. font-size: 0;
  20. left: 0;
  21. .icon {
  22. width: 160rpx;
  23. height: 158rpx;
  24. position: absolute;
  25. top: 16rpx;
  26. left: 34rpx;
  27. }
  28. .username {
  29. color: #fff;
  30. font-size: 36rpx;
  31. font-weight: bold;
  32. position: absolute;
  33. top: 18rpx;
  34. left: 220rpx;
  35. }
  36. .bar {
  37. width: 284rpx;
  38. height: 68rpx;
  39. background: #012b4f;
  40. position: absolute;
  41. top: 90rpx;
  42. left: 232rpx;
  43. clip-path: polygon(0 4%, 96% 0, 100% 100%, 0 100%);
  44. .line {
  45. background: #a1cbec;
  46. width: 50%;
  47. height: 100%;
  48. }
  49. }
  50. .r_text {
  51. position: absolute;
  52. right: 46rpx;
  53. top: 24rpx;
  54. font-size: 28rpx;
  55. text-align: left;
  56. >text {
  57. display: block;
  58. margin: 10rpx 0;
  59. &:first-of-type {
  60. font-weight: bold;
  61. margin-bottom: 16rpx;
  62. }
  63. &:last-of-type {
  64. font-size: 20rpx;
  65. }
  66. }
  67. }
  68. }
  69. }
  70. .record {
  71. width: 686rpx;
  72. height: calc(100% - 340rpx);
  73. margin: 40rpx auto 0;
  74. position: relative;
  75. overflow: hidden;
  76. >view{
  77. padding: 30rpx 20rpx;
  78. background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 100%);
  79. box-shadow: 6rpx 10rpx 27rpx 0rpx rgba(75, 126, 160, 0.6);
  80. box-sizing: border-box;
  81. border: 5rpx solid #fff;
  82. border-radius: 10rpx;
  83. height: 100%;
  84. color: #765842;
  85. transition: all .3s ease;
  86. }
  87. .re_detail{
  88. position: absolute;
  89. left: 100%;
  90. top: 0;
  91. width: 100%;
  92. }
  93. .re_header {
  94. font-size: 32rpx;
  95. width: 100%;
  96. border-bottom: 4rpx solid #fff;
  97. padding: 10rpx 30rpx 30rpx;
  98. color: #4C2508;
  99. box-sizing: border-box;
  100. >image {
  101. height: 58rpx;
  102. display: inline-block;
  103. vertical-align: middle;
  104. }
  105. .jiantou{
  106. height: 40rpx;
  107. margin-right: 20rpx;
  108. }
  109. }
  110. .re_body {
  111. color: #765842;
  112. height: calc(100% - 200rpx);
  113. .item_con{
  114. height: 100%;
  115. overflow-y: auto;
  116. overflow-x: hidden;
  117. .item {
  118. position: relative;
  119. background: rgba(255, 255, 255, 0.5);
  120. border-radius: 6rpx;
  121. margin: 16rpx 0;
  122. height: 112rpx;
  123. padding: 10rpx 20rpx;
  124. box-sizing: border-box;
  125. >image {
  126. position: absolute;
  127. top: 50%;
  128. right: 26rpx;
  129. transform: translateY(-50%);
  130. width: 50rpx;
  131. }
  132. >text {
  133. display: block;
  134. &:last-of-type {
  135. font-size: 24rpx;
  136. margin-top: 12rpx;
  137. }
  138. }
  139. .score{
  140. position: absolute;
  141. top: 50%;
  142. right: 26rpx;
  143. transform: translateY(-50%);
  144. }
  145. }
  146. }
  147. }
  148. .re_paging{
  149. .layer{
  150. margin-top: 40rpx;
  151. }
  152. }
  153. .re_survey{
  154. color: #765842;
  155. padding: 40rpx 0 40rpx 46rpx;
  156. border-bottom: 4rpx solid #fff;
  157. >view{
  158. font-weight: bold;
  159. font-size: 34rpx;
  160. align-items: center;
  161. display: flex;
  162. >text{
  163. font-size: 28rpx;
  164. font-weight: normal;
  165. }
  166. >view{
  167. display: flex;
  168. align-items: center;
  169. }
  170. }
  171. .score_con{
  172. justify-content: space-between;
  173. margin-top: 28rpx;
  174. }
  175. }
  176. .re_list{
  177. padding: 36rpx 10rpx;
  178. color: #765842;
  179. height: 100%;
  180. .lst_header,.lst_item{
  181. display: flex;
  182. justify-content: space-between;
  183. width: 100%;
  184. >text{
  185. width: 20%;
  186. text-align: center;
  187. overflow: hidden;//溢出隐藏
  188. white-space: nowrap;//禁止换行
  189. text-overflow: ellipsis;//...
  190. &:first-of-type{
  191. width: 14%;
  192. }
  193. &:nth-of-type(2){
  194. width: 30%;
  195. }
  196. }
  197. }
  198. .lst_con{
  199. height: calc(100% - 420rpx);
  200. overflow-y: auto;
  201. overflow-x: hidden;
  202. }
  203. .lst_header{
  204. font-weight: bold;
  205. font-size: 34rpx;
  206. margin-bottom: 20rpx;
  207. }
  208. .lst_item{
  209. margin-bottom: 40rpx;
  210. }
  211. }
  212. }
  213. }