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
08fe435d
Commit
08fe435d
authored
Aug 21, 2025
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat
parent
c9c5ae56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
index.css
play/index.css
+6
-2
No files found.
play/index.css
View file @
08fe435d
...
@@ -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
;
...
...
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