feat: 为产品详情图片添加标签 #9

Manually merged
remilia merged 1 commits from dev into master 2025-09-13 09:06:01 +08:00

View File

@ -153,11 +153,24 @@ useHead({
}
.production-image .el-image {
position: relative;
width: 100%;
height: 500px;
border-radius: 8px;
}
.production-image-caption {
position: absolute;
bottom: 10px;
/* left: 10%; */
background-color: rgba(0, 0, 0, 0.2);
border-radius: 5px;
padding: 5px 10px;
text-align: center;
color: white;
font-size: 0.8rem;
}
.production-carousel :deep(.el-carousel__button) {
/* 指示器按钮样式 */
width: 8px;