.search,.search_input { width: 100%; height: 40px; background-color: #CFCFCF; display: flex; align-items: center; position: fixed; top:0; left:0; } .search { justify-content:space-around; } .search_input { justify-content:space-around; } .search view, .search_input view { height: 28px; line-height: 40px; background-color: #ffffff; border-radius: 5px; text-align: center; display: flex; align-items: center; } .search view { width: 96%; justify-content:center; } .search image { display: block; width: 5%; height: 50%; } .search_input view { padding-left: 10px; } .search icon,.search_input icon { display: inline-block; margin: 13px 4px 0 0; height: 26px; line-height: 26px; } .search text { font-size: 12px; color: #CFCFCF; } .search_input view { width: 79%; text-align: left; } .search_input text { display: inline-block; width: 40px; height: 30px; line-height: 30px; font-size: 16px; color:#7B68EE; } .search_input input { font-size: 14px; width: 90%; } .mask { background-color: black; opacity: 0.4; position: absolute; top: 40px; left: 0; right: 0; bottom: 0; } .chat_list { width: 100%; min-height: 60px; background: white; border-bottom: 1px solid rgba(173,185,193,0.5); } .list_left { width: 58%; height: 100%; float: left; } .list_text { width: 60%; height: 100%; float: left; margin-top: 12px; font-size: 14px; } .list_pic { width: 18%; height: 100%; float: left; margin-top: 15px; margin-right: 14px; } .list_pic image { display: block; width: 35px; height: 35px; /*border: 1px solid rgb(0,186,110);*/ margin-left: 10px; } .list_word { height: 20px; color: #858585; margin-top: 0; width: 120%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } .list_right { /*width: 40%;*/ height: 100%; float: right; font-size: 12px; margin-right: 8px; text-align: right; } .list_right text:first-child { display: block; line-height: 30px; margin: 6px auto auto auto; } .list_right text:last-child { height: 20px; font-size: 13px; color: #CFCFCF; display: block; margin-top: 2px; } .delChat { width: 60px; float: right; } .contacts image,.settings image { width: 100%; height: 100%; } .chats image { width: 100%; height: 100%; }