//加签列表 .add-list { width:100%; height:80%; .top-title { width:100%; height:40px; line-height: 40px; padding:0 10px; font-size:16px; color:#000000; border-bottom:1px solid #ccc; } .list-wrap { width:100%; height:420px; margin-top:40px; background: #fafafa; overflow-y: scroll; position: relative; .title { position: fixed; top:40px; left:0; width:95%; height:30px; line-height: 30px; background: #fafafa; padding:0 10px; display: flex; flex-direction: row; &>span { display:inline-block; width:50%; padding-left:15px; font-size: 14px; } } .list { margin:0 auto; margin-bottom: 10px; width:95%; height:50px; line-height: 50px; display: flex; flex-direction: row; background: white; border-radius: 5px; &>span { width:50%; padding-left:15px; font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; &>span { display: inline-block; width:30%; height:16px; &>img { width:16px; height:100%; } } } } } }