wordpress如何在标题上面加入“新”的红色字样?代码分享
.menu-item.daohang:after {
background-color: red;
border-radius: 3px;
color: #fff;
content: “新”;
font-size: 10px;
line-height:1;
padding: 1px 3px;
position: absolute;
right: -1px;
top: 12px;
}
.kx-meta .fa-qq {
display: inline-block;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
color: #fff;
background: #aaa;
border-radius: 3px;
vertical-align: top;
cursor: pointer;
}