diff --git a/web/addPeople_style.css b/web/addPeople_style.css
index 23a9c09..d3ef8c0 100644
--- a/web/addPeople_style.css
+++ b/web/addPeople_style.css
@@ -35,7 +35,7 @@ body {
.register_1 {
width: 400px;
height: 500px;
- background-color: white;
+ background-color: rgba(255, 255, 255, 0.6);
position: absolute;
top: 75px;
left: 850px;
@@ -58,6 +58,7 @@ body {
font-size: 15px;
margin: 50px 0 30px 0;
outline: none;
+ background-color: rgba(255, 255, 255, 0.4);
}
.register_1 form input#next {
width: 40px;
@@ -75,7 +76,7 @@ body {
-webkit-transform: translate(0,-1px);
-o-transform: translate(0,-1px);
-moz-transform: translate(0,-1px);
- box-shadow: 3px 3px 3px rgba(192, 192, 192, 0.801);
+ box-shadow: 3px 3px 3px rgba(131, 131, 131, 0.6);
}
.register_1 form input#next:active {
background-color: rgba(255, 115, 0, 0.3);
@@ -85,7 +86,7 @@ body {
.register_2 {
width: 400px;
height: 500px;
- background-color: white;
+ background-color: rgba(255, 255, 255, 0.6);
position: absolute;
top: 75px;
left: 850px;
@@ -103,10 +104,11 @@ body {
left: 90px;
text-align: center;
border-radius: 25px;
- border: 0.5px solid rgb(170, 170, 170);
+ border: 0.5px solid rgb(170, 170, 170, 0.6);
font-size: 15px;
margin: 20px 0 0 0;
outline: none;
+ background-color: rgba(255, 255, 255, 0.4);
}
.register_2 form .gender input{
width: 10px;
@@ -149,7 +151,7 @@ body {
-webkit-transform: translate(0,-1px);
-o-transform: translate(0,-1px);
-moz-transform: translate(0,-1px);
- box-shadow: 3px 3px 3px rgba(192, 192, 192, 0.801);
+ box-shadow: 3px 3px 3px rgba(131, 131, 131, 0.6);
}
.register_2 form input#submit:active {
background-color: rgba(255, 115, 0, 0.3);
diff --git a/web/deletePeople.html b/web/deletePeople.html
new file mode 100644
index 0000000..9533064
--- /dev/null
+++ b/web/deletePeople.html
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
Old People Home - 老人注销
+
+
+
+
+
+ O
+ ld
+ P
+ eople
+ H
+ ome
+
+
+
注销老人
+
+
+
+
\ No newline at end of file
diff --git a/web/deletePeople_style.css b/web/deletePeople_style.css
new file mode 100644
index 0000000..282f487
--- /dev/null
+++ b/web/deletePeople_style.css
@@ -0,0 +1,80 @@
+body {
+ margin: 0px;
+ background-color: papayawhip;
+ background-image: url("images/老人3.jpg");
+ background-repeat: no-repeat;
+ background-size: 100%;
+}
+
+/* LOGO */
+.box1 {
+ text-align: left;
+ position: absolute;
+ top: 30px;
+ left: 10px;
+ user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ -webkit-user-select: none;
+}
+.upper {
+ color: rgb(255, 115, 0);
+ font-weight: bolder;
+ font-family: sans-serif;
+ font-size: 45px;
+ letter-spacing: -10px;
+}
+.lower {
+ color: rgb(255, 183, 124);
+ font-family: sans-serif;
+ font-size: 45px;
+ letter-spacing: -5px;
+}
+
+/* 注销界面 */
+.delete {
+ width: 420px;
+ height: 250px;
+ background-color: rgba(255, 255, 255, 0.6);
+ position: absolute;
+ top: 150px;
+ left: 830px;
+}
+.delete h2 {
+ padding: 0 0 0 30px;
+ color: rgb(255, 115, 0);
+}
+.delete form input {
+ width: 300px;
+ height: 35px;
+ position: relative;
+ top: 20px;
+ left: 60px;
+ text-align: center;
+ outline: none;
+ border-radius: 25px;
+ border: 0.5px solid rgba(128, 128, 128, 0.6);
+ background-color: rgba(255, 255, 255, 0.3);
+}
+.delete form input#submit {
+ width: 40px;
+ height: 40px;
+ border: none;
+ background-color: rgb(255, 115, 0);
+ color: white;
+ position: relative;
+ top: 80px;
+ left: 355px;
+}
+.delete form input#submit:hover {
+ transform: translate(0,-1px);
+ -ms-transform: translate(0,-1px);
+ -webkit-transform: translate(0,-1px);
+ -o-transform: translate(0,-1px);
+ -moz-transform: translate(0,-1px);
+ box-shadow: 3px 3px 3px rgba(131, 131, 131, 0.6);
+}
+.delete form input#submit:active {
+ background-color: rgba(255, 115, 0, 0.3);
+ /* js写一个弹出确认框 显示老人名字和身份证号 */
+}
\ No newline at end of file
diff --git a/web/firstPage.html b/web/firstPage.html
index 71f0df2..2611707 100644
--- a/web/firstPage.html
+++ b/web/firstPage.html
@@ -27,37 +27,38 @@
+