.feedback-form-page{height:100vh;width:100vw;background-color:#f5f5f5;display:flex;flex-direction:column;gap:12px}.feedback-form-page .list{flex:1}.feedback-form-page .list .item{padding:5px 10px 10px 10px;margin:10px;background-color:#fff;border-radius:4px;display:flex;flex-direction:column;gap:8px}.feedback-form-page .list .item .title{font-size:14px;font-weight:600;color:#333}.feedback-form-page .list .item .desc{font-size:12px;color:#666}