diff --git a/web/addPeople.html b/web/addPeople.html
new file mode 100644
index 0000000..85ade75
--- /dev/null
+++ b/web/addPeople.html
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+ Old People Home - 老人注册
+
+
+
+
+
+ O
+ ld
+ P
+ eople
+ H
+ ome
+
+
+
老人注册
+
+
+
+
+
\ No newline at end of file
diff --git a/web/addPeople_style.css b/web/addPeople_style.css
new file mode 100644
index 0000000..23a9c09
--- /dev/null
+++ b/web/addPeople_style.css
@@ -0,0 +1,156 @@
+body {
+ background-color: papayawhip;
+ margin: 0px;
+ background-image: url("images/老人1.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;
+}
+
+/* 注册界面1 */
+.register_1 {
+ width: 400px;
+ height: 500px;
+ background-color: white;
+ position: absolute;
+ top: 75px;
+ left: 850px;
+ /* 用js写个隐藏跳转 */
+ display: none;
+}
+.register_1 h3 {
+ padding: 0 0 0 30px;
+ color: rgb(255, 115, 0);
+}
+.register_1 form input{
+ width: 220px;
+ height: 35px;
+ position: relative;
+ top: 10px;
+ left: 90px;
+ text-align: center;
+ border-radius: 25px;
+ border: 0.5px solid rgb(170, 170, 170);
+ font-size: 15px;
+ margin: 50px 0 30px 0;
+ outline: none;
+}
+.register_1 form input#next {
+ width: 40px;
+ height: 40px;
+ border: none;
+ background-color: rgb(255, 115, 0);
+ color: white;
+ position: relative;
+ top: 100px;
+ left: 340px;
+}
+.register_1 form input#next: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(192, 192, 192, 0.801);
+}
+.register_1 form input#next:active {
+ background-color: rgba(255, 115, 0, 0.3);
+}
+
+/* 注册界面2 */
+.register_2 {
+ width: 400px;
+ height: 500px;
+ background-color: white;
+ position: absolute;
+ top: 75px;
+ left: 850px;
+ /* display: none; */
+}
+.register_2 h3 {
+ padding: 0 0 0 30px;
+ color: rgb(255, 115, 0);
+}
+.register_2 form input {
+ width: 220px;
+ height: 35px;
+ position: relative;
+ top: 10px;
+ left: 90px;
+ text-align: center;
+ border-radius: 25px;
+ border: 0.5px solid rgb(170, 170, 170);
+ font-size: 15px;
+ margin: 20px 0 0 0;
+ outline: none;
+}
+.register_2 form .gender input{
+ width: 10px;
+ height: 10px;
+ position: relative;
+ left: 110px;
+ margin-right: 120px;
+}
+.register_2 form .gender span {
+ position: relative;
+ left: -10px;
+ top: 10px;
+ color: gray;
+}
+.register_2 form span#birthday {
+ color: gray;
+ position: relative;
+ top: 10px;
+ left: 110px;
+}
+.register_2 form input#date {
+ width: auto;
+ height: auto;
+ position: relative;
+ left: 110px;
+}
+.register_2 form input#submit {
+ width: 40px;
+ height: 40px;
+ border: none;
+ background-color: rgb(255, 115, 0);
+ color: white;
+ position: relative;
+ top: 100px;
+ left: 340px;
+}
+.register_2 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(192, 192, 192, 0.801);
+}
+.register_2 form input#submit:active {
+ background-color: rgba(255, 115, 0, 0.3);
+}
\ No newline at end of file
diff --git a/web/firstPage.html b/web/firstPage.html
index a3bf9a1..71f0df2 100644
--- a/web/firstPage.html
+++ b/web/firstPage.html
@@ -64,7 +64,7 @@
-
- 老人注册
+ 老人注册
-
老人注销
diff --git a/web/firstPage_style.css b/web/firstPage_style.css
index 6e50a2f..1aa6266 100644
--- a/web/firstPage_style.css
+++ b/web/firstPage_style.css
@@ -1,6 +1,9 @@
body {
background-color: papayawhip;
margin: 0px;
+ background-image: url("images/天空2.jpg");
+ background-repeat: no-repeat;
+ background-size: 100%;
}
/* LOGO */
diff --git a/web/images/天空1.jpg b/web/images/天空1.jpg
new file mode 100644
index 0000000..173c05c
Binary files /dev/null and b/web/images/天空1.jpg differ
diff --git a/web/images/天空2.jpg b/web/images/天空2.jpg
new file mode 100644
index 0000000..f3f3602
Binary files /dev/null and b/web/images/天空2.jpg differ
diff --git a/web/images/老人1.jpg b/web/images/老人1.jpg
new file mode 100644
index 0000000..1d358b7
Binary files /dev/null and b/web/images/老人1.jpg differ
diff --git a/web/images/老人2.jpg b/web/images/老人2.jpg
new file mode 100644
index 0000000..05cf014
Binary files /dev/null and b/web/images/老人2.jpg differ
diff --git a/web/personal_style.css b/web/personal_style.css
index 219157d..be2c9ea 100644
--- a/web/personal_style.css
+++ b/web/personal_style.css
@@ -220,6 +220,7 @@ ul {
width: 40px;
height: 40px;
color: white;
+ background-color: rgb(255, 115, 0);
border: none;
}
.modify form input#submit:hover {
@@ -231,5 +232,5 @@ ul {
box-shadow: 3px 3px 3px rgba(192, 192, 192, 0.801);
}
.modify form input#submit:active {
- background-color: rgb(235, 235, 235);
+ background-color: rgba(255, 115, 0, 0.3);
}
\ No newline at end of file