style: update home page.

This commit is contained in:
jaywcjlove 2021-10-23 21:13:49 +08:00
parent 7991724c39
commit 600ab6f2c8
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<%- include('partial/header'); %>
<div>
<div class="warpper">
<%- include('widget/search',{type: "home"}); %>
<%- include('widget/footer',{type: "home"}); %>
</div>

View File

@ -40,6 +40,16 @@ a {
40%,80%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}
}
.warpper {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
.footer {
padding-bottom: 280px;
}
}
.header {
width 517px
margin 0 auto 0