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