Reinit project

This commit is contained in:
Limo Saplf
2019-08-31 20:44:15 +08:00
commit b51ae824c7
115 changed files with 20955 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
.check {
position: relative;
display: flex;
flex-direction: column;
align-items: stretch;
:global {
.item {
margin: 10px 5% 0;
width: auto;
}
.ant-btn {
margin-top: 30px;
}
.cover {
height: 40vh;
transition: height .2s;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: height .2s;
}
.image {
width: 30%;
margin-bottom: 20px;
// width: 100%;
}
}
}
.header {
position: absolute;
top: 0;
left: 0;
width: 100%;
background-color: #fff0;
}
.loading {
height: 100%;
text-align: center;
line-height: 30;
line-height: 80vh;
}