feat:图片轮播组件封装

This commit is contained in:
duanshuwen
2025-07-12 23:10:36 +08:00
parent 7bea43f450
commit 9bac216d7a
9 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
.image-swiper {
position: relative;
width: 100%;
}
.swiper-box {
height: 167px;
}
.thumbnail-box {
display: flex;
justify-content: space-around;
margin-top: 10px;
}
.thumbnail-item {
text-align: center;
}
.thumbnail-item image {
width: 100px;
height: 100px;
border-radius: 8px;
}
.thumbnail-item text {
display: block;
margin-top: 5px;
}