开发: 添加小屏幕css[少], 聊天记录投票. 客户中心修改, 工作台支持小屏

This commit is contained in:
zhengw
2023-04-21 14:53:54 +08:00
parent 2156976a8c
commit 5f4acf4317
20 changed files with 619 additions and 322 deletions

View File

@@ -17,11 +17,14 @@
align-items: center;
justify-content: flex-start;
height: 65px;
margin-bottom: 12px;
padding: 0 12px;
border-bottom: 1px solid #ddd;
cursor: pointer;
&:first-child {
margin-top: 1px;
}
&:hover {
background-color: #bae0ff;
}
@@ -80,7 +83,9 @@
height: 34px;
background-color: #fff;
transition: top 0.3s, height 0.3s;
.chatB {
margin-top: 0;
}
&.delFollowListShow {
top: 164px;
height: calc(100% - 164px);