|
|
@ -45,55 +45,55 @@ export const ProductOverAll = ({ |
|
|
|
{"پایه" + " " + grades[book?.gradeId]} |
|
|
|
{"پایه" + " " + grades[book?.gradeId]} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="flex float-left justify-end"> |
|
|
|
<div className="flex float-left justify-end"> |
|
|
|
<div className="p-2"> |
|
|
|
<div className="p-2"> |
|
|
|
<StarRating /> |
|
|
|
<StarRating /> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div className="p-2 border-0 border-solid border-r border-gray-100 text-sm text-gray-400"> |
|
|
|
|
|
|
|
بیش از 160 نفر امتیاز داده اند |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="p-2 border-0 border-solid border-r border-gray-100 text-sm text-gray-400"> |
|
|
|
|
|
|
|
بیش از 160 نفر امتیاز داده اند |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div className="py-4 border-0 border-b border-solid border-gray-100"> |
|
|
|
<div className="py-4 border-0 border-b border-solid border-gray-100"> |
|
|
|
<div className="flex items-center py-2"> |
|
|
|
<div className="flex items-center py-2"> |
|
|
|
<h1>نوع کتاب</h1> |
|
|
|
<h1>نوع کتاب</h1> |
|
|
|
<p className=" text-xs px-4 text-blueE8">به من کمک کن انتخاب کنم</p> |
|
|
|
<p className=" text-xs px-4 text-blueE8">به من کمک کن انتخاب کنم</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="w-full flex flex-row justify-between items-center mt-4"> |
|
|
|
<div className="w-full flex flex-row justify-between items-center mt-4"> |
|
|
|
<Button |
|
|
|
<Button |
|
|
|
title="نسخه فیزیکی" |
|
|
|
title="نسخه فیزیکی" |
|
|
|
backgroundColor={isDark ? "bg-transparent" : "bg-white"} |
|
|
|
backgroundColor={isDark ? "bg-transparent" : "bg-white"} |
|
|
|
border={{ color: isDark ? "#ffffff55" : "#196EC055", width: "1px" }} |
|
|
|
border={{ color: isDark ? "#ffffff55" : "#196EC055", width: "1px" }} |
|
|
|
color={isDark ? "text-white" : "text-blueC0"} |
|
|
|
color={isDark ? "text-white" : "text-blueC0"} |
|
|
|
active={type === "physical"} |
|
|
|
active={type === "physical"} |
|
|
|
selectable={true} |
|
|
|
selectable={true} |
|
|
|
onClick={() => setType("physical")} |
|
|
|
onClick={() => setType("physical")} |
|
|
|
borderType='dashed' |
|
|
|
borderType='dashed' |
|
|
|
customStyle='' |
|
|
|
customStyle='' |
|
|
|
twPaddings='py-4 px-12' |
|
|
|
twPaddings='py-4 px-12' |
|
|
|
radius={false} |
|
|
|
radius={false} |
|
|
|
/> |
|
|
|
/> |
|
|
|
<Button |
|
|
|
<Button |
|
|
|
title="نسخه دیجیتال" |
|
|
|
title="نسخه دیجیتال" |
|
|
|
backgroundColor={isDark ? "bg-transparent" : "bg-white"} |
|
|
|
backgroundColor={isDark ? "bg-transparent" : "bg-white"} |
|
|
|
border={{ color: isDark ? "#ffffff55" : "#196EC055", width: "1px" }} |
|
|
|
border={{ color: isDark ? "#ffffff55" : "#196EC055", width: "1px" }} |
|
|
|
selectable={true} |
|
|
|
selectable={true} |
|
|
|
active={type === "digital"} |
|
|
|
active={type === "digital"} |
|
|
|
color={isDark ? "text-white" : "text-blueC0"} |
|
|
|
color={isDark ? "text-white" : "text-blueC0"} |
|
|
|
onClick={() => setType("digital")} |
|
|
|
onClick={() => setType("digital")} |
|
|
|
radius={false} |
|
|
|
radius={false} |
|
|
|
twPaddings='py-4 px-12' |
|
|
|
twPaddings='py-4 px-12' |
|
|
|
/> |
|
|
|
/> |
|
|
|
<Button |
|
|
|
<Button |
|
|
|
title="مشاهده نمونه" |
|
|
|
title="مشاهده نمونه" |
|
|
|
backgroundColor={isDark ? "bg-transparent" : "bg-white"} |
|
|
|
backgroundColor={isDark ? "bg-transparent" : "bg-white"} |
|
|
|
border={{ color: isDark ? "#ffffff55" : "#C01919", width: "1px" }} |
|
|
|
border={{ color: isDark ? "#ffffff55" : "#C01919", width: "1px" }} |
|
|
|
radius={false} |
|
|
|
radius={false} |
|
|
|
twPaddings='py-4 px-6' |
|
|
|
twPaddings='py-4 px-6' |
|
|
|
color={isDark ? "text-white" : "text-red19"} |
|
|
|
color={isDark ? "text-white" : "text-red19"} |
|
|
|
/> |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<h1>aopdjsoqweqweqweqweqweWajsduh</h1> |
|
|
|
<h1>aopdjsoqweqweqweqweqweWajsduh</h1> |
|
|
|