Commit fd04fcb0 authored by liujiangnan's avatar liujiangnan

feat

parent 08fe435d
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
} }
body { body {
/* background: rgba(0, 0, 0, 0.8);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px); */
min-height: 100vh; min-height: 100vh;
overflow: hidden; overflow: hidden;
} }
...@@ -114,6 +117,9 @@ body { ...@@ -114,6 +117,9 @@ body {
line-height: 1.6; line-height: 1.6;
word-wrap: break-word; word-wrap: break-word;
max-width: 100%; max-width: 100%;
color: white;
font-weight: 600;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
} }
/* 选项部分样式 - 占据屏幕下50% */ /* 选项部分样式 - 占据屏幕下50% */
...@@ -194,6 +200,8 @@ body { ...@@ -194,6 +200,8 @@ body {
justify-content: flex-start; justify-content: flex-start;
text-align: left; text-align: left;
width: 100%; width: 100%;
font-weight: 500;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
} }
.option-label { .option-label {
...@@ -203,7 +211,7 @@ body { ...@@ -203,7 +211,7 @@ body {
font-weight: bold; font-weight: bold;
font-size: 22px; font-size: 22px;
color: white; color: white;
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.7);
border-radius: 50%; border-radius: 50%;
width: 24px; width: 24px;
height: 24px; height: 24px;
...@@ -211,6 +219,8 @@ body { ...@@ -211,6 +219,8 @@ body {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
z-index: 1; z-index: 1;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
} }
.option-image { .option-image {
......
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