🎨 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
}
}

View File

@@ -116,6 +116,6 @@
@if $busuanzi_enable and $busuanzi_post_views {
#busuanzi_container_page_pv {
display: none;
display: inline-block;
}
}

View File

@@ -0,0 +1,4 @@
.fa-spin {
-webkit-animation: fa-spin .8s infinite linear;
animation: fa-spin .8s infinite linear;
}

View File

@@ -0,0 +1 @@
@import 'animation';

View File

@@ -10,3 +10,4 @@
@import 'tags';
@import 'pagination';
@import 'comments';
@import 'fontawesome';