diff --git a/web/oldPeopleHome.html b/web/oldPeopleHome.html
index 7207c0d..03b5806 100644
--- a/web/oldPeopleHome.html
+++ b/web/oldPeopleHome.html
@@ -15,9 +15,9 @@
diff --git a/web/style.css b/web/style.css
index 38c6e45..dfb010a 100644
--- a/web/style.css
+++ b/web/style.css
@@ -8,8 +8,7 @@ body {
font-style: italic;
font-family: sans-serif;
font-size: 125px;
- text-align: center;
- position: absolute;
+ position: relative;
top: 120px;
/* background-color: yellow; */
@@ -20,29 +19,44 @@ body {
font-family: youyuan;
font-size: 30px;
text-align: center;
- position: relative;
- top: 140px;
+ position: absolute;
+ top: 100px;
}
#name {
- width: 120px;
+ /* width: 120px; */
+ width: 100%;
color: slategray;
font-family: youyuan;
font-size: 24px;
- position: relative;
- left: 490px;
- top: 150px;
+ text-align: center;
+ position: absolute;
+ /* left: 490px; */
+ top: 230px;
}
input[name] {
- height: 27px;
- border: none;
- position: absolute;
- left: 150px;
+ background-color: rgba(240, 248, 255, 0);
+ height: 30px;
+ border: 0.5px solid rgba(128, 128, 128, 0.5);
+ border-radius: 15px;
+ position: relative;
font-family: youyuan;
+ text-align: center;
+ font-size: 18px;
+ outline: none;
}
-input[password] {
- height: 27px;
+#submit {
+ background-color: rgba(255, 239, 213);
+ height: 40px;
+ width: 40px;
border: none;
- position: absolute;
- left: 150px;
- font-family: youyuan;
+ border-radius: 100%;
+ font-size: 22px;
+ color: white;
+ padding: 0;
+ outline: none;
+}
+#submit:hover {
+ width: 45px;
+ height: 45px;
+ background-color: rgba(255, 239, 213, 0.582);
}
diff --git a/web/图标/箭头01.png b/web/图标/箭头01.png
new file mode 100644
index 0000000..15a3b9a
Binary files /dev/null and b/web/图标/箭头01.png differ