feat: layout style(1)

This commit is contained in:
email
2022-03-20 20:02:48 +08:00
parent 8ad98291eb
commit 2b5ee78397
34 changed files with 70 additions and 194 deletions

View File

@ -0,0 +1,33 @@
@import "./mixin.less";
.memo-list-container {
.flex(column, flex-start, flex-start);
flex-grow: 1;
width: 100%;
overflow-y: scroll;
.hide-scroll-bar();
> .status-text-container {
.flex(column, flex-start, center);
width: 100%;
margin-top: 16px;
margin-bottom: 16px;
&.completed {
margin-bottom: 64px;
}
&.invisible {
visibility: hidden;
}
> .status-text {
font-size: 13px;
color: gray;
}
}
&.completed {
padding-bottom: 80px;
}
}