.content { display: flex; flex-direction: column; box-sizing: border-box; width: 100vw; height: 100vh; } .content { background-color: var(--rgb111); } .content .one { background-color: var(--rgb111); display: flex; padding: 2vw; } .content .one .one_1 { flex-grow: 1; } .content .one .one_1 input { border: 1px solid var(--rgbf1f); height: 30px; border-radius: 2px; padding: 0 5px; font-size: 12px; color: var(--rgbfff); } .content .one .one_2 button { height: 100%; background-color: var(--rgbfa4); color: var(--rgbfff); } .content .two { flex-grow: 1; position: relative; } .content .two .two_1 { display: flex; flex-wrap: wrap; } .content .two .two_1 .list { width: 48%; margin: 0 10px 10px 0; } .content .two .two_1 .list .image { width: 100%; height: 100px; overflow: hidden; border-radius: 5px; box-shadow: 0 0 5px var(--rgbf1f); margin: 0 0 5px 0; } .content .two .two_1 .list .name { font-size: 14px; color: var(--rgbfff); margin: 0 0 5px 0; } .content .two .two_1 .list .other { display: flex; color: var(--rgbfff); font-size: 12px; justify-content: space-between; } .content .two .two_1 .list:nth-child(2n) { margin: 0 0 10px 0; } .scroll-view { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .scroll-view .list-scroll-view { display: flex; flex-direction: column; padding: 0 2vw; } .is_bottom { text-align: center; } .is_bottom text { padding: 2vw 0; display: inline-block; color: #858585; font-size: 14px; } .drawer_one { display: flex; flex-direction: column; width: 77vw; height: 92vh; } .drawer_one .drawer_one_1 { flex-grow: 1; overflow-y: auto; } .drawer_one .drawer_one_1 .uni-forms-item { margin: 0; } .drawer_one .drawer_one_1 .label { font-weight: bold; margin: 0 0 5px 0; } .drawer_one .drawer_one_2 { text-align: center; padding: 2vw 0; } .drawer_one .drawer_one_2 button { width: 30%; height: 100%; margin: 0 2vw; } .drawer_one .drawer_one_2 button:nth-child(1) { background-color: var(--rgbfa4); color: var(--rgbfff); } .drawer_one .drawer_one_2 button:nth-child(2) { background-color: var(--rgb67c); color: var(--rgbfff); }