index.less 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. .main {
  2. height: 88.8vh;
  3. .zero {
  4. width: 96vw;
  5. }
  6. .one {
  7. flex-grow: 1;
  8. width: 96vw;
  9. .a {
  10. display: flex;
  11. flex-direction: column;
  12. height: 74vh;
  13. background-color: #ffffff;
  14. position: relative;
  15. margin: 2vw 0 0 0;
  16. .scroll-view {
  17. position: absolute;
  18. top: 0;
  19. left: 0;
  20. right: 0;
  21. bottom: 0;
  22. .list-scroll-view {
  23. display: flex;
  24. flex-wrap: wrap;
  25. align-content: flex-start;
  26. justify-content: space-between;
  27. .a_1 {
  28. width: 96vw;
  29. position: relative;
  30. .image {
  31. width: 96vw;
  32. height: 160px;
  33. }
  34. .a_1_info {
  35. position: absolute;
  36. top: 30vw;
  37. width: 92vw;
  38. margin: 0 2vw;
  39. .a_1_1 {
  40. background-color: #ffffff;
  41. margin: 0 0 3vw 0;
  42. border-radius: 5px;
  43. padding: 2vw;
  44. box-shadow: 0 0 1vw #cccccc;
  45. .name {
  46. font-size: 16px;
  47. font-weight: bold;
  48. margin: 0 0 2vw 0;
  49. }
  50. .status {
  51. margin: 0 0 2vw 0;
  52. text {
  53. font-size: 14px;
  54. color: #ffffff;
  55. padding: 1vw 2vw;
  56. background-color: #ff0000;
  57. border-radius: 10px;
  58. }
  59. }
  60. .other {
  61. .other_1 {
  62. margin: 0 0 1vw 0;
  63. font-size: 14px;
  64. color: #858585;
  65. .icon {
  66. margin: 0 2vw 0 0;
  67. }
  68. text:nth-child(3) {
  69. color: #000000;
  70. }
  71. }
  72. }
  73. }
  74. .a_1_2 {
  75. .a_1_2t {
  76. margin: 0 0 1vw 0;
  77. .txt {
  78. font-size: 14px;
  79. margin: 0 0 1vw 0;
  80. }
  81. .cont {
  82. font-size: 12px;
  83. color: #858585;
  84. text-indent: 1rem;
  85. }
  86. }
  87. }
  88. }
  89. }
  90. .b_1 {
  91. width: 96vw;
  92. .groupList {
  93. .title {
  94. display: flex;
  95. flex-direction: row;
  96. justify-content: space-between;
  97. }
  98. .project {
  99. .projectList {
  100. margin: 0 0 2vw 0;
  101. border-bottom: 1px solid #cccccc;
  102. .project_1 {
  103. display: flex;
  104. flex-direction: row;
  105. justify-content: space-between;
  106. margin: 0 0 2vw 0;
  107. .project_1_1 {
  108. color: #000000;
  109. font-size: 14px;
  110. }
  111. }
  112. .user {
  113. display: flex;
  114. flex-direction: row;
  115. justify-content: space-between;
  116. flex-wrap: wrap;
  117. .userList {
  118. text-align: center;
  119. border: 1px solid #cccccc;
  120. margin: 0 0 2vw 0;
  121. padding: 2vw;
  122. border-radius: 5px;
  123. box-shadow: 0 0 1vw #cccccc;
  124. width: 22vw;
  125. .icon {
  126. width: 50px;
  127. height: 50px;
  128. border-radius: 5px;
  129. }
  130. .name {
  131. text-align: center;
  132. font-size: 14px;
  133. }
  134. }
  135. }
  136. }
  137. }
  138. }
  139. }
  140. }
  141. }
  142. }
  143. }
  144. .two {
  145. display: flex;
  146. flex-direction: row;
  147. justify-content: space-between;
  148. padding: 2vw 0;
  149. background-color: #cccccc;
  150. button {
  151. font-size: 14px;
  152. padding: 2vw;
  153. margin: 0 2vw;
  154. width: 25vw;
  155. }
  156. }
  157. }