index.less 11 KB

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