开发: 添加小屏幕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

@@ -42,6 +42,7 @@
justify-content: center;
min-height: 40px;
padding: 12px;
white-space: pre-wrap;
word-break: break-all;
background-color: #fff;
border-radius: 4px;
@@ -153,3 +154,20 @@
background-color: #8c8c8c;
border-radius: 40px;
}
.voteitem {
position: relative;
padding-left: 16px;
&::before {
position: absolute;
top: 50%;
left: 0;
display: inline-block;
width: 6px;
height: 6px;
border: 2px solid #ccc;
border-radius: 8px;
transform: translateY(-50%);
content: '';
}
}