feat: adjust douban page mobile style

This commit is contained in:
shinya
2025-07-17 21:20:20 +08:00
parent a007b7a50f
commit 880b6282c0
3 changed files with 45 additions and 12 deletions

View File

@@ -255,13 +255,13 @@ function DoubanPageClient() {
<PageLayout activePath={getActivePath()}>
<div className='px-4 sm:px-10 py-4 sm:py-8 overflow-visible'>
{/* 页面标题和选择器 */}
<div className='mb-8 space-y-6'>
<div className='mb-6 sm:mb-8 space-y-4 sm:space-y-6'>
{/* 页面标题 */}
<div>
<h1 className='text-3xl font-bold text-gray-800 mb-2 dark:text-gray-200'>
<h1 className='text-2xl sm:text-3xl font-bold text-gray-800 mb-1 sm:mb-2 dark:text-gray-200'>
{getPageTitle()}
</h1>
<p className='text-gray-600 dark:text-gray-400'>
<p className='text-sm sm:text-base text-gray-600 dark:text-gray-400'>
</p>
</div>