|
@@ -5,7 +5,7 @@
|
|
|
class="return"
|
|
|
@click="emit('close')"
|
|
|
/>
|
|
|
- <div class="content-wrap">
|
|
|
+ <div :class="['content-wrap', activeTabIdx === 1 && 'first']">
|
|
|
<h1>元代瓷器的大发展</h1>
|
|
|
<div class="tabbar">
|
|
|
<button
|
|
@@ -67,18 +67,6 @@
|
|
|
<p>
|
|
|
元代在景德镇专设浮梁磁局,负责为宫廷、官府督造瓷器事宜,极大促进了景德镇制瓷业的发展。浮梁磁局是元王朝在景德镇设置的全国唯一的一所为皇室服务的磁局,秩正九品,至元十五年(1278年)立。掌烧造瓷器,并漆造马尾、棕藤笠帽等事。大使、副使各一员。 在磁局的掌管下创烧了枢府釉瓷、青花、釉里红、蓝釉、蓝地白花、孔雀蓝釉瓷器等。
|
|
|
</p>
|
|
|
- <!-- <div
|
|
|
- class="img-box"
|
|
|
- style="position: relative;"
|
|
|
- >
|
|
|
- <img
|
|
|
- src="@/assets/images/camera-content-2-3-2-tab-1-img.png"
|
|
|
- alt=""
|
|
|
- >
|
|
|
- <p style="position:absolute;left:0;right: 0;text-align:center;bottom:-25px;color: #666; text-indent: 0;">
|
|
|
- 浮梁古城
|
|
|
- </p>
|
|
|
- </div> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -95,38 +83,50 @@
|
|
|
alt=""
|
|
|
>
|
|
|
<p
|
|
|
- class="remark"
|
|
|
- style="margin-top: -40px;"
|
|
|
+ class="img-tips"
|
|
|
>
|
|
|
青白釉串珠纹玉壶春瓶
|
|
|
</p>
|
|
|
+ <div class="img-box__bg" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="activeTabIdx === 3"
|
|
|
- class="tab-content tab-2-content "
|
|
|
+ class="tab-content tab-2-content"
|
|
|
+ style="align-items: center;"
|
|
|
>
|
|
|
- <p class="text-indent">
|
|
|
+ <p
|
|
|
+ class="text-indent"
|
|
|
+ style="width: 288px;"
|
|
|
+ >
|
|
|
元代龙泉窑蓬勃发展,生产规模扩大,产量剧增。龙泉窑遗址曾发现印有八思巴文的碗、盘等遗物,因此有专家认为龙泉窑曾为官府烧造瓷器。龙泉窑瓷器也是元大都遗址出土瓷器的重要种类之一。
|
|
|
</p>
|
|
|
<div class="img-box">
|
|
|
<img
|
|
|
src="@/assets/images/camera-content-2-3-2-tab-3-img.png"
|
|
|
alt=""
|
|
|
+ style="bottom: 40px;"
|
|
|
>
|
|
|
<p
|
|
|
- class="remark"
|
|
|
- style="margin-top: 10px;"
|
|
|
+ class="img-tips"
|
|
|
>
|
|
|
青釉海水云龙纹瓶
|
|
|
</p>
|
|
|
+ <div
|
|
|
+ class="img-box__bg"
|
|
|
+ style="left: 0; bottom: -10px;"
|
|
|
+ />
|
|
|
</div>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="activeTabIdx === 4"
|
|
|
class="tab-content tab-2-content "
|
|
|
+ style="align-items: center; justify-content: center;"
|
|
|
>
|
|
|
- <p class="text-indent">
|
|
|
+ <p
|
|
|
+ class="text-indent"
|
|
|
+ style="width: 282px; padding-right: 55px;"
|
|
|
+ >
|
|
|
以磁州窑为代表的许多北方窑场,在元代烧制以白地黑花或剔划花为主的陶瓷器,其中不乏器形较大、胎体厚重、装饰题材丰富的器物,具有突出的时代风格。有学者曾进行统计,经考古发掘在元大都出土的瓷器(包括瓷片)中,以磁州窑系的数量最多,约占总数的 40%。
|
|
|
</p>
|
|
|
<div class="img-box">
|
|
@@ -134,7 +134,9 @@
|
|
|
src="@/assets/images/camera-content-2-3-2-tab-4-img.png"
|
|
|
alt=""
|
|
|
>
|
|
|
- <p class="remark">
|
|
|
+ <p
|
|
|
+ class="img-tips"
|
|
|
+ >
|
|
|
白地黑花龙凤纹罐
|
|
|
</p>
|
|
|
</div>
|
|
@@ -151,10 +153,7 @@
|
|
|
src="@/assets/images/camera-content-2-3-2-tab-5-img.png"
|
|
|
alt=""
|
|
|
>
|
|
|
- <p
|
|
|
- class="remark"
|
|
|
- style="margin-top: 20px;"
|
|
|
- >
|
|
|
+ <p class="img-tips">
|
|
|
釉里红花卉纹玉壶春瓶
|
|
|
</p>
|
|
|
</div>
|
|
@@ -179,6 +178,11 @@ const activeTabIdx = ref(1)
|
|
|
</script>
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
+.img-tips {
|
|
|
+ position:absolute;left:0;right: 0;text-align:center;bottom:18px;color: #43310E; text-indent: 0;
|
|
|
+ letter-spacing: 2px;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
.camera-content-1-1 {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
@@ -211,10 +215,10 @@ const activeTabIdx = ref(1)
|
|
|
background-size: cover;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center center;
|
|
|
- &:has(.tab-1-content){
|
|
|
- background-image: url(@/assets/images/camera-content-2-1-3-bg-0.png);
|
|
|
- }
|
|
|
|
|
|
+ &.first {
|
|
|
+ background-image: url(@/assets/images/camera-content-2-1-3-bg2.png);
|
|
|
+ }
|
|
|
>h1 {
|
|
|
position: absolute;
|
|
|
left: calc(163 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
@@ -273,8 +277,30 @@ const activeTabIdx = ref(1)
|
|
|
height: calc(750 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .img-box {
|
|
|
+ position: relative;
|
|
|
+ width: calc(448 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
align-items: center;
|
|
|
|
|
|
+ &__bg {
|
|
|
+ position: absolute;
|
|
|
+ left: -40px;
|
|
|
+ bottom: 0;
|
|
|
+ width: 448px;
|
|
|
+ height: 287px;
|
|
|
+ background: url('@/assets/images/Group482-min.png') no-repeat center / cover;
|
|
|
+ z-index: -1;
|
|
|
+ }
|
|
|
+ img {
|
|
|
+ position: relative;
|
|
|
+ bottom: 18px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
>.tab-1-content {
|
|
@@ -297,42 +323,24 @@ const activeTabIdx = ref(1)
|
|
|
height: 100%;
|
|
|
|
|
|
>p {
|
|
|
- // width: calc(309 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
- width: 100%;
|
|
|
max-height: 70%;
|
|
|
overflow: auto;
|
|
|
font-size: calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
// font-family: Source Han Sans SC, Source Han Sans SC;
|
|
|
- font-weight: 300;
|
|
|
color: #000000;
|
|
|
line-height: calc(30 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
// letter-spacing: calc(4 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
padding-right: 0.5em;
|
|
|
margin-left: 10px;
|
|
|
- }
|
|
|
- >.img-box {
|
|
|
- margin-left: calc(50 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
- width: calc(509 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
- height: 60%;
|
|
|
- padding: 10px;
|
|
|
- box-sizing: border-box;
|
|
|
- background: rgba(145,129,117,0.25);
|
|
|
- border: 1px solid #FFE88B;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- >img {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- }
|
|
|
+ letter-spacing: 4px;
|
|
|
+ font-family: "SourceHanSansSC-Normal";
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
>h3 {
|
|
|
- width: calc(990 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
- height: calc(64 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
+ width: calc(762 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
+ height: calc(63 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
@@ -346,7 +354,7 @@ const activeTabIdx = ref(1)
|
|
|
color: #6A3906;
|
|
|
line-height: calc(33 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
letter-spacing: calc(5 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
- margin-bottom: calc(30 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
+ margin: 0 auto calc(30 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -422,18 +430,21 @@ const activeTabIdx = ref(1)
|
|
|
padding-top: calc(50 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
padding-bottom: calc(50 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
display: flex;
|
|
|
- justify-content: space-evenly;
|
|
|
- align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
|
|
|
>p {
|
|
|
- width: calc(400 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
+ margin-top: 20px;
|
|
|
+ padding-left: 40px;
|
|
|
+ width: calc(410 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
max-height: calc(650 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
// overflow: auto;
|
|
|
font-size: calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
// font-family: Source Han Sans CN, Source Han Sans CN;
|
|
|
- font-weight: 300;
|
|
|
+ // font-weight: 300;
|
|
|
color: #000000;
|
|
|
line-height: 30px;
|
|
|
+ font-family: "SourceHanSansSC-Normal";
|
|
|
+ box-sizing: content-box;
|
|
|
// letter-spacing: calc(4 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
}
|
|
|
|
|
@@ -447,9 +458,5 @@ const activeTabIdx = ref(1)
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .remark{
|
|
|
- padding-top: 5px;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
}
|
|
|
</style>
|