测试
.wrapper[post] .post-style2 .post__style2-img img{
max-height: 25vh;
width:100%;
object-fit: cover;
margin-block: 2rem;
}
.wrapper[post] .post .post__header_img .category{
color: #fa4729;
font-size: 16px;
line-height: 100%;
text-transform: uppercase;
font-weight: 600;
}
.wrapper[post] .post .post__header_img .title{
margin-block: 2rem;
text-transform: uppercase;
font-size: 48px;
font-weight: 900;
text-shadow: 5px 5px 0 rgba(16,16,16,0.18);
}
.wrapper[post] .post .post__header_img .tags-list{
display: flex;
}
.wrapper[post] .post .post__header_img .tags-list p{
font-size: 16px;
line-height: 100%;
text-transform: uppercase;
font-weight: 600;
color: var(--color-text-title);
}cscs
加粗文字
测试