Files
YGChatCS/src/pages/index/components/chat/ChatMoreTips/styles/index.scss
2025-10-14 22:15:54 +08:00

16 lines
281 B
SCSS

.more-tips {
box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.03);
border-radius: 0px 0px 20px 20px;
padding: 12px 0 12px 12px;
.more-tips-item {
background: #f7f7f7;
border-radius: 5px;
padding: 6px 8px;
&:last-child {
margin-right: 12px;
}
}
}