index.wxss 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. .main {
  2. height: 88.8vh;
  3. }
  4. .main .zero {
  5. width: 96vw;
  6. flex-grow: 1;
  7. }
  8. .main .zero .a {
  9. display: flex;
  10. flex-direction: column;
  11. height: 81vh;
  12. background-color: #ffffff;
  13. position: relative;
  14. margin: 2vw 0 0 0;
  15. }
  16. .main .zero .a .scroll-view {
  17. position: absolute;
  18. top: 0;
  19. left: 0;
  20. right: 0;
  21. bottom: 0;
  22. }
  23. .main .zero .a .scroll-view .list-scroll-view {
  24. display: flex;
  25. flex-wrap: wrap;
  26. align-content: flex-start;
  27. justify-content: space-between;
  28. }
  29. .main .zero .a .scroll-view .list-scroll-view .a_1 {
  30. width: 96vw;
  31. position: relative;
  32. }
  33. .main .zero .a .scroll-view .list-scroll-view .a_1 .image {
  34. width: 96vw;
  35. height: 160px;
  36. }
  37. .main .zero .a .scroll-view .list-scroll-view .a_1 .a_1_info {
  38. position: absolute;
  39. top: 30vw;
  40. width: 92vw;
  41. margin: 0 2vw;
  42. }
  43. .main .zero .a .scroll-view .list-scroll-view .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 .zero .a .scroll-view .list-scroll-view .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 .zero .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_1 .status {
  56. margin: 0 0 2vw 0;
  57. }
  58. .main .zero .a .scroll-view .list-scroll-view .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 .zero .a .scroll-view .list-scroll-view .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 .zero .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_1 .other .other_1 .icon {
  71. margin: 0 2vw 0 0;
  72. }
  73. .main .zero .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_1 .other .other_1 text:nth-child(3) {
  74. color: #000000;
  75. }
  76. .main .zero .a .scroll-view .list-scroll-view .a_1 .a_1_info .a_1_2 .a_1_2t {
  77. margin: 0 0 1vw 0;
  78. }
  79. .main .zero .a .scroll-view .list-scroll-view .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 .zero .a .scroll-view .list-scroll-view .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 .zero .a .scroll-view .list-scroll-view .b_1 {
  89. width: 96vw;
  90. }
  91. .main .zero .a .scroll-view .list-scroll-view .b_1 .groupList .title {
  92. display: flex;
  93. flex-direction: row;
  94. justify-content: space-between;
  95. font-size: 15px;
  96. }
  97. .main .zero .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList {
  98. margin: 0 0 2vw 0;
  99. border-bottom: 1px solid #cccccc;
  100. }
  101. .main .zero .a .scroll-view .list-scroll-view .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 .zero .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .project_1 .project_1_1 {
  108. color: #000000;
  109. font-size: 15px;
  110. }
  111. .main .zero .a .scroll-view .list-scroll-view .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 .zero .a .scroll-view .list-scroll-view .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 .zero .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .user .userList .icon {
  127. width: 50px;
  128. height: 50px;
  129. border-radius: 5px;
  130. }
  131. .main .zero .a .scroll-view .list-scroll-view .b_1 .groupList .project .projectList .user .userList .name {
  132. text-align: center;
  133. font-size: 15px;
  134. }
  135. .main .zero .a .scroll-view .list-scroll-view .c_1 {
  136. width: 96vw;
  137. }
  138. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_top {
  139. display: flex;
  140. flex-direction: row;
  141. padding: 3px;
  142. height: 34px;
  143. width: 94vw;
  144. }
  145. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_top button {
  146. background-color: #328d26;
  147. color: #fff;
  148. font-size: 14px;
  149. height: 34px;
  150. padding: 4px 12px;
  151. }
  152. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_top .c_top_2 {
  153. width: 68vw;
  154. }
  155. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_top .c_top_2 input {
  156. margin: 0 0 0 5px;
  157. background-color: #f1f1f1;
  158. height: 34px;
  159. flex-grow: 1;
  160. padding: 0 0 0 4px;
  161. }
  162. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom {
  163. flex-grow: 1;
  164. position: relative;
  165. margin: 8px 0 0 0;
  166. display: flex;
  167. flex-direction: column;
  168. height: 73vh;
  169. }
  170. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view {
  171. position: absolute;
  172. top: 0;
  173. left: 0;
  174. right: 0;
  175. bottom: 0;
  176. }
  177. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view {
  178. display: flex;
  179. flex-wrap: wrap;
  180. align-content: flex-start;
  181. flex-direction: column;
  182. justify-content: space-between;
  183. }
  184. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list {
  185. width: 96vw;
  186. margin: 0 0 5px 0;
  187. }
  188. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists {
  189. box-shadow: 0 0 1vw #cccccc;
  190. }
  191. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_1 {
  192. border-radius: 3px;
  193. background-color: #328d26;
  194. padding: 5px 3px;
  195. color: #fff;
  196. font-size: 15px;
  197. }
  198. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_1 text {
  199. margin: 0 5px;
  200. }
  201. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 {
  202. display: flex;
  203. flex-direction: row;
  204. border-radius: 3px;
  205. }
  206. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .one {
  207. width: 32.5vw;
  208. display: flex;
  209. flex-direction: row;
  210. font-size: 15px;
  211. padding: 8px 0;
  212. }
  213. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .one .person {
  214. width: 70vw;
  215. text-align: center;
  216. }
  217. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .one .person image {
  218. border-radius: 50%;
  219. width: 40px;
  220. height: 40px;
  221. }
  222. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .two {
  223. display: flex;
  224. flex-direction: column;
  225. text-align: center;
  226. width: 28vw;
  227. background-color: #fff;
  228. margin: 0 3px 5px 3px;
  229. box-shadow: 13px 0 8px -15px #202020, -13px 0 8px -15px #202020;
  230. border-radius: 0 0 5px 5px;
  231. }
  232. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .two .time {
  233. background-color: #328d26;
  234. border-radius: 0 0 5px 5px;
  235. color: #fff;
  236. padding: 3px;
  237. font-size: 15px;
  238. }
  239. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .two .branch {
  240. font-size: 18px;
  241. padding: 2px 0 0 0;
  242. font-weight: 700;
  243. }
  244. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .two .branch text {
  245. margin: 0 5px;
  246. }
  247. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list_2 {
  248. margin: 0 0 8px 0;
  249. padding: 0 5px;
  250. width: 96vw;
  251. }
  252. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list_2 .lists {
  253. display: flex;
  254. flex-direction: row;
  255. border-bottom: 1px solid #999;
  256. padding: 8px 10px;
  257. }
  258. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list_2 .lists .one_1 {
  259. color: #3f3f3f;
  260. font-size: 15px;
  261. }
  262. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list_2 .lists .one_2 {
  263. color: #3f3f3f;
  264. flex-grow: 1;
  265. text-align: right;
  266. font-size: 15px;
  267. }
  268. .main .zero .d_1 {
  269. width: 96vw;
  270. text-align: center;
  271. background-color: #f1f1f1;
  272. }
  273. .main .zero .d_1 .list {
  274. width: 46vw;
  275. font-size: 14px;
  276. background-color: #ffffff;
  277. margin: 1vw;
  278. }
  279. .main .zero .d_1 .list .time {
  280. background-color: #228B22;
  281. color: #ffffff;
  282. padding: 2vw 2vw 0 2vw;
  283. border-radius: 5px 5px 0px 0px;
  284. }
  285. .main .zero .d_1 .list .adress {
  286. background-color: #228B22;
  287. color: #ffffff;
  288. padding: 0 2vw 2vw 2vw;
  289. border-radius: 0px 0px 5px 5px;
  290. }
  291. .main .zero .d_1 .list .name {
  292. display: flex;
  293. flex-direction: row;
  294. justify-content: space-between;
  295. }
  296. .main .zero .d_1 .list .name .icon {
  297. width: 10vw;
  298. height: 7vw;
  299. background-color: #228B22;
  300. padding: 1vw;
  301. line-height: 9vw;
  302. border-radius: 0px 0px 5px 5px;
  303. }
  304. .main .zero .d_2 {
  305. width: 96vw;
  306. text-align: center;
  307. background-color: #f1f1f1;
  308. }
  309. .main .zero .d_2 .list {
  310. width: 96vw;
  311. font-size: 14px;
  312. background-color: #ffffff;
  313. margin-bottom: 2vw;
  314. }
  315. .main .zero .d_2 .list .adress {
  316. background-color: #228B22;
  317. color: #ffffff;
  318. padding: 2vw;
  319. border-radius: 5px;
  320. }
  321. .main .zero .d_2 .list .name {
  322. display: flex;
  323. flex-direction: row;
  324. justify-content: space-around;
  325. text-align: center;
  326. }
  327. .main .zero .d_2 .list .name .icon {
  328. display: flex;
  329. flex-wrap: wrap;
  330. width: 25vw;
  331. height: 13vw;
  332. background-color: #228B22;
  333. color: #ffffff;
  334. border-radius: 0px 0px 5px 5px;
  335. }
  336. .main .zero .d_2 .list .name .person {
  337. display: flex;
  338. flex-direction: column;
  339. }
  340. .main .zero .d_2 .list .name .person .person_name {
  341. width: 100%;
  342. }
  343. .main .zero .d_2 .list .score {
  344. font-size: 18px;
  345. font-weight: 500;
  346. }
  347. .main .zero .e_1 {
  348. width: 96vw;
  349. }
  350. .main .zero .e_1 .btnList {
  351. width: 96vw;
  352. }