29 lines
366 B
SCSS
29 lines
366 B
SCSS
.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;
|
|
} |