From 971f07bfcc18d6b33d7f4ba3bcde3c92201d536e Mon Sep 17 00:00:00 2001 From: liugang Date: Wed, 28 Dec 2022 17:49:11 +0800 Subject: [PATCH] * Replace the absolute paths with relative ones. --- module/screen/css/burn.css | 4 ++-- module/screen/view/view.html.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/screen/css/burn.css b/module/screen/css/burn.css index 72fb7fd345..ce7d0ce3a7 100644 --- a/module/screen/css/burn.css +++ b/module/screen/css/burn.css @@ -1,11 +1,11 @@ .header {display:flex; justify-content:center; } -.img-header {width:1300px; height:120px; background-image:url("/static/images/screen_header.png"); background-repeat:no-repeat;} +.img-header {width:1300px; height:120px; background-image:url("static/images/screen_header.png"); background-repeat:no-repeat;} .title {padding-top:39px; padding-left:525px; 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);} .content {display:flex; justify-content:center; margin-top: 20px;} .burn {width: 1300px; display: flex; flex-wrap: wrap; justify-content: space-around; padding: 10px 0;} -.burn > .container {flex: 0 0 33%; margin-top: 40px; height: 370px; width: 370px; background-image:url("/static/images/burn_bg.png"); background-repeat:no-repeat; background-size: 100% 100%} +.burn > .container {flex: 0 0 33%; margin-top: 40px; height: 370px; width: 370px; background-image:url("static/images/burn_bg.png"); background-repeat:no-repeat; background-size: 100% 100%} .content .table-empty-tip {background: transparent; padding-right: 75px;} diff --git a/module/screen/view/view.html.php b/module/screen/view/view.html.php index a163e3c993..e88be4bfb8 100644 --- a/module/screen/view/view.html.php +++ b/module/screen/view/view.html.php @@ -1,6 +1,6 @@ getModuleRoot() . 'common/view/header.lite.html.php';?> - - + +