Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kanban-nanjing-11
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
caolun
kanban-nanjing-11
Commits
e22bf052
Commit
e22bf052
authored
Jun 21, 2024
by
Allencl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
06b85c80
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
98 additions
and
1 deletion
+98
-1
common.css
css/common.css
+47
-0
page1.html
page1.html
+51
-1
No files found.
css/common.css
View file @
e22bf052
...
...
@@ -257,3 +257,50 @@ body{
/* background-color: greenyellow; */
text-align
:
right
;
}
.scroll-global-continer
{
width
:
100%
;
height
:
110px
;
/* padding: 0px 20px; */
position
:
absolute
;
bottom
:
17px
;
box-sizing
:
border-box
;
padding
:
0px
14px
;
border-radius
:
26px
;
}
.scroll-global-continer
>
div
{
width
:
100%
;
height
:
100%
;
background-color
:
rgba
(
148
,
218
,
242
,
0.1
);
display
:
flex
;
}
.scroll-global-continer
.left-box
{
flex
:
1
;
/* background-color: red; */
box-sizing
:
border-box
;
padding
:
0px
60px
;
color
:
#E53935
;
/* font-weight: bold; */
}
.scroll-global-continer
.right-box
{
flex
:
1
;
box-sizing
:
border-box
;
padding
:
0px
56px
;
color
:
#c3e5ff
;
}
.scroll-loop-compont
{
background
:
inherit
!important
;
height
:
100%
!important
;
font-size
:
66px
!important
;
line-height
:
110px
!important
;
}
\ No newline at end of file
page1.html
View file @
e22bf052
...
...
@@ -151,7 +151,7 @@
</div>
</div>
<div
class=
"box-right-container box-echarts-body-index2"
id=
"dialog-entirety-message-id"
>
<div
class=
"box-right-container box-echarts-body-index2"
style=
"visibility: hidden;"
id=
"dialog-entirety-message-id"
>
<div
class=
"main_b ul-index1 bottom-inex23-box"
>
<div
class=
"main_b marquee-container"
>
<span
class=
"marquee text-126 error"
id=
"msgShowWindow"
></span>
...
...
@@ -165,6 +165,20 @@
</div>
<div
class=
"scroll-global-continer"
>
<div>
<div
class=
"left-box"
>
<div
id=
"productionDayDate3999"
class=
"scroll-loop-compont bottom-scroll-container-index"
></div>
</div>
<div
class=
"right-box"
>
<div
id=
"productionDayDate3888"
class=
"scroll-loop-compont bottom-scroll-container-index"
></div>
</div>
</div>
</div>
<!-- <h1>与服务器连接失败!</h1> -->
<!-- <h1>领导莅临检查请注意设备5S!</h1>-->
...
...
@@ -189,6 +203,42 @@
// var alarmBell = document.getElementById('alarmBell');
$
(
document
).
ready
(
function
()
{
// 底部文字
function
BottomText
(){
// 左边
$
(
'
#productionDayDate3999
'
).
liMarquee
(
'
destroy
'
);
$
(
'
#productionDayDate3999
'
).
liMarquee
({
// circular: false,
direction
:
'
left
'
,
scrollamount
:
30
});
// 右边
$
(
'
#productionDayDate3888
'
).
liMarquee
(
'
destroy
'
);
$
(
'
#productionDayDate3888
'
).
liMarquee
({
// circular: false,
direction
:
'
left
'
,
scrollamount
:
30
});
}
// 底部文字 初始化
BottomText
()
// 左边文字 修改
$
(
'
#productionDayDate3999 .str_move
'
).
html
(
"
错误信息
"
||
""
)
$
(
'
#productionDayDate3888 .str_move
'
).
html
(
"
提示信息
"
||
""
)
// 给自定义控件添加点击事件,触发播放
/* alarmBell.addEventListener('click', function() {
handPlayAudio();
...
...
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