section23.vue 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <template>
  2. <div class="section section23 chapter" >
  3. <div class="box">
  4. <div class="chapter-num">第三章</div>
  5. <div class="chapter-title">玉美神州</div>
  6. <div class="chapter-intro">
  7. <p>
  8. 三国至南北朝,地缘碰撞、丝路通达、民族交融,中华玉文明注入了新鲜血液;不同风格和异域材质聚合下,玉器激发出精彩与绮丽的光芒。
  9. </p>
  10. <p>
  11. 唐宋以降,玉是世俗社会幸福与美好的寄托;包容与开放、多元文化互通,让玉器充满了意趣和风雅。
  12. </p>
  13. <p>
  14. 明清时期,在江南、在宫廷,质精无瑕、工巧无匹,中华传统玉文明走向了巅峰。
  15. </p>
  16. </div>
  17. </div>
  18. </div>
  19. </template>
  20. <script setup></script>
  21. <style lang="scss" scoped>
  22. @import "/src/assets/style/index.scss";
  23. .section {
  24. position: relative;
  25. position: relative;
  26. -webkit-box-sizing: border-box;
  27. -moz-box-sizing: border-box;
  28. box-sizing: border-box;
  29. background: no-repeat center/cover;
  30. justify-content: flex-start;
  31. }
  32. </style>