.main { height: 88.8vh; } .main .one { width: 96vw; } .main .one .content { background-color: #ffffff; border-bottom: 1px solid #cccccc; display: flex; flex-direction: row; justify-content: space-between; padding: 2vw; width: 92vw; } .main .one .content .label { text-align: left; font-size: 16px; } .main .one .content .value { width: 65vw; text-align: right; font-size: 16px; } .main .one .content .value textarea { width: 65vw; } .main .one .content .value .personList { float: left; margin: 1vw; width: 26vw; padding: 2vw; text-align: center; border: 1px solid #ff0000; } .main .one .content .value .personList .name { font-size: 15px; padding: 0 2vw 0; } .main .one .content .value .personList:nth-child(2n) { margin: 1vw 0 1vw 1vw; } .main .one .btn { margin: 2vw 0 0 0; text-align: center; }