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
71856866
Commit
71856866
authored
Feb 13, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: css deal
parent
b08794ad
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
27 deletions
+23
-27
AiAnalysis.vue
src/components/BigScreen/AiAnalysis.vue
+2
-2
BianpoMonitor.vue
src/components/BigScreen/BianpoMonitor.vue
+4
-4
QiaoliangMonitor.vue
src/components/BigScreen/QiaoliangMonitor.vue
+11
-14
SuidaoMonitor.vue
src/components/BigScreen/SuidaoMonitor.vue
+5
-6
bigscreen.vue
src/views/bigscreen.vue
+1
-1
No files found.
src/components/BigScreen/AiAnalysis.vue
View file @
71856866
...
...
@@ -382,13 +382,13 @@ export default {
height
:
100%
;
line-height
:
0
.48rem
;
margin
:
0
;
font-size
:
0
.2rem
;
font-size
:
0
.2
2
rem
;
letter-spacing
:
0
.01rem
;
padding-left
:
0
.4rem
;
font-family
:
Source
Han
Sans
SC
;
font-weight
:
bold
;
color
:
#ffffff
;
text-shadow
:
0px
3
px
8px
rgba
(
19
,
80
,
113
,
0
.48
);
text-shadow
:
0px
12
px
8px
rgba
(
19
,
80
,
113
,
0
.48
);
background
:
linear-gradient
(
180deg
,
#ffffff
54
.00390625%
,
#28caff
100%
);
-webkit-background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
...
...
src/components/BigScreen/BianpoMonitor.vue
View file @
71856866
...
...
@@ -185,13 +185,13 @@ export default {
height
:
100%
;
line-height
:
0
.48rem
;
margin
:
0
;
font-size
:
0
.2rem
;
font-size
:
0
.2
2
rem
;
letter-spacing
:
0
.01rem
;
padding-left
:
0
.4rem
;
font-family
:
Source
Han
Sans
SC
;
font-weight
:
bold
;
color
:
#ffffff
;
text-shadow
:
0px
3
px
8px
rgba
(
19
,
80
,
113
,
0
.48
);
text-shadow
:
0px
12
px
8px
rgba
(
19
,
80
,
113
,
0
.48
);
background
:
linear-gradient
(
180deg
,
#ffffff
54
.00390625%
,
#28caff
100%
);
-webkit-background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
...
...
@@ -239,7 +239,7 @@ export default {
.count2
{
font-family
:
diget
year
;
font-weight
:
normal
;
font-size
:
0
.3
4
rem
;
font-size
:
0
.3
6
rem
;
color
:
#ffffff
;
text-shadow
:
0px
0
.04rem
0
.3rem
rgba
(
5
,
54
,
78
,
0
.48
);
background
:
linear-gradient
(
180deg
,
#dff2ff
0%
,
#36acff
100%
);
...
...
@@ -258,7 +258,7 @@ export default {
.count1
{
font-family
:
diget
year
;
font-weight
:
normal
;
font-size
:
0
.3
4
rem
;
font-size
:
0
.3
6
rem
;
color
:
#ffffff
;
text-shadow
:
0px
0
.04rem
0
.3rem
rgba
(
5
,
54
,
78
,
0
.48
);
background
:
linear-gradient
(
180deg
,
#fffae4
0%
,
#ffe25d
100%
);
...
...
src/components/BigScreen/QiaoliangMonitor.vue
View file @
71856866
...
...
@@ -24,10 +24,10 @@
:key=
"index"
>
<span
style=
"color:#fff;"
class=
"ellipsis"
>
{{
item
.
monName
}}
</span>
<span
:style=
"
{ color: colorBlock[index] }">
{{
<span
:style=
"
{ color: colorBlock[index
%4
] }">
{{
item
.
monDate
}}
</span>
<span
:style=
"
{ color: colorBlock[index] }">
{{
<span
:style=
"
{ color: colorBlock[index
%4
] }">
{{
item
.
monNumber
}}
</span>
</dd>
...
...
@@ -72,14 +72,10 @@ export default {
intervalTime4qiaoliang
:
40
,
// 每次滚动的时间间隔(ms)
colorBlock
:
[
"
#27BAFF
"
,
"
#EEE485
"
,
"
#25D8A9
"
,
"
#008ADD
"
,
"
#25D8A9
"
,
"
#EEE485
"
,
"
#27BAFF
"
,
"
#008ADD
"
,
"
rgb(72,196,255)
"
,
"
rgb(255,242,121)
"
,
"
rgb(41,255,194)
"
,
"
rgb(6,162,255)
"
,
],
dataList
:
[],
chartsTarget
:
null
,
...
...
@@ -345,13 +341,13 @@ export default {
height
:
100%
;
line-height
:
0
.48rem
;
margin
:
0
;
font-size
:
0
.2rem
;
font-size
:
0
.2
2
rem
;
letter-spacing
:
0
.01rem
;
padding-left
:
0
.4rem
;
font-family
:
Source
Han
Sans
SC
;
font-weight
:
bold
;
color
:
#ffffff
;
text-shadow
:
0px
3
px
8px
rgba
(
19
,
80
,
113
,
0
.48
);
text-shadow
:
0px
12
px
8px
rgba
(
19
,
80
,
113
,
0
.48
);
background
:
linear-gradient
(
180deg
,
#ffffff
54
.00390625%
,
#28caff
100%
);
-webkit-background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
...
...
@@ -372,7 +368,7 @@ export default {
.bottom
{
height
:
2
.8rem
;
overflow
:
hidden
;
margin-top
:
-
0
.06rem
;
margin-top
:
0
.06rem
;
.dt
{
height
:
0
.42rem
;
line-height
:
0
.42rem
;
...
...
@@ -393,6 +389,7 @@ export default {
overflow-y
:
auto
;
border-radius
:
4px
4px
0px
0px
;
border
:
1px
solid
#0aabff
;
margin-top
:
0
;
// opacity: 0.5;
dd
{
...
...
@@ -405,7 +402,7 @@ export default {
grid-template-columns
:
1
.5rem
1
.5rem
0
.9rem
;
text-align
:
center
;
background
:
#01689d
52
;
font-size
:
0
.1
4
rem
;
font-size
:
0
.1
6
rem
;
align-items
:
center
;
border-bottom
:
0
.01rem
solid
#1f77c2
;
background-size
:
cover
;
...
...
src/components/BigScreen/SuidaoMonitor.vue
View file @
71856866
...
...
@@ -166,18 +166,17 @@ export default {
height
:
100%
;
line-height
:
0
.48rem
;
margin
:
0
;
font-size
:
0
.2rem
;
font-size
:
0
.2
2
rem
;
letter-spacing
:
0
.01rem
;
padding-left
:
0
.4rem
;
font-family
:
Source
Han
Sans
SC
;
font-weight
:
bold
;
color
:
#ffffff
;
text-shadow
:
0px
3
px
8px
rgba
(
19
,
80
,
113
,
0
.48
);
background
:
linear-gradient
(
180deg
,
#ffffff
54
.00390625%
,
#28ca
ff
100%
);
text-shadow
:
0px
12
px
8px
rgba
(
19
,
80
,
113
,
0
.48
);
background
:
linear-gradient
(
180deg
,
#ffffff
80
.00390625%
,
#0383
ff
100%
);
-webkit-background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
//background-image:linear-gradient(to bottom,#fff,#f3fffc,#e4fff9);
//-webkit-background-clip:text;-webkit-text-fill-color:transparent;
background-clip
:
text
;
}
}
...
...
@@ -216,7 +215,7 @@ export default {
margin-right
:
0px
;
display
:
grid
;
text-align
:
center
;
font-size
:
0
.1
4
rem
;
font-size
:
0
.1
6
rem
;
align-items
:
center
;
border-bottom
:
0
.01rem
solid
#1f77c2
;
}
...
...
src/views/bigscreen.vue
View file @
71856866
...
...
@@ -488,7 +488,7 @@ footer{
font-size
:
0
.44rem
;
line-height
:
1
;
letter-spacing
:
0
.04rem
;
margin
:
0
.
23
rem
0
0
0rem
;
margin
:
0
.
18
rem
0
0
0rem
;
font-weight
:
bold
;
color
:
#fff
;
font-family
:
Source
Han
Sans
SC
;
...
...
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