|
|
|
@ -143,11 +143,11 @@ function Accordion({ vod }) { |
|
|
|
|
alt="" |
|
|
|
|
className="w-4 ml-2" |
|
|
|
|
/> |
|
|
|
|
<div className="w-full flex flex-row items-center justify-between px-3 py-4 bg-blue-200 cursor-pointer"> |
|
|
|
|
<p className="flex-1 mr-3 text-sm text-blue-700"> |
|
|
|
|
<div className="w-full flex flex-row items-center justify-between px-3 py-4 bg-[#EEF5FF] rounded-sm cursor-pointer"> |
|
|
|
|
<p className="flex-1 mr-3 text-sm text-[#234F8E]"> |
|
|
|
|
{item.title} |
|
|
|
|
</p> |
|
|
|
|
<div className="bg-blue-300 p-2 rounded-sm"> |
|
|
|
|
<div className="bg-[#D4E7FF] p-2 rounded-sm"> |
|
|
|
|
<img |
|
|
|
|
src="images/blue-cancle-icon.svg" |
|
|
|
|
alt="" |
|
|
|
|