Commit fd04fcb0 authored by liujiangnan's avatar liujiangnan

feat

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