css样式
.post-1 a.post-list-cat-item {
background: var(--b2color);
color: #fff!important;
padding: 4px;
line-height: 12px;
border-radius: 4px;
}
.post-list-meta-box {
justify-content: space-between;
margin: 0px;
color: #AAAEB3;
}
.post-list-cat {
font-size: 12px;
margin: 10px;
top: 0px;
position: absolute;
z-index: 2;
display: none;
}
.post-list .b2_gap .post-list-item :hover .post-list-cat{
display: block;
}
© 版权声明
文章版权归作者所有,未经允许请勿转载。