projectChange.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. .content {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. justify-content: center;
  6. }
  7. .param{
  8. margin: 20rpx 0 0 0;
  9. width: 100%;
  10. background-color: rgba(255, 255, 255, 1);
  11. font-size: 28rpx;
  12. font-weight: 400;
  13. line-height: 41rpx;
  14. color: rgba(0, 0, 0, 1);
  15. }
  16. .all-text{
  17. margin: 22rpx 0 0 20rpx;
  18. font-size: 32rpx;
  19. font-weight: 500;
  20. color: rgba(0, 0, 0, 1);
  21. }
  22. .proName{
  23. margin: 23rpx 0 0 20rpx;
  24. }
  25. .proINname{
  26. margin: 25rpx 0 0 21rpx;
  27. width: 709rpx;
  28. height: 90rpx;
  29. border-radius: 13rpx;
  30. background: rgba(245, 248, 252, 1);
  31. border: 1rpx solid rgba(229, 229, 229, 1);
  32. font-size: 28rpx;
  33. line-height: 90rpx;
  34. /* 自动换行 */
  35. word-wrap: break-word;
  36. word-break: break-all;
  37. white-space: pre-line;
  38. /* color: rgba(179, 179, 179, 1); */
  39. }
  40. .proIMi{
  41. height: 315rpx;
  42. }
  43. .proMiao{
  44. margin: 31rpx 0 0 20rpx;
  45. }
  46. /* 上传附件 */
  47. .upload-img{
  48. /* width: 200rpx;
  49. height: 80rpx;
  50. opacity: 1;
  51. border-radius: 13rpx;
  52. background: rgba(0, 97, 255, 0.1);
  53. border: 1rpx solid rgba(0, 97, 255, 1); */
  54. }
  55. .jindu{
  56. font-size: 32rpx;
  57. font-weight: 500;
  58. line-height: 46rpx;
  59. }
  60. /* 进度 */
  61. .jindu-kuang{
  62. font-size: 24rpx;
  63. line-height: 35rpx;
  64. color: rgba(128, 128, 128, 1);
  65. }
  66. .jindu-circle{
  67. margin-top: 10rpx;
  68. width: 100rpx;
  69. height: 100rpx;
  70. border-radius: 50%;
  71. opacity: 1;
  72. background-color:rgba(204, 204, 204, 1);
  73. }
  74. .jindu-type{
  75. width: 103rpx;
  76. height: 40rpx;
  77. border-radius: 71rpx;
  78. font-size: 24rpx;
  79. line-height: 40rpx;
  80. color: rgba(255, 255, 255, 1);
  81. text-align: center;
  82. margin: 0 0 0 20rpx;
  83. }
  84. .lixiang{
  85. background: linear-gradient(90deg, rgba(54, 111, 255, 1) 0%, rgba(93, 160, 252, 1) 100%);
  86. }
  87. .cuiban{
  88. background: linear-gradient(90deg, rgba(57, 167, 139, 1) 0%, rgba(126, 224, 203, 1) 100%);
  89. }
  90. .tijiao{
  91. background: linear-gradient(90deg, rgba(255, 112, 69, 1) 0%, rgba(247, 161, 114, 1) 100%);
  92. }
  93. .jindu-line{
  94. width: 4rpx;
  95. height: 100rpx;
  96. background-color: rgba(166, 166, 166, 1);
  97. }
  98. .weidu{
  99. margin: 7rpx 0 0 20rpx;
  100. font-size: 24rpx;
  101. line-height: 35rpx;
  102. color: rgba(128, 128, 128, 1);
  103. }
  104. .addRen{
  105. margin: -80rpx 0 0 581rpx;
  106. width: 149rpx;
  107. height: 59rpx;
  108. border-radius: 92rpx;
  109. background: rgba(0, 97, 255, 1);
  110. font-size: 28rpx;
  111. line-height: 59rpx;
  112. color: rgba(255, 255, 255, 1);
  113. text-align: center;
  114. }
  115. /* 任务列表 */
  116. .renwu{
  117. display: flex;
  118. margin-top: 6rpx;
  119. width: 709rpx;
  120. height: 90rpx;
  121. border-radius: 13rpx;
  122. background: rgba(245, 248, 252, 1);
  123. border: 1rpx solid rgba(229, 229, 229, 1);
  124. font-size: 28rpx;
  125. justify-content: space-evenly;
  126. align-items: center;
  127. }
  128. .renwu-bu{
  129. width: 105rpx;
  130. height: 50rpx;
  131. border-radius: 110rpx;
  132. line-height:50rpx;
  133. text-align: center;
  134. }
  135. .bianji{
  136. border: 1rpx solid rgba(0, 97, 255, 1);
  137. color: rgba(0, 97, 255, 1);
  138. }
  139. .delete{
  140. margin-left: 20rpx;
  141. border: 1rpx solid rgba(212, 48, 48, 1);
  142. color: rgba(212, 48, 48, 1);
  143. }
  144. .project{
  145. display: flex;
  146. margin: 61rpx 0 0 0;
  147. justify-content: space-evenly;
  148. }
  149. .butt{
  150. width: 330rpx;
  151. height: 90rpx;
  152. border-radius: 117rpx;
  153. font-size: 32rpx;
  154. line-height: 90rpx;
  155. text-align: center;
  156. }
  157. .quxiao{
  158. border: 1rpx solid rgba(0, 97, 255, 1);
  159. color: rgba(0, 97, 255, 1);
  160. }
  161. .queren{
  162. background: rgba(0, 97, 255, 1);
  163. color: rgba(255, 255, 255, 1);
  164. }