- 为 .topic-post.clearfix.regular 类添加背景色样式 - 设置圆角边框样式 - 添加阴影效果 - 定义外边距和内边距 - 设置相对定位样式
This commit is contained in:
@@ -55,3 +55,12 @@
|
|||||||
box-shadow: #00000077 0 0 19px 0;
|
box-shadow: #00000077 0 0 19px 0;
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.topic-post.clearfix.regular {
|
||||||
|
background: var(--d-chat-input-bg-color);
|
||||||
|
border-radius: var(--d-border-radius);
|
||||||
|
box-shadow: #00000024 0 0 7px 2px;
|
||||||
|
margin: 10px 0;
|
||||||
|
position: relative;
|
||||||
|
padding: 0 12px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user