阶段性提交

This commit is contained in:
GoEdgeLab
2021-06-27 21:59:06 +08:00
parent 3407add005
commit 6f7253ff67
42 changed files with 956 additions and 139 deletions

View File

@@ -172,11 +172,17 @@ div.margin, p.margin {
.sub-items {
.item {
padding-left: 2.8em !important;
.icon {
position: absolute;
left: 1.1em;
top: 0.93em;
}
}
@media screen and (max-width: 512px) {
.item {
padding-left: 1em!important;
padding-left: 1em !important;
}
}