|
@@ -14,7 +14,7 @@
|
|
|
}"
|
|
|
@click="activeTabIdx = 1"
|
|
|
>
|
|
|
- 总述
|
|
|
+ 浮梁磁局
|
|
|
</button>
|
|
|
<!-- <div class="splitter" /> -->
|
|
|
<button
|
|
@@ -60,14 +60,14 @@
|
|
|
<div
|
|
|
class="table1"
|
|
|
>
|
|
|
- <h3>元王朝在景德镇设置的全国唯一的一所为皇室服务的磁局</h3>
|
|
|
+ <h3>全国唯一一所转为皇室烧瓷的官署机构</h3>
|
|
|
<div
|
|
|
class="content text-indent"
|
|
|
>
|
|
|
<p>
|
|
|
元代在景德镇专设浮梁磁局,负责为宫廷、官府督造瓷器事宜,极大促进了景德镇制瓷业的发展。浮梁磁局是元王朝在景德镇设置的全国唯一的一所为皇室服务的磁局,秩正九品,至元十五年(1278年)立。掌烧造瓷器,并漆造马尾、棕藤笠帽等事。大使、副使各一员。 在磁局的掌管下创烧了枢府釉瓷、青花、釉里红、蓝釉、蓝地白花、孔雀蓝釉瓷器等。
|
|
|
</p>
|
|
|
- <div
|
|
|
+ <!-- <div
|
|
|
class="img-box"
|
|
|
style="position: relative;"
|
|
|
>
|
|
@@ -78,7 +78,7 @@
|
|
|
<p style="position:absolute;left:0;right: 0;text-align:center;bottom:-25px;color: #666; text-indent: 0;">
|
|
|
浮梁古城
|
|
|
</p>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -272,7 +272,8 @@ const activeTabIdx = ref(1)
|
|
|
height: 100%;
|
|
|
|
|
|
>p {
|
|
|
- width: calc(309 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
|
|
|
+ // 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'));
|