标签: html css
我的CSS不好,请您帮我在div内添加边框,如下图所示。我需要该边框来显示活动图像。
.swiper-slide { border-radius: 0; user-select: none; cursor: pointer; &:not(:last-child) { margin-bottom: 4px; } img { width: 178px; height: 119px; }
}