addProject.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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. /* color: rgba(179, 179, 179, 1); */
  35. }
  36. .proIMi{
  37. height: 315rpx;
  38. }
  39. .proMiao{
  40. margin: 31rpx 0 0 20rpx;
  41. }
  42. /* 上传附件 */
  43. .upload-img{
  44. /* margin: 25rpx 0 0 21rpx;
  45. width: 200rpx;
  46. opacity: 1;
  47. border-radius: 13rpx;
  48. background: rgba(0, 97, 255, 0.1);
  49. border: 1rpx solid rgba(0, 97, 255, 1); */
  50. }
  51. .jindu{
  52. font-size: 32rpx;
  53. font-weight: 500;
  54. line-height: 46rpx;
  55. }
  56. .weidu{
  57. margin: 7rpx 0 0 20rpx;
  58. font-size: 24rpx;
  59. line-height: 35rpx;
  60. color: rgba(128, 128, 128, 1);
  61. }
  62. .addRen{
  63. margin: -80rpx 0 0 581rpx;
  64. width: 149rpx;
  65. height: 59rpx;
  66. border-radius: 92rpx;
  67. background: rgba(0, 97, 255, 1);
  68. font-size: 28rpx;
  69. line-height: 59rpx;
  70. color: rgba(255, 255, 255, 1);
  71. text-align: center;
  72. }
  73. /* 任务列表 */
  74. .renwu{
  75. display: flex;
  76. margin-top: 6rpx;
  77. width: 709rpx;
  78. height: 90rpx;
  79. border-radius: 13rpx;
  80. background: rgba(245, 248, 252, 1);
  81. border: 1rpx solid rgba(229, 229, 229, 1);
  82. font-size: 28rpx;
  83. justify-content: space-evenly;
  84. align-items: center;
  85. }
  86. .renwu-bu{
  87. width: 105rpx;
  88. height: 50rpx;
  89. border-radius: 110rpx;
  90. line-height:50rpx;
  91. text-align: center;
  92. }
  93. .bianji{
  94. border: 1rpx solid rgba(0, 97, 255, 1);
  95. color: rgba(0, 97, 255, 1);
  96. }
  97. .delete{
  98. margin-left: 20rpx;
  99. border: 1rpx solid rgba(212, 48, 48, 1);
  100. color: rgba(212, 48, 48, 1);
  101. }
  102. .project{
  103. display: flex;
  104. margin: 61rpx 0 0 0;
  105. justify-content: space-evenly;
  106. }
  107. .butt{
  108. width: 330rpx;
  109. height: 90rpx;
  110. border-radius: 117rpx;
  111. font-size: 32rpx;
  112. line-height: 90rpx;
  113. text-align: center;
  114. }
  115. .quxiao{
  116. border: 1rpx solid rgba(0, 97, 255, 1);
  117. color: rgba(0, 97, 255, 1);
  118. }
  119. .queren{
  120. background: rgba(0, 97, 255, 1);
  121. color: rgba(255, 255, 255, 1);
  122. }