style finished

This commit is contained in:
vickihe
2019-09-04 19:56:12 +08:00
parent dff6a52863
commit 671d8b3a00
15 changed files with 339 additions and 40 deletions

View File

@@ -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);