🚧 Finish index coding first version.

This commit is contained in:
凡梦星尘
2022-05-14 13:50:42 +08:00
parent ca1d49e592
commit b5ab0784a3
10 changed files with 253 additions and 37 deletions

View File

@@ -123,3 +123,28 @@
.back-to-top {
bottom: 30px;
}
.posts-expand .post-meta-container {
margin: 10px auto;
}
.post-meta-item-icon {
margin: 0 0 0 -5px;
}
:not(.post-meta-break) + .post-meta-item::before {
content: '|';
margin: 0 0.3em;
}
.post-meta-catg:not(:last-child)::after {
content: ';';
margin: 0px;
}
/* Font A */
.fa-spin {
-webkit-animation: fa-spin .8s infinite linear;
animation: fa-spin .8s infinite linear;
}