Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
AI_QUESTION_CHOSE
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
AI_QUESTION_CHOSE
Commits
fd04fcb0
Commit
fd04fcb0
authored
Aug 21, 2025
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat
parent
08fe435d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
index.css
play/index.css
+11
-1
No files found.
play/index.css
View file @
fd04fcb0
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment