index.wxss 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  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: 12px;
  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: 70vw;
  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. }
  197. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_1 text {
  198. margin: 0 5px;
  199. }
  200. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 {
  201. display: flex;
  202. flex-direction: row;
  203. border-radius: 3px;
  204. }
  205. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .one {
  206. width: 33vw;
  207. display: flex;
  208. flex-direction: row;
  209. font-size: 14px;
  210. text-align: center;
  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 image {
  214. border-radius: 50%;
  215. width: 40px;
  216. height: 40px;
  217. }
  218. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .two {
  219. display: flex;
  220. flex-direction: column;
  221. text-align: center;
  222. width: 28vw;
  223. background-color: #fff;
  224. margin: 0 3px 5px 3px;
  225. box-shadow: 13px 0 8px -15px #202020, -13px 0 8px -15px #202020;
  226. border-radius: 0 0 5px 5px;
  227. }
  228. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .two .time {
  229. background-color: #328d26;
  230. border-radius: 0 0 5px 5px;
  231. color: #fff;
  232. padding: 3px;
  233. font-size: 14px;
  234. }
  235. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .two .branch {
  236. font-size: 22px;
  237. padding: 2px 0 0 0;
  238. font-weight: 700;
  239. }
  240. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .two .branch text {
  241. margin: 0 5px;
  242. }
  243. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list_2 {
  244. margin: 0 0 8px 0;
  245. padding: 0 5px;
  246. width: 96vw;
  247. }
  248. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list_2 .lists {
  249. display: flex;
  250. flex-direction: row;
  251. border-bottom: 1px solid #999;
  252. padding: 8px 10px;
  253. }
  254. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list_2 .lists .one_1 {
  255. color: #3f3f3f;
  256. }
  257. .main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list_2 .lists .one_2 {
  258. color: #3f3f3f;
  259. flex-grow: 1;
  260. text-align: right;
  261. }
  262. .main .zero .d_1 {
  263. width: 96vw;
  264. text-align: center;
  265. background-color: #f1f1f1;
  266. }
  267. .main .zero .d_1 .list {
  268. width: 46vw;
  269. font-size: 14px;
  270. background-color: #ffffff;
  271. margin: 1vw;
  272. }
  273. .main .zero .d_1 .list .time {
  274. background-color: #228B22;
  275. color: #ffffff;
  276. padding: 2vw 2vw 0 2vw;
  277. border-radius: 5px 5px 0px 0px;
  278. }
  279. .main .zero .d_1 .list .adress {
  280. background-color: #228B22;
  281. color: #ffffff;
  282. padding: 0 2vw 2vw 2vw;
  283. border-radius: 0px 0px 5px 5px;
  284. }
  285. .main .zero .d_1 .list .name {
  286. display: flex;
  287. flex-direction: row;
  288. justify-content: space-between;
  289. }
  290. .main .zero .d_1 .list .name .icon {
  291. width: 10vw;
  292. height: 7vw;
  293. background-color: #228B22;
  294. padding: 1vw;
  295. line-height: 9vw;
  296. border-radius: 0px 0px 5px 5px;
  297. }
  298. .main .zero .d_2 {
  299. width: 96vw;
  300. text-align: center;
  301. background-color: #f1f1f1;
  302. }
  303. .main .zero .d_2 .list {
  304. width: 96vw;
  305. font-size: 14px;
  306. background-color: #ffffff;
  307. margin-bottom: 2vw;
  308. }
  309. .main .zero .d_2 .list .adress {
  310. background-color: #228B22;
  311. color: #ffffff;
  312. padding: 2vw;
  313. border-radius: 5px;
  314. }
  315. .main .zero .d_2 .list .name {
  316. display: flex;
  317. flex-direction: row;
  318. justify-content: space-around;
  319. text-align: center;
  320. }
  321. .main .zero .d_2 .list .name .icon {
  322. display: flex;
  323. flex-wrap: wrap;
  324. width: 25vw;
  325. height: 13vw;
  326. background-color: #228B22;
  327. color: #ffffff;
  328. border-radius: 0px 0px 5px 5px;
  329. }
  330. .main .zero .d_2 .list .name .person {
  331. display: flex;
  332. flex-direction: column;
  333. }
  334. .main .zero .d_2 .list .name .person .person_name {
  335. width: 100%;
  336. }
  337. .main .zero .d_2 .list .score {
  338. font-size: 18px;
  339. font-weight: 500;
  340. }
  341. .main .zero .e_1 {
  342. width: 96vw;
  343. }
  344. .main .zero .e_1 .btnList {
  345. width: 96vw;
  346. }