* Finish task #87779.

This commit is contained in:
liumengyi
2023-03-22 11:22:33 +08:00
parent 2d86fcc94a
commit 5f8b06e105
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
UPDATE `zt_screen` SET `name` = '燃尽图大屏' WHERE `id` = '5'
+1 -1
View File
@@ -1,6 +1,6 @@
.header {display:flex; justify-content:center; }
.img-header {width:1342px; height: 129px; background-image:url("static/images/screen_header.png"); background-repeat:no-repeat;}
.title {padding-top:39px; padding-left: 585px; white-space:nowrap; color:#B2D5E5; font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,'PingFang SC','Source Han Sans CN','Source Han Sans','Source Han Serif','Hiragino Sans GB','WenQuanYi Micro Hei','Microsoft YaHei',sans-serif; letter-spacing:5px;}
.title {padding-top:39px; padding-left: 615px; white-space:nowrap; color:#B2D5E5; font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,'PingFang SC','Source Han Sans CN','Source Han Sans','Source Han Serif','Hiragino Sans GB','WenQuanYi Micro Hei','Microsoft YaHei',sans-serif; letter-spacing:5px;}
.time {position:absolute; right:10px; top:30px; color:#eee}
body {background:rgb(0,16,40);}
+1 -1
View File
@@ -4,7 +4,7 @@
<?php js::set('executions', $executions);?>
<div class='header'>
<div class='img-header'>
<h2 class='title'>迭代燃尽图大屏</h2>
<h2 class='title'><?php echo $screen->name;?></h2>
<span class='time'><?php echo '更新时间:' . $date;?></span>
</div>
</div>