이미지 추가

This commit is contained in:
hyeonggil
2024-04-15 18:09:29 +09:00
parent ab1e79197f
commit 35a97db449
7 changed files with 40 additions and 10 deletions

View File

@@ -1845,6 +1845,17 @@
max-width: 192rem;
img {
width: 100%;
&.mobile {display: none;}
@include maxtablet{
&.web {display: none;}
&.mobile {
display: block;
object-fit: initial;
height: auto;
}
}
}
&:after {
content:"";
@@ -1939,13 +1950,15 @@
}
.swiper-wrapper {
width: 100%;
transition-timing-function : linear;
.swiper-slide {
width: 13.6rem !important;
width: 16.6rem !important;
padding:6px;
border:2px solid transparent;
cursor: pointer;
@include maxtablet{
width: 8rem !important;
width: 18rem !important;
padding:.8rem;
}
&:first-child {
@media(max-width: 1240px){
@@ -1953,7 +1966,7 @@
}
}
img{
width: 100%;
max-width: 100%;
}
p {
margin-top: 0.3rem;
@@ -1963,7 +1976,7 @@
text-transform: uppercase;
text-align: left;
@media(max-width: 768px){
margin-top: 2rem;
margin-top: .5rem;
}
}
&.active {