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.

257 lines
5.9KB

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