Commit 08fe435d authored by liujiangnan's avatar liujiangnan

feat

parent c9c5ae56
...@@ -35,7 +35,9 @@ body { ...@@ -35,7 +35,9 @@ body {
} }
.question-content { .question-content {
background: rgba(0, 0, 0, 0.2); background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 2px solid white; border: 2px solid white;
border-radius: 12px; border-radius: 12px;
padding: 30px; padding: 30px;
...@@ -133,7 +135,9 @@ body { ...@@ -133,7 +135,9 @@ body {
/* 选项卡片基础样式 */ /* 选项卡片基础样式 */
.option-item { .option-item {
background: rgba(0, 0, 0, 0.2); background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 2px solid white; border: 2px solid white;
border-radius: 12px; border-radius: 12px;
padding: 30px; padding: 30px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment