UI、logo

This commit is contained in:
吉浩茹
2026-02-02 14:44:36 +08:00
parent 9ec5552307
commit b2973c6d28
30 changed files with 819 additions and 77 deletions

View File

@ -0,0 +1,29 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>排污户大屏展示</title>
<style>
body, html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: auto;
}
.screen-container {
width: 6500px;
height: 1800px;
background-image: url('<%=request.getContextPath()%>/IMG/screen3.png');
background-size: 100% 100%;
background-repeat: no-repeat;
position: relative;
}
</style>
</head>
<body>
<div class="screen-container">
</div>
</body>
</html>