diff --git a/docs/spec/work-with-us.en-US.md b/docs/spec/work-with-us.en-US.md index 4e04f3134f..32c9b27ed1 100644 --- a/docs/spec/work-with-us.en-US.md +++ b/docs/spec/work-with-us.en-US.md @@ -12,7 +12,6 @@ title: Work with Us const emails = [ 'momo.zxy#alipay.com', 'lindong.lld#alipay.com', - 'luli.fxx#alipay.com', ]; ReactDOM.render(
作品和简历请投递:{emails[parseInt(Math.random() * emails.length, 10)]}
diff --git a/docs/spec/work-with-us.zh-CN.md b/docs/spec/work-with-us.zh-CN.md index b823939a6b..d8ff5ae955 100644 --- a/docs/spec/work-with-us.zh-CN.md +++ b/docs/spec/work-with-us.zh-CN.md @@ -10,6 +10,7 @@ title: 加入我们 ```__react const emails = [ + 'momo.zxy#alipay.com', 'lindong.lld#alipay.com', ]; ReactDOM.render( diff --git a/site/theme/static/responsive.less b/site/theme/static/responsive.less index 9b86218e54..86bca0a982 100644 --- a/site/theme/static/responsive.less +++ b/site/theme/static/responsive.less @@ -11,22 +11,6 @@ cursor: pointer; } -@media only screen and (min-width: 1440px) and (max-width: 1599px) { - .main-wrapper > .ant-row > .ant-col-xl-5 { - width: 274px; - } - - #header .ant-row .ant-col-xl-5 { - width: 274px; - } -} - -@media only screen and (max-width: 1280px) { - .en-us #search-box { - display: none; - } -} - @media only screen and (max-width: @screen-xl) { #search-box { display: none; diff --git a/site/theme/template/Home/index.jsx b/site/theme/template/Home/index.jsx index 2e4ed13117..cada9fe103 100644 --- a/site/theme/template/Home/index.jsx +++ b/site/theme/template/Home/index.jsx @@ -27,7 +27,6 @@ function getStyle() { #header #logo { padding: 0; } - #header .ant-row > div:last-child #search-box, #header .ant-row > div:last-child .ant-select, #header .ant-row > div:last-child .ant-menu, #header .nav-phone-icon { @@ -36,24 +35,19 @@ function getStyle() { #header .ant-row > div:last-child .header-lang-button { margin-right: 0; } - #header .ant-row .ant-col-lg-19, - #header .ant-row .ant-col-xl-19 { - width: 50%; - float: right; - } - footer .footer-wrap{ + footer .footer-wrap { width: 100%; padding: 0; } - footer .bottom-bar{ + footer .bottom-bar { margin: auto; max-width: 1200px; padding: 16px 24px; } - footer .bottom-bar{ + footer .bottom-bar { border-top: none; } - footer .footer-wrap .ant-row{ + footer .footer-wrap .ant-row { width: 100%; max-width: 1200px; padding: 86px 24px 93px 24px;