From 94acd21e7a0ed6fe36d90d3658ac3377a20226c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=A5=9A=E7=A8=8B?= <3229246079@qq.com> Date: Wed, 10 Nov 2021 16:45:41 +0800 Subject: [PATCH] weihuaWeb --- code/{ => demo2}/weihua/.classpath | 0 code/{ => demo2}/weihua/.project | 0 code/{ => demo2}/weihua/.settings/.jsdtscope | 0 code/{ => demo2}/weihua/.settings/org.eclipse.jdt.core.prefs | 0 .../weihua/.settings/org.eclipse.wst.common.component | 0 .../.settings/org.eclipse.wst.common.project.facet.core.xml | 0 .../.settings/org.eclipse.wst.jsdt.ui.superType.container | 0 .../weihua/.settings/org.eclipse.wst.jsdt.ui.superType.name | 0 code/{ => demo2}/weihua/WebContent/META-INF/MANIFEST.MF | 0 code/{ => demo2}/weihua/WebContent/css/tran.css | 5 +++-- code/{ => demo2}/weihua/WebContent/index.jsp | 2 +- 11 files changed, 4 insertions(+), 3 deletions(-) rename code/{ => demo2}/weihua/.classpath (100%) rename code/{ => demo2}/weihua/.project (100%) rename code/{ => demo2}/weihua/.settings/.jsdtscope (100%) rename code/{ => demo2}/weihua/.settings/org.eclipse.jdt.core.prefs (100%) rename code/{ => demo2}/weihua/.settings/org.eclipse.wst.common.component (100%) rename code/{ => demo2}/weihua/.settings/org.eclipse.wst.common.project.facet.core.xml (100%) rename code/{ => demo2}/weihua/.settings/org.eclipse.wst.jsdt.ui.superType.container (100%) rename code/{ => demo2}/weihua/.settings/org.eclipse.wst.jsdt.ui.superType.name (100%) rename code/{ => demo2}/weihua/WebContent/META-INF/MANIFEST.MF (100%) rename code/{ => demo2}/weihua/WebContent/css/tran.css (92%) rename code/{ => demo2}/weihua/WebContent/index.jsp (89%) diff --git a/code/weihua/.classpath b/code/demo2/weihua/.classpath similarity index 100% rename from code/weihua/.classpath rename to code/demo2/weihua/.classpath diff --git a/code/weihua/.project b/code/demo2/weihua/.project similarity index 100% rename from code/weihua/.project rename to code/demo2/weihua/.project diff --git a/code/weihua/.settings/.jsdtscope b/code/demo2/weihua/.settings/.jsdtscope similarity index 100% rename from code/weihua/.settings/.jsdtscope rename to code/demo2/weihua/.settings/.jsdtscope diff --git a/code/weihua/.settings/org.eclipse.jdt.core.prefs b/code/demo2/weihua/.settings/org.eclipse.jdt.core.prefs similarity index 100% rename from code/weihua/.settings/org.eclipse.jdt.core.prefs rename to code/demo2/weihua/.settings/org.eclipse.jdt.core.prefs diff --git a/code/weihua/.settings/org.eclipse.wst.common.component b/code/demo2/weihua/.settings/org.eclipse.wst.common.component similarity index 100% rename from code/weihua/.settings/org.eclipse.wst.common.component rename to code/demo2/weihua/.settings/org.eclipse.wst.common.component diff --git a/code/weihua/.settings/org.eclipse.wst.common.project.facet.core.xml b/code/demo2/weihua/.settings/org.eclipse.wst.common.project.facet.core.xml similarity index 100% rename from code/weihua/.settings/org.eclipse.wst.common.project.facet.core.xml rename to code/demo2/weihua/.settings/org.eclipse.wst.common.project.facet.core.xml diff --git a/code/weihua/.settings/org.eclipse.wst.jsdt.ui.superType.container b/code/demo2/weihua/.settings/org.eclipse.wst.jsdt.ui.superType.container similarity index 100% rename from code/weihua/.settings/org.eclipse.wst.jsdt.ui.superType.container rename to code/demo2/weihua/.settings/org.eclipse.wst.jsdt.ui.superType.container diff --git a/code/weihua/.settings/org.eclipse.wst.jsdt.ui.superType.name b/code/demo2/weihua/.settings/org.eclipse.wst.jsdt.ui.superType.name similarity index 100% rename from code/weihua/.settings/org.eclipse.wst.jsdt.ui.superType.name rename to code/demo2/weihua/.settings/org.eclipse.wst.jsdt.ui.superType.name diff --git a/code/weihua/WebContent/META-INF/MANIFEST.MF b/code/demo2/weihua/WebContent/META-INF/MANIFEST.MF similarity index 100% rename from code/weihua/WebContent/META-INF/MANIFEST.MF rename to code/demo2/weihua/WebContent/META-INF/MANIFEST.MF diff --git a/code/weihua/WebContent/css/tran.css b/code/demo2/weihua/WebContent/css/tran.css similarity index 92% rename from code/weihua/WebContent/css/tran.css rename to code/demo2/weihua/WebContent/css/tran.css index 115c306..65b2aea 100644 --- a/code/weihua/WebContent/css/tran.css +++ b/code/demo2/weihua/WebContent/css/tran.css @@ -1,10 +1,11 @@ body { font-family: 'Gudea', sans-serif; - background: #00A4C1; text-align:center; + background:url(bg.png) no-repeat; + background-size:cover; } textarea{ - background: #50C100; + background: #FFFFFF; } .box1{ /*background: orange;*/ diff --git a/code/weihua/WebContent/index.jsp b/code/demo2/weihua/WebContent/index.jsp similarity index 89% rename from code/weihua/WebContent/index.jsp rename to code/demo2/weihua/WebContent/index.jsp index 318c8a7..aec2e8d 100644 --- a/code/weihua/WebContent/index.jsp +++ b/code/demo2/weihua/WebContent/index.jsp @@ -8,7 +8,7 @@