2023-02-07 02:36:56 +00:00
|
|
|
.listContainer {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-evenly;
|
2023-02-10 01:54:10 +00:00
|
|
|
border-bottom: 1px solid #b9b9b9;
|
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.contentItem {
|
|
|
|
display: flex;
|
|
|
|
padding: 62px 52px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
}
|
2023-02-07 02:36:56 +00:00
|
|
|
}
|
2023-02-11 02:17:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
// .productImageTag--main {
|
|
|
|
// @media screen and (max-width: 1024px){
|
|
|
|
// max-height: 1000px !important;
|
|
|
|
// width: 100%;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .swiper-slide {
|
|
|
|
// @media screen and (max-width: 1024px) {
|
|
|
|
// display: none;
|
|
|
|
// }
|
|
|
|
// }
|