.main { height: 88.8vh; } .main .zero { width: 96vw; margin: 0 0 2vw 0; } .main .zero:nth-child(2) { margin: 0 0 0 0; } .main .one { width: 92vw; padding: 2vw; background-color: #fff; text-align: center; } .main .one button { font-size: 14px; } .main .two { flex-grow: 1; width: 100%; position: relative; } .main .two .scroll-view { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .main .two .scroll-view .list-scroll-view { display: flex; flex-direction: column; } .main .two .scroll-view .list-scroll-view .list { background-color: #ffffff; border-bottom: 1px solid #cccccc; padding: 2vw 0; display: flex; flex-direction: column; } .main .two .scroll-view .list-scroll-view .list .name { font-size: 15px; font-weight: bold; margin: 0 0 1vw 0; } .main .two .scroll-view .list-scroll-view .list .other { margin: 0 0 1vw 0; } .main .two .scroll-view .list-scroll-view .list .other .other_1 { margin: 0 0 1vw 0; color: #000000a6; font-size: 12px; } .main .two .scroll-view .list-scroll-view .list .btn { text-align: center; } .main .two .scroll-view .list-scroll-view .list .btn button { font-size: 14px; } .dialog_1 { width: 80vw; } .dialog_1 .content { background-color: #ffffff; border-bottom: 1px solid #cccccc; display: flex; flex-direction: row; justify-content: space-between; padding: 2vw; width: 76vw; } .dialog_1 .content .label { width: 25vw; text-align: left; font-size: 14px; } .dialog_1 .content .value { width: 65vw; text-align: right; font-size: 14px; } .dialog_1 .content .value textarea { width: 65vw; } .dialog_1 .content .checkbox .list .name { margin: 0 2vw 0 0; } .dialog_1 .btn { margin: 2vw 0 0 0; text-align: center; }