
直接在后台子比主题—全局CSS设置添加代码
/* 文章卡片基础样式 */
.posts-item.card {
position: relative !important;
padding: 36px 10px 10px 10px;
overflow: hidden;
margin-bottom: 8px !important;
background-image: url(https://zy.nuoyo.cn/wp-content/uploads/2025/08/20250828164106386-Image_296686312831196.webp);
border-radius: 9px;
}
/* 文章卡片标题字体大小 */
.posts-item.card .item-heading {
font-size: 17px;
}
/* 文章卡片装饰点 */
.posts-item.card::before {
content: "";
display: block;
background: #007bff;
top: 13px;
left: 15px;
border-radius: 50%;
width: 9px;
height: 9px;
box-shadow: 16px 0 #ff6347, 32px 0 #fdbc40;
position: absolute;
z-index: 1;
}
/* 文章卡片右上角时间隐藏 */
.posts-item.card .macgf_soft_time {
display: none !important;
}
