效果预览

css
.wzw-col-lg3 {
width: 100%;
}
.wzw-group .wzw-item.style4 {
background: linear-gradient(to top right, #fb6bea47, #e0eee1, #b16d6d42);
margin-bottom: 12px;
}
.wzw-group .wzw-item {
font-family: "Segoe UI", sans-serif;
display: block;
position: relative;
padding: 18px;
border-radius: 12px;
cursor: pointer;
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.wzw-group .wzw-item.style4 .wzw-item__badge {
background: linear-gradient(135deg, #ff5473 10%, #d855c9 100%);
}
.wzw-group .wzw-item__badge {
position: absolute;
top: 12px;
right: 12px;
font-size: 12px;
font-weight: 600;
padding: 2px 8px;
border-radius: 9999px;
user-select: none;
color: #fff;
}
.wzw-group .wzw-item.style4 .wzw-item__title {
color: #1fbc45;
}
.wzw-group .wzw-item__title {
position: relative;
font-weight: bold;
font-size: 16px;
margin-bottom: 8px;
letter-spacing: 0.8px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-bottom: 6px;
}
.wzw-group .wzw-item__desc {
color: #4b5563;
line-height: 1.5;
margin: 8px 0 12px 0;
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wzw-group .wzw-item__title::after {
content: "";
display: block;
width: 40px;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
border-radius: 2px;
background: linear-gradient(to right, #ea580c, #fb923c);
}
2.放入文章页面












