diff --git a/src/main/webapp/IMG/screen1-1.png b/src/main/webapp/IMG/screen1-1.png new file mode 100644 index 00000000..2c9ca96b Binary files /dev/null and b/src/main/webapp/IMG/screen1-1.png differ diff --git a/src/main/webapp/IMG/screen3.png b/src/main/webapp/IMG/screen3.png index f3598b07..5abcbff7 100644 Binary files a/src/main/webapp/IMG/screen3.png and b/src/main/webapp/IMG/screen3.png differ diff --git a/src/main/webapp/jsp/bigScreen.jsp b/src/main/webapp/jsp/bigScreen.jsp index 20d6544b..8ddb0cfc 100644 --- a/src/main/webapp/jsp/bigScreen.jsp +++ b/src/main/webapp/jsp/bigScreen.jsp @@ -11,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('<%=request.getContextPath()%>/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; @@ -60,9 +62,9 @@
-
6040
+
diff --git a/src/main/webapp/jsp/bigScreen2.jsp b/src/main/webapp/jsp/bigScreen2.jsp index 9b6fab85..5381a863 100644 --- a/src/main/webapp/jsp/bigScreen2.jsp +++ b/src/main/webapp/jsp/bigScreen2.jsp @@ -6,17 +6,21 @@ 区域管线大屏展示 + +