index.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  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 .scroll-view {
  12. position: absolute;
  13. top: 0;
  14. left: 0;
  15. right: 0;
  16. bottom: 0;
  17. }
  18. .main .one .scroll-view .list-scroll-view {
  19. display: flex;
  20. flex-direction: column;
  21. }
  22. .main .one .a {
  23. display: flex;
  24. flex-direction: column;
  25. background-color: #ffffff;
  26. position: relative;
  27. margin: 2vw 0 0 0;
  28. }
  29. .main .one .a .a_1 {
  30. width: 96vw;
  31. position: relative;
  32. }
  33. .main .one .a .a_1 .image {
  34. width: 96vw;
  35. height: 160px;
  36. }
  37. .main .one .a .a_1 .a_1_info {
  38. position: absolute;
  39. top: 30vw;
  40. width: 92vw;
  41. margin: 0 2vw;
  42. }
  43. .main .one .a .a_1 .a_1_info .a_1_1 {
  44. background-color: #ffffff;
  45. margin: 0 0 3vw 0;
  46. border-radius: 5px;
  47. padding: 2vw;
  48. box-shadow: 0 0 1vw #cccccc;
  49. }
  50. .main .one .a .a_1 .a_1_info .a_1_1 .name {
  51. font-size: 18px;
  52. font-weight: bold;
  53. margin: 0 0 2vw 0;
  54. }
  55. .main .one .a .a_1 .a_1_info .a_1_1 .status {
  56. margin: 0 0 2vw 0;
  57. }
  58. .main .one .a .a_1 .a_1_info .a_1_1 .status text {
  59. font-size: 16px;
  60. color: #ffffff;
  61. padding: 1vw 2vw;
  62. background-color: #ff0000;
  63. border-radius: 10px;
  64. }
  65. .main .one .a .a_1 .a_1_info .a_1_1 .other .other_1 {
  66. margin: 0 0 1vw 0;
  67. font-size: 16px;
  68. color: #858585;
  69. }
  70. .main .one .a .a_1 .a_1_info .a_1_1 .other .other_1 .icon {
  71. margin: 0 2vw 0 0;
  72. }
  73. .main .one .a .a_1 .a_1_info .a_1_1 .other .other_1 text:nth-child(3) {
  74. color: #000000;
  75. }
  76. .main .one .a .a_1 .a_1_info .a_1_2 .a_1_2t {
  77. margin: 0 0 1vw 0;
  78. }
  79. .main .one .a .a_1 .a_1_info .a_1_2 .a_1_2t .txt {
  80. font-size: 16px;
  81. margin: 0 0 1vw 0;
  82. }
  83. .main .one .a .a_1 .a_1_info .a_1_2 .a_1_2t .cont {
  84. font-size: 14px;
  85. color: #858585;
  86. text-indent: 1rem;
  87. }
  88. .main .one .b .b_1 {
  89. width: 96vw;
  90. }
  91. .main .one .b .b_1 .groupList .title {
  92. display: flex;
  93. flex-direction: row;
  94. justify-content: space-between;
  95. font-size: 14px;
  96. }
  97. .main .one .b .b_1 .groupList .project .projectList {
  98. margin: 0 0 2vw 0;
  99. border-bottom: 1px solid #cccccc;
  100. }
  101. .main .one .b .b_1 .groupList .project .projectList .project_1 {
  102. display: flex;
  103. flex-direction: row;
  104. justify-content: space-between;
  105. margin: 0 0 2vw 0;
  106. }
  107. .main .one .b .b_1 .groupList .project .projectList .project_1 .project_1_1 {
  108. color: #000000;
  109. font-size: 15px;
  110. }
  111. .main .one .b .b_1 .groupList .project .projectList .user {
  112. display: flex;
  113. flex-direction: row;
  114. justify-content: space-between;
  115. flex-wrap: wrap;
  116. }
  117. .main .one .b .b_1 .groupList .project .projectList .user .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. }
  126. .main .one .b .b_1 .groupList .project .projectList .user .userList .icon {
  127. width: 50px;
  128. height: 50px;
  129. border-radius: 5px;
  130. }
  131. .main .one .b .b_1 .groupList .project .projectList .user .userList .name {
  132. text-align: center;
  133. font-size: 15px;
  134. }
  135. .main .one .c {
  136. width: 96vw;
  137. display: flex;
  138. flex-direction: column;
  139. }
  140. .main .one .c .c_1 {
  141. width: 92vw;
  142. padding: 2vw;
  143. display: flex;
  144. flex-direction: row;
  145. justify-content: space-between;
  146. background-color: #f1f1f1;
  147. margin: 0 0 2vw 0;
  148. }
  149. .main .one .c .c_1 .c_1btn {
  150. width: 25vw;
  151. }
  152. .main .one .c .c_1 .c_1btn button {
  153. width: 100%;
  154. font-size: 14px;
  155. padding: 2vw;
  156. }
  157. .main .one .c .c_1 .c_1inp {
  158. width: 66vw;
  159. }
  160. .main .one .c .c_1 .c_1inp input {
  161. text-align: left;
  162. border: 1px solid #ccc;
  163. padding: 1vw;
  164. border-radius: 5px;
  165. }
  166. .main .one .c .c_2 {
  167. width: 96vw;
  168. position: relative;
  169. flex-grow: 1;
  170. }
  171. .main .one .c .c_2 .cList {
  172. background-color: #328d26;
  173. margin: 0 0 2vw 0;
  174. padding: 2vw;
  175. }
  176. .main .one .c .c_2 .cList .cList_0 .name {
  177. padding: 1vw 0;
  178. color: #ffffff;
  179. margin: 0 0 1vw 0;
  180. }
  181. .main .one .c .c_2 .cList .cList_0 .name text {
  182. padding: 0 2vw 0 0;
  183. }
  184. .main .one .c .c_2 .cList .cList_0 .pk {
  185. display: flex;
  186. flex-direction: row;
  187. justify-content: space-around;
  188. background-color: #fff;
  189. }
  190. .main .one .c .c_2 .cList .cList_0 .pk .pk_1 {
  191. width: 30vw;
  192. text-align: center;
  193. padding: 2vw;
  194. }
  195. .main .one .c .c_2 .cList .cList_0 .pk .pk_2 {
  196. text-align: center;
  197. box-shadow: 0 0 5px #cccccc;
  198. }
  199. .main .one .c .c_2 .cList .cList_0 .pk .pk_2 .time {
  200. background-color: #328d26;
  201. color: #ffffff;
  202. padding: 1vw 0;
  203. font-size: 14px;
  204. }
  205. .main .one .c .c_2 .cList .cList_0 .pk .pk_2 .score {
  206. font-size: 20px;
  207. padding: 1vw 0;
  208. font-weight: bold;
  209. }
  210. .main .one .c .c_2 .cList .cList_1 text {
  211. padding: 0 1vw;
  212. color: #ffffff;
  213. }
  214. .main .one .c .c_2 .cList:last-child {
  215. margin: 0;
  216. }
  217. .main .one .d .d_1 {
  218. margin: 0 0 2vw 0;
  219. }
  220. .main .one .d .d_2 {
  221. flex-grow: 1;
  222. position: relative;
  223. }
  224. .main .one .d .d_2 .dList {
  225. background-color: #328d26;
  226. margin: 0 0 2vw 0;
  227. padding: 2vw;
  228. }
  229. .main .one .d .d_2 .dList .name {
  230. padding: 1vw 0;
  231. color: #ffffff;
  232. margin: 0 0 1vw 0;
  233. }
  234. .main .one .d .d_2 .dList .name text {
  235. padding: 0 2vw 0 0;
  236. }
  237. .main .one .d .d_2 .dList .pk {
  238. display: flex;
  239. flex-direction: row;
  240. justify-content: space-around;
  241. background-color: #fff;
  242. }
  243. .main .one .d .d_2 .dList .pk .pk_1 {
  244. width: 30vw;
  245. text-align: center;
  246. padding: 2vw;
  247. }
  248. .main .one .d .d_2 .dList .pk .pk_2 {
  249. text-align: center;
  250. box-shadow: 0 0 5px #cccccc;
  251. }
  252. .main .one .d .d_2 .dList .pk .pk_2 .time {
  253. background-color: #328d26;
  254. color: #ffffff;
  255. padding: 1vw 0;
  256. font-size: 14px;
  257. }
  258. .main .one .d .d_2 .dList .pk .pk_2 .score {
  259. font-size: 20px;
  260. padding: 1vw 0;
  261. font-weight: bold;
  262. }
  263. .main .one .d .d_2 .dList:last-child {
  264. margin: 0;
  265. }
  266. .main .one .e .eList {
  267. background-color: #328d26;
  268. margin: 0 0 2vw 0;
  269. padding: 2vw;
  270. }
  271. .main .one .e .eList text {
  272. padding: 0 1vw;
  273. color: #ffffff;
  274. }
  275. .main .one .e .eList:last-child {
  276. margin: 0;
  277. }
  278. .main .two {
  279. display: flex;
  280. flex-direction: row;
  281. justify-content: space-between;
  282. padding: 2vw 0;
  283. background-color: #cccccc;
  284. }
  285. .main .two button {
  286. font-size: 14px;
  287. padding: 2vw;
  288. margin: 0 2vw;
  289. width: 25vw;
  290. }