分类页面初步完工

This commit is contained in:
结发受长生
2019-05-14 09:43:35 +08:00
parent 49f327f636
commit a0d0f72017
7 changed files with 90 additions and 32 deletions
+3 -5
View File
@@ -685,12 +685,10 @@
%trans {
transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
}
%trans8 {
transition: all 0.8s ease-in;
}
%paper-bg {
background: url('./img/checkered-pattern.png') repeat #5d5d5d;
}
-ms-transition: all 0.8s ease-in;
}
+1
View File
@@ -20,6 +20,7 @@
@import "./waifu";
@import "./night";
@import "./page/photo-wall";
@import "./page/categories.scss";
@media screen and (max-width: 800px) {
@import "./mobile";
@import "./mobile-slider";
@@ -0,0 +1,19 @@
.category-list {
text-align: center;
padding: 20px;
li.category-list-item {
display: inline-block;
margin: 0 1em .5em 0;
padding: 4px;
border: 1px solid #d3d3d3;
font-size: 1.2rem;
}
}
.category-count {
text-align: center;
}
// hexo自带的标签云
.tag-cloud {
text-align: center;
padding: 20px;
}