diff --git a/themes/heo/components/Hero.js b/themes/heo/components/Hero.js index 9143e064..d5462707 100644 --- a/themes/heo/components/Hero.js +++ b/themes/heo/components/Hero.js @@ -18,16 +18,13 @@ const Hero = props => { const HEO_HERO_REVERSE = siteConfig('HEO_HERO_REVERSE', false, CONFIG) return (
+ id='hero-wrapper' + className='recent-top-post-group w-full overflow-hidden select-none px-5 mb-4'>
+ recent-post-top rounded-[12px] 2xl:px-5 recent-top-post-group max-w-[86rem] overflow-x-scroll w-full mx-auto flex-row flex-nowrap flex relative`}> {/* 左侧banner组 */} @@ -49,9 +46,8 @@ function BannerGroup(props) { return ( // 左侧英雄区
+ id='bannerGroup' + className='flex flex-col justify-between flex-1 mr-2 max-w-[42rem]'> {/* 动图 */} {/* 导航分类 */} @@ -78,17 +74,16 @@ function Banner(props) { return (
-