- 在box-shadow属性上添加!important标记以确保样式覆盖 - 保持原有的背景色、圆角和模糊效果设置不变 - 确保元素具有24px的内边距设置
This commit is contained in:
+1
-1
@@ -48,6 +48,6 @@
|
||||
background-color: #ffffffa8;
|
||||
border-radius: var(--d-border-radius);
|
||||
backdrop-filter: blur(16px);
|
||||
box-shadow: #00000077 0 0 19px 0;
|
||||
box-shadow: #00000077 0 0 19px 0 !important;
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user