Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
山
山西华远大屏
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
lichunliang
山西华远大屏
Commits
34c3d30f
Commit
34c3d30f
authored
Feb 13, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: ai css deal
parent
71856866
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
16 deletions
+18
-16
AiAnalysis.vue
src/components/BigScreen/AiAnalysis.vue
+18
-16
No files found.
src/components/BigScreen/AiAnalysis.vue
View file @
34c3d30f
...
...
@@ -230,39 +230,41 @@ export default {
width
:
100%
;
height
:
100%
;
display
:
flex
;
margin-bottom
:
0
.1rem
;
justify-content
:
center
;
align-items
:
center
;
font-family
:
"diget year"
;
font-size
:
0
.36rem
;
text-shadow
:
0px
3px
12px
rgba
(
24
,
153
,
159
,
0
.82
);
background
:
linear-gradient
(
180deg
,
#ffffff
0%
,
#00ffc6
100%
);
-webkit-background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
//
text-shadow: 0px 3px 12px rgba(24, 153, 159, 0.82);
//
background: linear-gradient(180deg, #ffffff 0%, #00ffc6 100%);
//
-webkit-background-clip: text;
//
-webkit-text-fill-color: transparent;
color
:
#fff
;
}
}
>
div
:nth-child
(
2
)
{
color
:
#ffe25d
;
// top: 0.2rem;
left
:
38%
;
.liquid-chart
{
text-shadow
:
0px
4px
30px
rgba
(
5
,
54
,
78
,
0
.48
);
background
:
linear-gradient
(
180deg
,
#ffffff
0%
,
#ffe25d
100%
);
-webkit-background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
}
//
.liquid-chart {
//
text-shadow: 0px 4px 30px rgba(5, 54, 78, 0.48);
//
background: linear-gradient(180deg, #ffffff 0%, #ffe25d 100%);
//
-webkit-background-clip: text;
//
-webkit-text-fill-color: transparent;
//
}
}
>
div
:nth-child
(
3
)
{
color
:
#11b9ff
;
top
:
0
.5rem
;
right
:
0px
;
left
:
unset
;
.liquid-chart
{
text-shadow
:
0px
3px
12px
rgba
(
24
,
153
,
159
,
0
.82
);
background
:
linear-gradient
(
180deg
,
#ffffff
0%
,
#11b9ff
100%
);
-webkit-background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
}
//
.liquid-chart {
//
text-shadow: 0px 3px 12px rgba(24, 153, 159, 0.82);
//
background: linear-gradient(180deg, #ffffff 0%, #11b9ff 100%);
//
-webkit-background-clip: text;
//
-webkit-text-fill-color: transparent;
//
}
}
}
}
...
...
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