赞
踩
聊天室大致分三块:
.friend-box { display: flex; background-color: var(--white); border-radius: 10px; position: absolute; width: 100%; height: 80vh; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); overflow: hidden; } .friend-aside { width: 60px; border-right: 1px solid var(--maxLightGray); display: flex; flex-direction: column; justify-content: space-between; } .friend-bode { flex: 1; display: flex; }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。