projectType.scss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. .projectType {
  2. position: relative;
  3. width: 100%;
  4. .topArea {
  5. margin: auto;
  6. width: 1000px;
  7. padding: 24px 20px 31px 24px;
  8. background-color: #fff;
  9. display: flex;
  10. flex-direction: column;
  11. align-items: center;
  12. .title {
  13. font-size:23px;
  14. font-weight:500;
  15. color:rgba(29,42,58,1);
  16. line-height:32px;
  17. position: relative;
  18. width: 100%;
  19. text-align: center;
  20. .backBox {
  21. position: absolute;
  22. top: 0;
  23. left: 0;
  24. height: 32px;
  25. display: flex;
  26. align-items: center;
  27. cursor: pointer;
  28. .backIcon {
  29. width: 16px;
  30. height: 16px;
  31. background: url('~@/assets/img/credit/icon_back@2x.png');
  32. background-size: cover;
  33. }
  34. .backWord {
  35. font-size:15px;
  36. font-weight:400;
  37. color:rgba(51,51,51,1);
  38. line-height:21px;
  39. margin-left: 5px;
  40. }
  41. }
  42. }
  43. .line {
  44. margin: 26px 0;
  45. width:960px;
  46. height:2px;
  47. background: rgba(0,0,0,0.06);;
  48. }
  49. .userImg {
  50. width: 107px;
  51. height: 107px;
  52. img {
  53. width: 107px;
  54. height: 107px;
  55. border-radius: 53.5px;
  56. }
  57. }
  58. .score {
  59. margin-top: 18px;
  60. font-size:30px;
  61. font-weight:bold;
  62. color:rgba(48,142,255,1);
  63. line-height:35px;
  64. span {
  65. font-size:15px;
  66. font-weight:500;
  67. color:rgba(48,142,255,1);
  68. line-height:21px;
  69. }
  70. }
  71. .tips {
  72. margin-top: 2px;
  73. font-size:14px;
  74. font-weight:600;
  75. color: #666;
  76. line-height:20px;
  77. span {
  78. font-size:14px;
  79. font-weight:600;
  80. color:rgba(48,142,255,1);
  81. line-height:20px;
  82. }
  83. }
  84. .starBox {
  85. margin-top: 21px;
  86. }
  87. }
  88. .bodyArea {
  89. margin: auto;
  90. width: 1000px;
  91. .evaluateList {
  92. margin-top: 3px;
  93. .cell {
  94. margin-top: 10px;
  95. width: 100%;
  96. display: flex;
  97. justify-content: flex-start;
  98. align-items: center;
  99. height: 100%;
  100. padding: 43px 30px;
  101. background-color: #fff;
  102. .left {
  103. width: 54px;
  104. height: 54px;
  105. flex-shrink: 0;
  106. font-size: 0;
  107. img {
  108. width: 54px;
  109. height: 54px;
  110. border-radius: 27px;
  111. }
  112. }
  113. .center {
  114. margin-left: 10px;
  115. display: flex;
  116. justify-content: space-around;
  117. flex-direction: column;
  118. width: 650px;
  119. height: 54px;
  120. .nameBox {
  121. display: flex;
  122. height: 22px;
  123. .name {
  124. font-size:16px;
  125. font-weight:600;
  126. color:rgba(51,51,51,1);
  127. line-height:22px;
  128. }
  129. .tips {
  130. margin-left: 5px;
  131. height:22px;
  132. background:rgba(243,243,243,1);
  133. border-radius:2px;
  134. display: flex;
  135. justify-content: center;
  136. align-items: center;
  137. p {
  138. padding: 0 10px ;
  139. font-size: 12px;
  140. transform-origin: center;
  141. transform: scale(11/12);
  142. font-weight:500;
  143. color:rgba(136,136,136,1);
  144. }
  145. }
  146. }
  147. .eva {
  148. font-size:14px;
  149. font-weight:400;
  150. color:rgba(51,51,51,1);
  151. line-height:20px;
  152. text-align: left;
  153. white-space: nowrap;
  154. overflow: hidden;
  155. text-overflow: ellipsis;
  156. }
  157. }
  158. .right {
  159. width: 210px;
  160. display: flex;
  161. justify-content: space-around;
  162. align-items: flex-end;
  163. flex-direction: column;
  164. .time {
  165. font-size:12px;
  166. font-weight:400;
  167. color:rgba(153,153,153,1);
  168. line-height:17px;
  169. }
  170. .starBox {
  171. margin-top: 10px;
  172. display: flex;
  173. .star {
  174. margin-left: 14px;
  175. &.icon {
  176. width: 21px;
  177. height: 21px;
  178. background-size: cover;
  179. background-repeat: no-repeat;
  180. &.fill {
  181. background-image: url("~@/assets/img/credit/starFill.png");
  182. }
  183. &.none {
  184. background-image: url("~@/assets/img/credit/starNone.png");
  185. }
  186. &.half {
  187. background-image: url("~@/assets/img/credit/starHalf.png");
  188. }
  189. }
  190. }
  191. }
  192. }
  193. }
  194. }
  195. }
  196. .bottonArea {
  197. margin-top: 28px;
  198. text-align: center;
  199. }
  200. }