diff --git a/docs/components/home-page.less b/docs/components/home-page.less index d1b024780d..dbac5ea47d 100644 --- a/docs/components/home-page.less +++ b/docs/components/home-page.less @@ -22,6 +22,7 @@ } .title { font-size: 48px; + font-weight: normal; color: rgba(0, 0, 0, 0.9); line-height: 1; margin: 0; @@ -30,6 +31,7 @@ font-size: 20px; color: rgba(0, 0, 0, 0.85); line-height: 28px; + margin-bottom: 56px; } .buttons { margin-top: 28px; @@ -41,7 +43,7 @@ border: 1px solid #3978ff; background-color: #fff; color: #3978ff; - margin-right: 18px; + margin-right: 24px; } a:first-child { background-color: #3978ff; @@ -71,7 +73,8 @@ font-size: 24px; color: #697a8c; line-height: 32px; - margin-bottom: 24px; + margin-top: 12px; + margin-bottom: 48px; } ul.features { display: flex; @@ -89,6 +92,7 @@ color: rgba(0, 0, 0, 0.85); line-height: 24px; margin-top: 30px; + margin-bottom: 8px; text-align: center; } p:nth-child(3) { @@ -97,6 +101,7 @@ color: #697a8c; text-align: center; line-height: 24px; + margin-top: 8px; } } } @@ -174,11 +179,14 @@ font-size: 20px; color: rgba(0, 0, 0, 0.85); line-height: 32px; + margin-top: 0; + margin-bottom: 8px; } p:nth-child(2) { font-size: 14px; color: #697a8c; line-height: 26px; + margin-top: 0; margin-bottom: 34px; } a { diff --git a/docs/components/home-page.tsx b/docs/components/home-page.tsx index da20a38594..1fba00667f 100644 --- a/docs/components/home-page.tsx +++ b/docs/components/home-page.tsx @@ -56,7 +56,7 @@ export default () => {

{trans( 'Explore the limits of mobile web experience', - '探索移动端 web 的体验极限' + '探索移动端 Web 的体验极限' )}