hexo 动画优化、支持图片卡牌配置

This commit is contained in:
tangly1024
2023-03-11 09:55:59 +08:00
parent d8ff172a82
commit 12a0367ddc
5 changed files with 14 additions and 14 deletions

View File

@@ -15,13 +15,12 @@ const BlogPostCard = ({ post, showSummary, siteInfo }) => {
<div
key={post.id}
data-aos="fade-up"
data-aos-duration="300"
data-aos-easing="ease-in-out"
data-aos-once="true"
data-aos-duration="150"
data-aos-once="false"
data-aos-anchor-placement="top-bottom"
className='flex md:flex-row flex-col-reverse even:md:flex-row-reverse
className={`flex md:flex-row flex-col-reverse ${CONFIG_HEXO.POST_LIST_IMG_CROSSOVER ? 'even:md:flex-row-reverse' : ''}
w-full md:h-72 h-96 justify-between overflow-hidden drop-shadow-md
border dark:border-black rounded-xl bg-white dark:bg-hexo-black-gray'>
border dark:border-black rounded-xl bg-white dark:bg-hexo-black-gray`}>
<div className={`lg:p-8 p-4 flex flex-col ${showPageCover ? 'md:w-7/12 w-full' : 'w-full'}`}>
<Link