index.wxss 3.8 KB

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