feat: add mask page

This commit is contained in:
Yidadaa
2023-04-25 00:49:27 +08:00
parent 708c6829f7
commit ffa7302571
22 changed files with 460 additions and 232 deletions

View File

@@ -36,14 +36,23 @@
padding: 10px 20px;
animation: slide-in ease 0.6s;
.list-item-title {
font-size: 14px;
font-weight: bolder;
}
.list-header {
display: flex;
align-items: center;
.list-item-sub-title {
font-size: 12px;
font-weight: normal;
.list-icon {
margin-right: 10px;
}
.list-item-title {
font-size: 14px;
font-weight: bolder;
}
.list-item-sub-title {
font-size: 12px;
font-weight: normal;
}
}
}