开发: 添加小屏幕css[少], 聊天记录投票. 客户中心修改, 工作台支持小屏
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user