index.less 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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: 18px;
  47. font-weight: bold;
  48. margin: 0 0 2vw 0;
  49. }
  50. .status {
  51. margin: 0 0 2vw 0;
  52. text {
  53. font-size: 16px;
  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: 16px;
  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: 16px;
  79. margin: 0 0 1vw 0;
  80. }
  81. .cont {
  82. font-size: 14px;
  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. font-size: 14px;
  98. }
  99. .project {
  100. .projectList {
  101. margin: 0 0 2vw 0;
  102. border-bottom: 1px solid #cccccc;
  103. .project_1 {
  104. display: flex;
  105. flex-direction: row;
  106. justify-content: space-between;
  107. margin: 0 0 2vw 0;
  108. .project_1_1 {
  109. color: #000000;
  110. font-size: 15px;
  111. }
  112. }
  113. .user {
  114. display: flex;
  115. flex-direction: row;
  116. justify-content: space-between;
  117. flex-wrap: wrap;
  118. .userList {
  119. text-align: center;
  120. border: 1px solid #cccccc;
  121. margin: 0 0 2vw 0;
  122. padding: 2vw;
  123. border-radius: 5px;
  124. box-shadow: 0 0 1vw #cccccc;
  125. width: 22vw;
  126. .icon {
  127. width: 50px;
  128. height: 50px;
  129. border-radius: 5px;
  130. }
  131. .name {
  132. text-align: center;
  133. font-size: 15px;
  134. }
  135. }
  136. }
  137. }
  138. }
  139. }
  140. }
  141. }
  142. }
  143. }
  144. }
  145. .two {
  146. display: flex;
  147. flex-direction: row;
  148. justify-content: space-between;
  149. padding: 2vw 0;
  150. background-color: #cccccc;
  151. button {
  152. font-size: 14px;
  153. padding: 2vw;
  154. margin: 0 2vw;
  155. width: 25vw;
  156. }
  157. }
  158. }