大屏静态数据

This commit is contained in:
Rue Ji
2026-02-06 16:30:47 +08:00
parent 14c9bd8ce0
commit 580606c267
8 changed files with 117 additions and 93 deletions

View File

@ -1,3 +1,4 @@
<!-- <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -->
<!DOCTYPE html>
<html>
<head>
@ -10,11 +11,13 @@
width: 100%;
height: 100%;
overflow: auto; /* Allow scrolling if window is smaller */
background-color: #030829;
}
.screen-container {
width: 6500px;
height: 1800px;
background-image: url('../../IMG/screen1.png');
/* background-image: url('<%=request.getContextPath()%>/IMG/screen1-1.png'); */
background-image: url('../../IMG/screen1-1.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: relative;
@ -59,9 +62,9 @@
</head>
<body>
<div class="screen-container">
<div class="val-6040">6040</div>
<!-- <div class="val-6040">6040</div>
<div class="val-4197">4197</div>
<div class="val-12356">12356</div>
<div class="val-12356">12356</div> -->
</div>
</body>
</html>