-
+
handelChangeFavorite(product)}
@@ -110,22 +111,13 @@ const Page = () => {
- {product?.images?.map((item,index)=>{
- return (
- handelImage(item?.path)} >
-
-
- )
- })}
-
+
+ {/*
handelImage('/Home/p1.png')}
alt=""
/>
-
+ */}
diff --git a/src/Styles/Page/Product.scss b/src/Styles/Page/Product.scss
index 5987119..bcb8a55 100644
--- a/src/Styles/Page/Product.scss
+++ b/src/Styles/Page/Product.scss
@@ -31,7 +31,8 @@
}
}
}
- > span {
+ .Product_left_container {
+ width: 100%;
display: flex;
flex-direction: column;
gap: 20px;
@@ -46,19 +47,10 @@
&::-webkit-scrollbar {
display: none;
}
- span {
- padding: 10px 15px;
- border: 2px solid rgba(128, 128, 128, 0.1);
- width: 100%;
- > img {
- width: 100%;
- cursor: pointer;
- }
- }
+
}
}
}
-
.Product_info {
display: flex;
flex-direction: column;
@@ -76,7 +68,7 @@
display: flex;
align-items: flex-start;
gap: 20px;
- width: 80%;
+ width: 100%;
padding: 10px 15px 0px 15px;
&:nth-child(odd){
background: var(--whiteOpacity) !important;
@@ -95,6 +87,28 @@
}
}
}
+
+
+ .product_images_swiper{
+ width: 100%;
+ .swiper-button-prev:after, .swiper-button-next:after{
+ color: var(--text);
+ font-size: 25px;
+ background: #fff;
+ padding: 4px;
+ border-radius: 4px;
+ }
+ .swiper-backface-hidden .swiper-slide{
+ padding-inline: 20px;
+ min-width: 50px !important;
+ }
+ > span{
+ width: 50px;
+ }
+ .product_multi_image{
+ width: 50px !important;
+ }
+ }
}
.Product_Right{
width: 50%;