/*
*
* 分类页面
* 按照顺序
* 1.默认
* 2.深色
* 3.媒体查询
* - 320px
*/
@import "../base/variables";
.category {
>ul {
>.name {
font-size: 1.5rem;
font-weight: bold;
line-height: 2.2rem;
color: #262626;
}
>li {
display: flex;
font-size: 0.875rem;
line-height: 2rem;
>a {
color: #595959;
&:hover {
color: #59595980;
>span {
color: #8c8c8c;
// =========== 深色 ===========
@include darkmode {
color: #dbdbdb;
color: #dbdbdb80;
color: #7d7d7d;
// =========== 320px 设备 ===========
@media (max-width: 320px) {
padding: 2.5% 1%;
padding: 2.5% 0;
text-align: center;
justify-content: center;
display: none;
// 分类目录
.categories {
flex-direction: row;
flex-wrap: wrap;
font-size: 1rem;
color: #26262680;
.count {
display: inline-block;
position: relative;
top: -0.5rem;
right: -0.125rem;
font-size: 0.75rem;
margin: 7% 0;
margin: 2.5% 2.5%;