This commit is contained in:
vickihe
2019-09-12 15:56:30 +08:00
parent 73f7ed89d0
commit a30f27feef
17 changed files with 816 additions and 238 deletions

View File

@@ -97,7 +97,7 @@ body {
width: 220px;
height: 35px;
position: relative;
top: 10px;
top: 40px;
left: 90px;
text-align: center;
border-radius: 25px;
@@ -117,13 +117,13 @@ body {
.register_2 form .gender span {
position: relative;
left: -10px;
top: 10px;
top: 40px;
color: gray;
}
.register_2 form span#birthday {
color: gray;
position: relative;
top: 10px;
top: 40px;
left: 110px;
}
.register_2 form input#date {
@@ -139,7 +139,7 @@ body {
background-color: rgb(255, 115, 0);
color: white;
position: relative;
top: 100px;
top: 118px;
left: 340px;
}
.register_2 form input#submit:hover {