|
|
|
@ -18,7 +18,7 @@ export default function JournalItem({
|
|
|
|
|
<JournalCard image={image} title={title} journalNo={journalNo} />
|
|
|
|
|
</Link>
|
|
|
|
|
{/* 摘要 */}
|
|
|
|
|
<p className="w-full mt-[15px] mb-[12px] text-[17px] leading-[23.8px] text-base hover:text-theme cursor-pointer overflow-hidden whitespace-nowrap truncate">
|
|
|
|
|
<p className="w-full mt-[15px] mb-[12px] text-[17px] leading-[23.8px] text-base hover:text-brand cursor-pointer overflow-hidden whitespace-nowrap truncate">
|
|
|
|
|
{summary}
|
|
|
|
|
</p>
|
|
|
|
|
{/* 精选评论 */}
|
|
|
|
@ -32,7 +32,7 @@ export default function JournalItem({
|
|
|
|
|
</div>
|
|
|
|
|
)}
|
|
|
|
|
</div>
|
|
|
|
|
<p className="w-[270px] text-[14px] leading-[20px] text-[rgba(0,0,0,0.7)] hover:text-theme cursor-pointer overflow-hidden whitespace-nowrap truncate">
|
|
|
|
|
<p className="w-[270px] text-[14px] leading-[20px] text-[rgba(0,0,0,0.7)] hover:text-brand cursor-pointer overflow-hidden whitespace-nowrap truncate">
|
|
|
|
|
{commentList[0].content}
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
@ -41,7 +41,7 @@ export default function JournalItem({
|
|
|
|
|
{/* 评论 & 收藏 */}
|
|
|
|
|
<div className="flex flex-row items-center">
|
|
|
|
|
<Image width={24} height={24} src={'/img/icon/comment.svg'} alt="comment" unoptimized />
|
|
|
|
|
<p className="w-[42px] ml-[6px] mr-[24px] text-[14px] leading-[16px] text-[rgba(0,0,0,0.4) cursor-pointer hover:text-theme">
|
|
|
|
|
<p className="w-[42px] ml-[6px] mr-[24px] text-[14px] leading-[16px] text-[rgba(0,0,0,0.4) cursor-pointer hover:text-brand">
|
|
|
|
|
{totalCommentReply}
|
|
|
|
|
</p>
|
|
|
|
|
<Image
|
|
|
|
@ -51,7 +51,7 @@ export default function JournalItem({
|
|
|
|
|
alt="love"
|
|
|
|
|
unoptimized
|
|
|
|
|
/>
|
|
|
|
|
<p className="ml-[6px] text-[14px] leading-[16px] text-[rgba(0,0,0,0.4) cursor-pointer hover:text-theme">
|
|
|
|
|
<p className="ml-[6px] text-[14px] leading-[16px] text-[rgba(0,0,0,0.4) cursor-pointer hover:text-brand">
|
|
|
|
|
{totalCommentReply}
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|