|
@@ -8,7 +8,7 @@ export default function Closing() {
|
|
|
// eslint-disable-next-line react/prop-types
|
|
|
|
|
|
return (
|
|
|
- <LazyLoad height={1325}>
|
|
|
+ <LazyLoad height={909} offset={1e4}>
|
|
|
<div
|
|
|
css={css`
|
|
|
width: 100%;
|
|
@@ -31,7 +31,6 @@ export default function Closing() {
|
|
|
</TimeLineTransText>
|
|
|
<TimeLineTransText>
|
|
|
<div
|
|
|
-
|
|
|
css={css`
|
|
|
font-size: 24px;
|
|
|
width: 225px;
|
|
@@ -43,11 +42,9 @@ export default function Closing() {
|
|
|
<p>漢之廣矣,不可泳思</p>
|
|
|
<p>江之永矣,不可方思</p>
|
|
|
|
|
|
- <p style={{textAlign:'center'}}>结束</p>
|
|
|
+ <p style={{ textAlign: "center" }}>结束</p>
|
|
|
</div>
|
|
|
</TimeLineTransText>
|
|
|
-
|
|
|
-
|
|
|
</div>
|
|
|
</LazyLoad>
|
|
|
);
|