Reinit project
This commit is contained in:
49
src/pages/check/style.less
Normal file
49
src/pages/check/style.less
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user