1 Star 0 Fork 49

im / uni-chat

forked from 野火IM / uni-chat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tribute.css 967 Bytes
一键复制 编辑 原始数据 按行查看 历史
heavyrian2012 提交于 2022-06-07 16:12 . uni chat code
.tribute-container {
position: absolute;
bottom: 0;
left: 0;
height: auto;
max-height: 300px;
max-width: 500px;
min-width: 150px;
overflow: auto;
display: block;
z-index: 999999;
border-radius: 5px;
box-shadow: 0 6px 28px 0 rgba(230, 230, 230, 100);
}
.tribute-container ul {
margin: 0;
margin-top: 2px;
padding: 0;
list-style: none;
background: #efefef;
}
.tribute-container li {
padding: 5px 5px;
cursor: pointer;
color: #000;
display: flex;
align-items: center;
background: #F0E6EA;
}
.tribute-container li img {
margin-right: 5px;
}
.tribute-container li.highlight {
background: #D8CFD2;
}
.tribute-container li span {
font-weight: bold;
}
.tribute-container li.no-match {
cursor: default;
}
.tribute-container .menu-highlighted {
font-weight: bold;
}
.tribute-container.avatar {
width: 24px;
height: 24px;
border-radius: 100%;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wang_im/uni-chat.git
git@gitee.com:wang_im/uni-chat.git
wang_im
uni-chat
uni-chat
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891