🎨 Finish all baseof display coding.

This commit is contained in:
凡梦星尘
2022-06-09 09:12:22 +08:00
parent 2973eaf85d
commit 3bc7506f36
20 changed files with 262 additions and 94 deletions

View File

@@ -1,10 +1,14 @@
.category-all-page {
min-height: 700px;
.category-all-title {
font-size: 1.35em;
text-align: center;
}
.category-all {
margin-top: 20px;
margin-top: 40px;
}
.category-list {

View File

@@ -1,5 +1,19 @@
.tag-cloud {
text-align: center;
min-height: 700px;
.tag-cloud-title {
text-align: center;
font-size: 1.35em;
.tag-list-count {
font-size: 0.56em;
}
}
.tag-cloud-tags {
margin-top: 40px;
}
a {
display: inline-block;
@@ -12,6 +26,7 @@
.tag-cloud-#{$tag-cloud} {
border-bottom-color: $tag-cloud-color;
color: $tag-cloud-color;
font-size: #{0.85+($tag-cloud * 0.05)}em
}
}