index.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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: 18px;
  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: 16px;
  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: 16px;
  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: 16px;
  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: 14px;
  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. font-size: 14px;
  99. }
  100. .main .one .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList {
  101. margin: 0 0 2vw 0;
  102. border-bottom: 1px solid #cccccc;
  103. }
  104. .main .one .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .project_1 {
  105. display: flex;
  106. flex-direction: row;
  107. justify-content: space-between;
  108. margin: 0 0 2vw 0;
  109. }
  110. .main .one .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .project_1 .project_1_1 {
  111. color: #000000;
  112. font-size: 15px;
  113. }
  114. .main .one .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .user {
  115. display: flex;
  116. flex-direction: row;
  117. justify-content: space-between;
  118. flex-wrap: wrap;
  119. }
  120. .main .one .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .user .userList {
  121. text-align: center;
  122. border: 1px solid #cccccc;
  123. margin: 0 0 2vw 0;
  124. padding: 2vw;
  125. border-radius: 5px;
  126. box-shadow: 0 0 1vw #cccccc;
  127. width: 22vw;
  128. }
  129. .main .one .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .user .userList .icon {
  130. width: 50px;
  131. height: 50px;
  132. border-radius: 5px;
  133. }
  134. .main .one .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .user .userList .name {
  135. text-align: center;
  136. font-size: 15px;
  137. }
  138. .main .two {
  139. display: flex;
  140. flex-direction: row;
  141. justify-content: space-between;
  142. padding: 2vw 0;
  143. background-color: #cccccc;
  144. }
  145. .main .two button {
  146. font-size: 14px;
  147. padding: 2vw;
  148. margin: 0 2vw;
  149. width: 25vw;
  150. }