mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
docs: tweak home banner height (#38688)
This commit is contained in:
parent
c47b4e5d42
commit
4f3b257521
@ -26,7 +26,7 @@ const useSiteToken = () => {
|
|||||||
/** 80 */
|
/** 80 */
|
||||||
marginFarSM: (token.marginXXL / 3) * 5,
|
marginFarSM: (token.marginXXL / 3) * 5,
|
||||||
/** 96 */
|
/** 96 */
|
||||||
marginFar: token.marginXXL * 1.8,
|
marginFar: token.marginXXL * 2,
|
||||||
codeFamily: `'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace`,
|
codeFamily: `'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace`,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
@ -36,7 +36,7 @@ export default function Banner({ children }: BannerProps) {
|
|||||||
{/* Banner Placeholder Motion */}
|
{/* Banner Placeholder Motion */}
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
height: 240,
|
height: 320,
|
||||||
background: '#77C6FF',
|
background: '#77C6FF',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexWrap: 'nowrap',
|
flexWrap: 'nowrap',
|
||||||
@ -53,12 +53,7 @@ export default function Banner({ children }: BannerProps) {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<video
|
<video style={{ height: '100%', objectFit: 'contain' }} autoPlay muted loop>
|
||||||
style={{ height: '100%', objectFit: 'contain' }}
|
|
||||||
autoPlay
|
|
||||||
muted
|
|
||||||
loop
|
|
||||||
>
|
|
||||||
<source
|
<source
|
||||||
src="https://mdn.alipayobjects.com/huamei_iwk9zp/afts/file/A*uYT7SZwhJnUAAAAAAAAAAAAADgCCAQ"
|
src="https://mdn.alipayobjects.com/huamei_iwk9zp/afts/file/A*uYT7SZwhJnUAAAAAAAAAAAAADgCCAQ"
|
||||||
type="video/webm"
|
type="video/webm"
|
||||||
@ -91,7 +86,7 @@ export default function Banner({ children }: BannerProps) {
|
|||||||
<GroupMask
|
<GroupMask
|
||||||
style={{
|
style={{
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
paddingTop: token.marginFar,
|
paddingTop: token.marginFar - 16,
|
||||||
paddingBottom: token.marginFarSM,
|
paddingBottom: token.marginFarSM,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user