【7B2主题美化】网格样式文章鼠标悬浮弹出分类角标

7B2美化1个月前发布 admin
39 0
【7B2主题美化】网格样式文章鼠标悬浮弹出分类角标

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;
}
© 版权声明

相关文章

暂无评论

暂无评论...