addRenwu.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. .proMiao{
  17. margin: 31rpx 0 0 20rpx;
  18. }
  19. /* 上传附件 */
  20. .upload-img{
  21. /* margin: 25rpx 0 0 21rpx;
  22. width: 200rpx;
  23. height: 80rpx;
  24. opacity: 1;
  25. border-radius: 13rpx;
  26. background: rgba(0, 97, 255, 0.1);
  27. border: 1rpx solid rgba(0, 97, 255, 1); */
  28. }
  29. .proINname{
  30. margin: 25rpx 0 0 21rpx;
  31. width: 709rpx;
  32. height: 90rpx;
  33. border-radius: 13rpx;
  34. background: rgba(245, 248, 252, 1);
  35. border: 1rpx solid rgba(229, 229, 229, 1);
  36. font-size: 28rpx;
  37. line-height: 90rpx;
  38. /* color: rgba(179, 179, 179, 1); */
  39. }
  40. .proIMi{
  41. height: 315rpx;
  42. }
  43. /* 操作键 */
  44. .project{
  45. display: flex;
  46. margin: 61rpx 0 0 0;
  47. justify-content: space-evenly;
  48. }
  49. .butt{
  50. width: 330rpx;
  51. height: 90rpx;
  52. border-radius: 117rpx;
  53. font-size: 32rpx;
  54. line-height: 90rpx;
  55. text-align: center;
  56. }
  57. .quxiao{
  58. border: 1rpx solid rgba(0, 97, 255, 1);
  59. color: rgba(0, 97, 255, 1);
  60. }
  61. .queren{
  62. background: rgba(0, 97, 255, 1);
  63. color: rgba(255, 255, 255, 1);
  64. }
  65. /* 任务负责人弹出框 */
  66. .popup-content{
  67. height: 452px;
  68. overflow-x: hidden;
  69. .scroll_view_style{
  70. height: 100%;
  71. }
  72. }
  73. .popup-title{
  74. display: flex;
  75. width: 100%;
  76. height: 104rpx;
  77. font-size: 32rpx;
  78. line-height: 104rpx;
  79. justify-content: space-around;
  80. color: rgba(0, 0, 0, 1);
  81. }
  82. .l-line{
  83. width: 100%;
  84. border: 1rpx solid rgba(230, 230, 230, 1);
  85. }
  86. .l-kuang{
  87. margin: 40rpx 0 0 20rpx;
  88. display: flex;
  89. }
  90. .l-circle{
  91. width: 80rpx;
  92. height: 80rpx;
  93. border-radius: 50%;
  94. background-color:rgba(204, 204, 204, 1);
  95. }
  96. .l-label1{
  97. width: 50rpx;
  98. height: 50rpx;
  99. opacity: 1;
  100. border-radius: 50%;
  101. background-color: rgba(0, 97, 255, 1);
  102. }
  103. .l-label{
  104. /* margin-left: 404rpx; */
  105. /* width: 50rpx;
  106. height: 50rpx;
  107. opacity: 1;
  108. border-radius: 50%;
  109. border: 1rpx solid rgba(166, 166, 166, 1); */
  110. }