加入新的打赏码;

文章详情页重新排班;
文章卡牌动画调整;
This commit is contained in:
tangly1024
2021-11-05 13:20:02 +08:00
parent ded8f27c2a
commit 15fb499f44
14 changed files with 68 additions and 58 deletions

View File

@@ -39,18 +39,19 @@ const RewardButton = () => {
<div
className={
(popoverShow ? 'animate__animated animate__fadeIn ' : 'hidden ') +
(popoverShow ? 'animate__animated animate__fadeIn ' : ' hidden ') +
' animate__faster transform block z-50 font-normal'
}
ref={popoverRef}
>
<div
className='animate__animated animate__fadeIn hover:shadow-2xl duration-200 my-5 px-5 py-6 w-96 grid justify-center bg-white dark:bg-black dark:text-gray-200'>
<span>
<img className='md:w-72 m-auto' src='/reward_code.jpg' />
</span>
<br />
<span className='text-center text-gray-500'>微信赞赏码或支付宝tlyong@126.com赞助</span>
className='flex space-x-10 animate__animated animate__fadeIn hover:shadow-2xl duration-200 my-5 px-5 py-6 justify-center bg-white dark:bg-black dark:text-gray-200'>
<div>
<img className='md:w-72 m-auto' src='/reward_code_alipay.png' />
</div>
<div>
<img className='md:w-72 m-auto' src='/reward_code_wechat.png' />
</div>
</div>
</div>
</div>