分类页面初步完工
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user