Skip to content

Commit

Permalink
1.完善verify样式
Browse files Browse the repository at this point in the history
  • Loading branch information
shinn-lancelot committed Jul 9, 2018
1 parent 934b06b commit 781fd0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions verify.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
background: url("./asset/image/clear.png") no-repeat center / contain;
top: 2.5vw;
right: 2.5vw;
cursor: pointer;
}
.logo {
margin: 0 auto 10vw;
Expand Down Expand Up @@ -62,6 +63,7 @@
background: url("./asset/image/clear.png") no-repeat center / contain;
top: calc(640px * 0.025);
right: calc(640px * 0.025);
cursor: pointer;
}
.logo {
margin: 0 auto calc(640px * 0.1);
Expand Down

0 comments on commit 781fd0a

Please sign in to comment.