/* 分类编辑页样式 */
.term-image-wrap img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.term-image-wrap p {
    margin-top: 10px;
}

/* 前端显示样式 */
.category-featured-image {
    margin-bottom: 20px;
}
.category-featured-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}