|
@@ -1,6 +1,6 @@
|
|
|
import { Action } from "../action";
|
|
|
-import { css } from "@emotion/react";
|
|
|
import Viewer from "../components/Viewer";
|
|
|
+import { Style } from "../style/section";
|
|
|
|
|
|
import {
|
|
|
TimeLineTitleText,
|
|
@@ -37,57 +37,24 @@ export default function Section1(props) {
|
|
|
}),
|
|
|
]}
|
|
|
>
|
|
|
- <div
|
|
|
- css={css`
|
|
|
- font-weight: 300;
|
|
|
- font-size: 2.75vw;
|
|
|
- width: 100%;
|
|
|
- text-align: center;
|
|
|
- `}
|
|
|
- >
|
|
|
- 对古代美索不达米亚人来说,礼拜是日常生活的一部分。
|
|
|
+ <div css={Style.StartTitleStyle}>
|
|
|
+ <div className="title">
|
|
|
+ 对古代美索不达米亚人来说,礼拜是日常生活的一部分。{" "}
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</TimeLineTitleText>
|
|
|
|
|
|
<TimeLineLabelText duration={0.0325} fade={0.01} progressPosition={0.03}>
|
|
|
- <div
|
|
|
- css={css`
|
|
|
- font-weight: 300;
|
|
|
- font-size: 18px;
|
|
|
- width: 50%;
|
|
|
- max-width: 600px;
|
|
|
- padding: 8px 12px;
|
|
|
- margin-right: 20px;
|
|
|
- margin-left: auto;
|
|
|
- background: rgba(0, 0, 0, 0.7);
|
|
|
- border-radius: 2px;
|
|
|
- `}
|
|
|
- >
|
|
|
+ <div css={Style.LabelStyle}>
|
|
|
各城邦的城市建筑甚至被赋予象征及宗教意义。巴比伦古城的建筑装饰即是一个鲜明例子。
|
|
|
</div>
|
|
|
</TimeLineLabelText>
|
|
|
|
|
|
<TimeLineWallText className={"wall-text"} progressPosition={0.125}>
|
|
|
- <div
|
|
|
- css={css`
|
|
|
- width: 35%;
|
|
|
- padding-left: 32px;
|
|
|
- padding-right: 32px;
|
|
|
- z-index: 25;
|
|
|
- font-size: 24px;
|
|
|
- line-height: 1.66;
|
|
|
- text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
|
|
|
- `}
|
|
|
- >
|
|
|
- <div
|
|
|
- css={css`
|
|
|
- font-size: 30px;
|
|
|
- `}
|
|
|
- >
|
|
|
- 迈步狮纹镶板
|
|
|
- </div>
|
|
|
- <div>公元前605-562年</div>
|
|
|
- <div>涂釉陶瓷</div>
|
|
|
+ <div css={Style.DescriptionStyle}>
|
|
|
+ <div className="desc-title">迈步狮纹镶板</div>
|
|
|
+ <div className="desc-sub-title">公元前605-562年</div>
|
|
|
+ <div className="desc-t-title">涂釉陶瓷</div>
|
|
|
<ButtonText>
|
|
|
<i>迈步狮纹镶板</i>
|
|
|
,新巴比伦时期,公元前605-562年,涂釉陶瓷。大都会艺术博物馆,Fletcher
|
|
@@ -101,19 +68,7 @@ export default function Section1(props) {
|
|
|
verticalOffset={"63vh"}
|
|
|
progressPosition={0.25}
|
|
|
>
|
|
|
- <div
|
|
|
- css={css`
|
|
|
- font-weight: 300;
|
|
|
- font-size: 18px;
|
|
|
- width: 50%;
|
|
|
- max-width: 600px;
|
|
|
- padding: 8px 12px;
|
|
|
- margin-right: 20px;
|
|
|
- margin-left: auto;
|
|
|
- background: rgba(0, 0, 0, 0.7);
|
|
|
- border-radius: 2px;
|
|
|
- `}
|
|
|
- >
|
|
|
+ <div css={Style.LabelStyle}>
|
|
|
<div>
|
|
|
在巴比伦最重要的街道Processional
|
|
|
Way两侧,排列着一百多块狮子釉砖,迈步狮纹镶板便是其中之一。这条路穿过伊什塔尔城门(Ishtar
|
|
@@ -127,25 +82,14 @@ export default function Section1(props) {
|
|
|
verticalOffset={"63vh"}
|
|
|
progressPosition={0.45}
|
|
|
>
|
|
|
- <div
|
|
|
- css={css`
|
|
|
- font-weight: 300;
|
|
|
- font-size: 18px;
|
|
|
- width: 50%;
|
|
|
- max-width: 600px;
|
|
|
- padding: 8px 12px;
|
|
|
- margin-right: 20px;
|
|
|
- margin-left: auto;
|
|
|
- background: rgba(0, 0, 0, 0.7);
|
|
|
- border-radius: 2px;
|
|
|
- `}
|
|
|
- >
|
|
|
+ <div css={Style.LabelStyle}>
|
|
|
<div>
|
|
|
四维时代致力于人工智能三维数字化技术的.
|
|
|
研究与应用,以实现“数字万物”为愿景. 让数字化飞入寻常百姓家。
|
|
|
</div>
|
|
|
</div>
|
|
|
</TimeLineLabelText>
|
|
|
+
|
|
|
<TimeLineTitleText
|
|
|
trigger={Action.scrubPin}
|
|
|
verticalOffset={"0vh"}
|
|
@@ -160,29 +104,8 @@ export default function Section1(props) {
|
|
|
}),
|
|
|
]}
|
|
|
>
|
|
|
- <div
|
|
|
- css={css`
|
|
|
- display: flex;
|
|
|
- min-height: calc(var(--vh, 1vh) * 100);
|
|
|
- justify-content: center;
|
|
|
- position: relative;
|
|
|
- z-index: 10;
|
|
|
- margin-top: -40px;
|
|
|
- padding: 100px 40px;
|
|
|
- align-items: center;
|
|
|
- direction: var(--text-direction);
|
|
|
- text-align: var(--alignment);
|
|
|
- `}
|
|
|
- >
|
|
|
- <div
|
|
|
- css={css`
|
|
|
- font-size: 25px;
|
|
|
- font-weight: 300;
|
|
|
- line-height: 2;
|
|
|
- max-width: 750px;
|
|
|
- margin: -20px auto 100px;
|
|
|
- `}
|
|
|
- >
|
|
|
+ <div css={Style.EndTitleStyle}>
|
|
|
+ <div className="title">
|
|
|
这是盖蒂别墅博物馆在2021年与卢浮宫博物馆合作举办的关于古美索不达米亚的大型展览中展出的130多件展品之一。这些展品囊括了美索不达米亚城邦、文字及王国于约三千年的发展。
|
|
|
</div>
|
|
|
</div>
|