|
@@ -14,6 +14,20 @@
|
|
|
<link rel="stylesheet" href="{dreamer-cms:template /}assets/css/smjy-header.css">
|
|
|
<link rel="stylesheet" href="{dreamer-cms:template /}assets/css/sticky-dark-top-nav-with-dropdown.css">
|
|
|
<link rel="stylesheet" href="{dreamer-cms:template /}assets/css/styles.css">
|
|
|
+ <style>
|
|
|
+ @media(max-width:750px) {
|
|
|
+ .new-content-body {
|
|
|
+ background-size: contain;
|
|
|
+ width: 90%;
|
|
|
+ height: auto;
|
|
|
+ margin: 0 auto;
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+ .new-content-body span{
|
|
|
+ text-wrap: wrap;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ </style>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
@@ -24,10 +38,7 @@
|
|
|
<div><img style="width: 100%;object-fit: cover;" src="{dreamer-cms:article field='litpic' /}"></div>
|
|
|
</div>
|
|
|
</section>
|
|
|
- <section>
|
|
|
- <div>{dreamer-cms:location lang="cn" /}</div>
|
|
|
- <div>{dreamer-cms:article field="title" /}</div>
|
|
|
- </section>
|
|
|
+ <!-- {dreamer-cms:include file='back.html'/} -->
|
|
|
<section>
|
|
|
<div class="container py-4 py-xl-5">
|
|
|
<div class="row mb-lg-5 mb-2">
|
|
@@ -44,7 +55,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row gy-4 row-cols-1 row-cols-lg-1 row-cols-xl-1 justify-content-center">
|
|
|
- <div class="col-xxl-8 col-sm-12 col-lg-8 col-xl-8">
|
|
|
+ <div class="col-xxl-8 col-sm-12 col-lg-8 col-xl-8 new-content-body">
|
|
|
{dreamer-cms:article field="content" /}
|
|
|
</div>
|
|
|
</div>
|