You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

287 lines
7.0KB

  1. .project-detail[data-v-09cb4ca3] {
  2. display: flex;
  3. }
  4. .project-detail .left[data-v-09cb4ca3] {
  5. background: #fff;
  6. border-right: 1px solid #e1e5eb;
  7. }
  8. .project-detail .left .item[data-v-09cb4ca3] {
  9. padding: 0.32rem 0.32rem;
  10. }
  11. .project-detail .left .item.active[data-v-09cb4ca3] {
  12. color: #ffffff;
  13. background: #0057ff;
  14. }
  15. .project-detail .right[data-v-09cb4ca3] {
  16. background: #ffffff;
  17. flex: 1;
  18. }
  19. .project-detail .right[data-v-09cb4ca3] .md-field {
  20. padding: 0.21333rem;
  21. padding-top: 0;
  22. border-radius: 0.21333rem;
  23. }
  24. .project-detail .right[data-v-09cb4ca3] .md-field .md-cell-item:last-child .md-cell-item-body::before {
  25. border-bottom: 0;
  26. }
  27. .project-detail .right[data-v-09cb4ca3] .md-field .md-cell-item:last-child .md-cell-item-children::before {
  28. border-bottom: 0;
  29. }
  30. .project-detail .right[data-v-09cb4ca3] .md-cell-item-content .md-cell-item-title {
  31. font-size: 0.37333rem;
  32. color: #848c9c;
  33. }
  34. .project-detail .right[data-v-09cb4ca3] .md-field-item.is-solid .md-field-item-title {
  35. font-size: 0.37333rem;
  36. color: #848c9c;
  37. }
  38. .project-detail .right[data-v-09cb4ca3] .md-textarea-item__textarea {
  39. font-weight: 400;
  40. }
  41. .project-detail .right[data-v-09cb4ca3] .md-cell-item-right {
  42. font-size: 0.37333rem;
  43. color: #111c33;
  44. }
  45. .project-detail .right[data-v-09cb4ca3] .md-cell-item-children::before {
  46. content: '';
  47. position: absolute;
  48. z-index: 2;
  49. transform-origin: 100% 50%;
  50. transform: scaleY(0.5) translateY(100%);
  51. bottom: 0;
  52. left: 0;
  53. right: auto;
  54. top: auto;
  55. width: 100%;
  56. border-bottom: solid 0.02667rem #e2e4ea;
  57. transform-origin: 50% 100%;
  58. }
  59. .project-detail .right .no-border[data-v-09cb4ca3] .md-cell-item-children::before {
  60. border: 0;
  61. }
  62. .project-detail .right .cell-children-conten[data-v-09cb4ca3] .md-cell-item-body::before {
  63. content: none;
  64. }
  65. .project-detail .right .cell-children-conten[data-v-09cb4ca3] .md-cell-item-children {
  66. padding-top: 0;
  67. padding-left: 0.8rem;
  68. }
  69. .project-detail .right .children-content[data-v-09cb4ca3] {
  70. padding: 0.24rem 0;
  71. display: flex;
  72. justify-content: space-between;
  73. }
  74. .project-detail .right .children-content .label[data-v-09cb4ca3] {
  75. font-size: 0.37333rem;
  76. color: #848c9c;
  77. }
  78. .project-detail .right .children-content .value[data-v-09cb4ca3] {
  79. font-size: 0.37333rem;
  80. color: #111c33;
  81. }
  82. .project-detail .right .children-content[data-v-09cb4ca3]:first-child {
  83. padding-top: 0;
  84. }
  85. .project-detail .right .children-content[data-v-09cb4ca3]:last-child {
  86. padding-bottom: 0;
  87. }
  88. .project-detail .right .children-content-text[data-v-09cb4ca3] {
  89. font-size: 0.37333rem;
  90. color: #111c33;
  91. word-break: break-word;
  92. }
  93. .project-detail .right .tit[data-v-09cb4ca3] {
  94. font-weight: bold;
  95. font-size: 0.37333rem;
  96. margin-bottom: 0.32rem;
  97. }
  98. .project-detail .right .expertReviewBox[data-v-09cb4ca3] {
  99. padding: 0.32rem;
  100. }
  101. .project-detail .right .expertReview[data-v-09cb4ca3] {
  102. margin-bottom: 0.32rem;
  103. }
  104. .detail[data-v-4ec0bef4] {
  105. height: 100%;
  106. }
  107. .detail .projects[data-v-4ec0bef4] {
  108. flex: 1;
  109. display: flex;
  110. flex-direction: column;
  111. justify-content: space-between;
  112. overflow-y: hidden;
  113. height: 100%;
  114. }
  115. .detail .project[data-v-4ec0bef4] {
  116. margin-bottom: 0.32rem;
  117. }
  118. .detail .project .tabBar[data-v-4ec0bef4] {
  119. margin-bottom: 0.32rem;
  120. background: #fff;
  121. border-bottom: 1px solid #eeeeee;
  122. }
  123. .detail .project .tabBar[data-v-4ec0bef4] .md-tab-bar-item {
  124. color: #111c33;
  125. font-weight: bold;
  126. font-size: 0.42667rem;
  127. }
  128. .detail .project .tabBar[data-v-4ec0bef4] .md-tab-bar-item.is-active {
  129. color: #0057ff;
  130. }
  131. .detail .content[data-v-4ec0bef4] {
  132. flex: 1;
  133. overflow-y: auto;
  134. }
  135. .detail .top[data-v-4ec0bef4] {
  136. padding: 0.4rem 0.53333rem 0.50667rem;
  137. background: #fff;
  138. margin-bottom: 0.26667rem;
  139. position: relative;
  140. }
  141. .detail .top .tit[data-v-4ec0bef4] {
  142. font-weight: 600;
  143. color: #111c33;
  144. line-height: 0.64rem;
  145. font-size: 0.42667rem;
  146. margin-bottom: 0.16rem;
  147. display: flex;
  148. align-items: center;
  149. justify-content: space-between;
  150. }
  151. .detail .top .tit p[data-v-4ec0bef4] {
  152. display: flex;
  153. align-items: center;
  154. }
  155. .detail .top .tit p span[data-v-4ec0bef4] {
  156. width: 6rem;
  157. display: inline-block;
  158. white-space: nowrap;
  159. overflow: hidden;
  160. text-overflow: ellipsis;
  161. }
  162. .detail .top .tit .svg-icon[data-v-4ec0bef4] {
  163. width: 0.42667rem;
  164. height: 0.42667rem;
  165. margin-right: 0.26667rem;
  166. }
  167. .detail .top .tit img[data-v-4ec0bef4] {
  168. width: 2.02667rem;
  169. height: 2.02667rem;
  170. position: absolute;
  171. right: 0.53333rem;
  172. top: 0.36rem;
  173. }
  174. .detail .top .inner_ul li[data-v-4ec0bef4] {
  175. margin-bottom: 0.13333rem;
  176. font-size: 0.32rem;
  177. color: #111c33;
  178. display: flex;
  179. align-items: center;
  180. }
  181. .detail .top .inner_ul label[data-v-4ec0bef4] {
  182. display: inline-block;
  183. color: #848c9c;
  184. line-height: 0.45333rem;
  185. width: 2rem;
  186. text-align: right;
  187. }
  188. .detail .top .inner_ul .value p[data-v-4ec0bef4] {
  189. width: 4.66667rem;
  190. line-height: 0.45333rem;
  191. }
  192. .detail .top .status[data-v-4ec0bef4] {
  193. width: 2.02667rem;
  194. height: 2.02667rem;
  195. position: absolute;
  196. right: 0.53333rem;
  197. top: 0.36rem;
  198. }
  199. .detail .box[data-v-4ec0bef4] {
  200. background: #fff;
  201. border-radius: 0.21333rem;
  202. margin-bottom: 0.26667rem;
  203. }
  204. .detail .box .title[data-v-4ec0bef4] {
  205. padding: 0.29333rem 0.26667rem;
  206. font-size: 0.42667rem;
  207. color: #111c33;
  208. font-weight: bold;
  209. border-bottom: 1px solid #eeeeee;
  210. }
  211. .detail .box.yearPlan ul[data-v-4ec0bef4] {
  212. padding: 0.13333rem;
  213. }
  214. .detail .box.yearPlan li[data-v-4ec0bef4] {
  215. border: 1px solid #e2e4ea;
  216. margin-bottom: 0.13333rem;
  217. border-radius: 0.10667rem;
  218. }
  219. .detail .box.yearPlan li .tit[data-v-4ec0bef4] {
  220. padding: 0.13333rem;
  221. font-size: 0.42667rem;
  222. display: flex;
  223. align-items: center;
  224. justify-content: space-between;
  225. }
  226. .detail .box.yearPlan li .tit i[data-v-4ec0bef4] {
  227. color: #999;
  228. }
  229. .detail .step[data-v-4ec0bef4] {
  230. min-height: 2rem;
  231. padding: 0.4rem 0.8rem 1.33333rem;
  232. font-size: 0.32rem;
  233. display: block;
  234. }
  235. .detail .step[data-v-4ec0bef4] .step-wrapper {
  236. width: 0.53333rem;
  237. height: 0.53333rem;
  238. background: #e2e3eb;
  239. border-radius: 100%;
  240. display: inline-block;
  241. }
  242. .detail .step[data-v-4ec0bef4] .step-wrapper .icon-wrapper {
  243. color: #fff;
  244. }
  245. .detail .step[data-v-4ec0bef4] .step-wrapper.reached,
  246. .detail .step[data-v-4ec0bef4] .step-wrapper.current {
  247. width: 0.53333rem;
  248. height: 0.53333rem;
  249. background: #0b84ed;
  250. border-radius: 100%;
  251. }
  252. .detail .step[data-v-4ec0bef4] .step-wrapper.reached .text-wrapper .name,
  253. .detail .step[data-v-4ec0bef4] .step-wrapper.current .text-wrapper .name {
  254. color: #0b84ed;
  255. }
  256. .detail .step[data-v-4ec0bef4] .text-wrapper {
  257. font-size: 0.32rem;
  258. left: 50%;
  259. transform: translateX(-50%);
  260. }
  261. .detail .step[data-v-4ec0bef4] .bar {
  262. display: inline-block;
  263. width: 1.86667rem;
  264. }
  265. .detail .step[data-v-4ec0bef4] .bar:last-of-type {
  266. opacity: 0;
  267. }
  268. .detail .step .stepInfo.success[data-v-4ec0bef4] {
  269. color: #4ECB74;
  270. }
  271. .detail .step .stepInfo.wait[data-v-4ec0bef4] {
  272. color: #a8abb2;
  273. }
  274. .detail .step .stepInfo.process[data-v-4ec0bef4] {
  275. color: #ffba00;
  276. }
  277. .detail .step .stepInfo.reject[data-v-4ec0bef4] {
  278. color: #f56c6c;
  279. }
  280. .detail .flowPopup[data-v-4ec0bef4] {
  281. background: #ffffff;
  282. max-height: 13.33333rem;
  283. overflow-y: auto;
  284. }