.main { height: 88.8vh; .zero { width: 96vw; margin: 0 0 2vw 0; } .zero:nth-child(2) { margin: 0 0 0 0; } .one { display: flex; flex-direction: row; justify-content: space-between; padding: 2vw; width: 92vw; background-color: #fff; .one_1 { width: 76vw; background-color: #f1f1f1; padding: 0 0 0 2vw; input { padding: 1vw 2px; font-size: 16px; } } .one_2 { text-align: center; button { font-size: 14px; } } } .two { flex-grow: 1; width: 100%; position: relative; .scroll-view { position: absolute; top: 0; left: 0; right: 0; bottom: 0; .list-scroll-view { display: flex; flex-direction: column; .list { border-bottom: 1px solid #cccccc; padding: 2vw 0; display: flex; flex-direction: column; .info { display: flex; flex-direction: row; margin: 0 0 2vw 0; .list_1 { padding: 8vw 0 0 0; .image { width: 75px; height: 75px; border-radius: 10px; } } .list_2 { width: 70vw; padding: 0 0 0 2vw; .name { font-size: 18px; font-weight: bold; margin: 0 0 1vw 0; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; .status { background-color: #ff0000; color: #fff; padding: 0 2vw; font-size: 16px; margin: 0 2vw 0 0; border-radius: 5px; } } .other { .other_1 { margin: 0 0 1vw 0; color: #000000a6; font-size: 14px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; } } } } .btn { text-align: center; button { margin: 0 2vw 2vw 2vw; font-size: 14px; } } } } } } } .dialog_1 { width: 80vw; .content { background-color: #ffffff; border-bottom: 1px solid #cccccc; display: flex; flex-direction: row; justify-content: space-between; padding: 2vw; width: 76vw; .label { width: 25vw; text-align: left; font-size: 16px; } .value { width: 65vw; text-align: right; font-size: 16px; textarea { width: 65vw; } } } .btn { margin: 2vw 0 0 0; text-align: center; } } .dialog_2 { .name { text-align: center; font-size: 18px; font-weight: bold; margin: 3vw 0; } .image { text-align: center; height: 18vh; overflow: hidden; .qrcode { height: 22vh; position: absolute; left: 30vw; } } .remark { text-align: center; font-size: 15px; margin: 0 0 4vw 0; } }