- 为话题卡片添加 border-radius 样式 - 实现 backdrop-filter 模糊背景效果 - 提升卡片视觉层次和美观度
This commit is contained in:
@@ -787,6 +787,8 @@ body.user-messages-page {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #fff9;
|
background-color: #fff9;
|
||||||
|
border-radius: var(--d-border-radius);
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
}
|
}
|
||||||
|
|
||||||
#list-area{
|
#list-area{
|
||||||
|
|||||||
Reference in New Issue
Block a user