index.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. .content {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. justify-content: center;
  6. }
  7. /* 项目总览 */
  8. .projectAll{
  9. margin-top: 26rpx;
  10. width: 100%;
  11. height: 350rpx;
  12. background: #FFFFFF;
  13. }
  14. .all-text{
  15. margin: 27rpx 0 0 19rpx;
  16. font-size: 32rpx;
  17. font-weight: 500;
  18. color: rgba(0, 0, 0, 1);
  19. }
  20. .all-more{
  21. margin: -47rpx 0 0 581rpx;
  22. width: 149rpx;
  23. height: 59rpx;
  24. border-radius: 92rpx;
  25. background: #0061FF;
  26. font-size: 28rpx;
  27. color: rgba(255, 255, 255, 1);
  28. line-height: 59rpx;
  29. text-align: center;
  30. }
  31. .all-select{
  32. display: flex;
  33. margin: 31rpx 0 0 19rpx;
  34. width: 712rpx;
  35. height: 90rpx;
  36. border-radius: 7rpx;
  37. background: rgba(242, 247, 255, 1);
  38. align-items: center;
  39. }
  40. .all-list{
  41. width: 211rpx;
  42. height: 71rpx;
  43. border-radius: 7rpx;
  44. background: rgba(0, 97, 255, 0.1);
  45. border: 1rpx solid rgba(0, 97, 255, 1);
  46. font-size: 28rpx;
  47. line-height: 71rpx;
  48. color: rgba(0, 97, 255, 1);
  49. text-align: center;
  50. }
  51. .all-list2{
  52. width: 211rpx;
  53. height: 71rpx;
  54. border-radius: 7rpx;
  55. font-size: 28rpx;
  56. line-height: 71rpx;
  57. color: rgba(56, 56, 56, 1);
  58. text-align: center;
  59. }
  60. .all-num{
  61. display: flex;
  62. margin: 31rpx 0 0 19rpx;
  63. width: 712rpx;
  64. }
  65. .shuzi{
  66. width: 20%;
  67. text-align: center;
  68. font-size: 24rpx;
  69. font-weight: 400;
  70. color: rgba(128, 128, 128, 1);
  71. }
  72. .shu-num{
  73. font-size: 40rpx;
  74. color: rgba(0, 0, 0, 1);
  75. font-weight: 500;
  76. }
  77. /* 项目列表 */
  78. .projectlist{
  79. margin-top: 20rpx;
  80. width: 100%;
  81. height: 741rpx;
  82. background: #FFFFFF;
  83. }
  84. .all-cui{
  85. margin: -47rpx 0 0 412rpx;
  86. width: 149rpx;
  87. height: 59rpx;
  88. border-radius: 92rpx;
  89. border: 1rpx solid rgba(0, 97, 255, 1);
  90. font-size: 28rpx;
  91. color: rgba(0, 97, 255, 1);
  92. line-height: 59rpx;
  93. text-align: center;
  94. }
  95. /* 列表 */
  96. .projectL{
  97. margin-top: 10rpx;
  98. width: 100%;
  99. font-size: 24rpx;
  100. color: rgba(0, 0, 0, 1);
  101. }
  102. .projectName{
  103. margin: 45rpx 0 0 20rpx;
  104. font-size: 28rpx;
  105. font-weight: 500;
  106. }
  107. .uni-progress-bar {
  108. border-radius: 129rpx;
  109. }
  110. .uni-progress-inner-bar {
  111. border-radius: 129rpx;
  112. }
  113. .uni-progress-info {
  114. margin-top: 0;
  115. margin-bottom: 0;
  116. min-width: 2em;
  117. margin-left: 15px;
  118. font-size: 24rpx;
  119. color: rgba(0, 0, 0, 1);
  120. }
  121. uni-progress {
  122. width: 90%;
  123. margin: 25rpx 0 0 20rpx;
  124. }
  125. .projectLine{
  126. margin: 40rpx 0 0 20rpx;
  127. width: 711rpx;
  128. height: 1rpx;
  129. background: rgba(230, 230, 230, 1);
  130. }
  131. /* 未完成清单 */
  132. .wei-title1{
  133. color: rgba(0, 97, 255, 1);
  134. }
  135. .title1{
  136. margin: 37rpx 0 0 20rpx;
  137. font-size: 28rpx;
  138. }
  139. .title2{
  140. margin: -29px 0 0 197rpx;
  141. font-size: 28rpx;
  142. }
  143. .wei-line1{
  144. margin: 10rpx 0 0 15rpx;
  145. width: 79rpx;
  146. height: 8rpx;
  147. border-radius: 75rpx;
  148. background: rgba(0, 97, 255, 1);
  149. }
  150. .uni-table[data-v-6cd49106] {
  151. position: relative;
  152. width: 710rpx;
  153. border-radius: 5px;
  154. background-color: #fff;
  155. box-sizing: border-box;
  156. display: table;
  157. /* overflow-x: inherit; */
  158. }
  159. /* 消息预警汇总表格 */
  160. .hui-kuang{
  161. display: flex;
  162. width: 710rpx;
  163. height: 120rpx;
  164. /* border: 1rpx solid rgba(215, 219, 236, 1); */
  165. font-size: 24rpx;
  166. color: rgba(90, 96, 127, 1);
  167. }
  168. .hui-left{
  169. width: 171rpx;
  170. height: 120rpx;
  171. background: rgba(245, 246, 250, 1);
  172. line-height: 120rpx;
  173. text-align: center;
  174. }
  175. .hui-center{
  176. width: 270rpx;
  177. height: 60rpx;
  178. border: 1rpx solid rgba(215, 219, 236, 1);
  179. line-height: 60rpx;
  180. text-align: center;
  181. }
  182. .quesheng{
  183. margin-top: 300rpx;
  184. width: 480rpx;
  185. height: 558rpx;
  186. }