|
@@ -29,13 +29,14 @@
|
|
|
<div class="right">
|
|
|
<p class="title">{{ item.title }}</p>
|
|
|
<p class="date">{{ item.date }}</p>
|
|
|
- <p class="text">{{ item.slug }}</p>
|
|
|
+ <!-- <p class="text" v-html="item && item.slug"></p> -->
|
|
|
+ <!-- <p class="text">{{ item.slug }}</p> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 党建园地 -->
|
|
|
- <div class="directory w">
|
|
|
+ <!-- <div class="directory w">
|
|
|
<titles type="007" title="党建园地" en="Building" @jump="jumpList"></titles>
|
|
|
<div class="contentList">
|
|
|
<el-card class="imgbox" v-for="(item, index) in park" :key="index">
|
|
@@ -46,7 +47,7 @@
|
|
|
<p class="date">{{ item.date }}</p>
|
|
|
</el-card>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<!-- 往期回顾 -->
|
|
|
<div class="review w">
|
|
|
<div class="titlebox">
|
|
@@ -85,7 +86,7 @@
|
|
|
<div class="right">
|
|
|
<div class="text">
|
|
|
<h2>本刊声明</h2>
|
|
|
- <span>statement</span>
|
|
|
+ <!-- <span>statement</span> -->
|
|
|
<p>本刊实行双向匿名审稿制度。</p>
|
|
|
<p>本刊不以任何形式收取审稿费、版面费。</p>
|
|
|
<p>本刊未与任何社会中介机构合作办刊, 并保留向假冒者追究法律责任的权利。</p>
|
|
@@ -300,10 +301,10 @@ export default {
|
|
|
font-weight: 700;
|
|
|
color: #000;
|
|
|
cursor: pointer;
|
|
|
- word-break: keep-all;
|
|
|
- white-space: nowrap;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
+ // word-break: keep-all;
|
|
|
+ // white-space: nowrap;
|
|
|
+ // overflow: hidden;
|
|
|
+ // text-overflow: ellipsis;
|
|
|
}
|
|
|
p {
|
|
|
color: #696969;
|
|
@@ -399,11 +400,11 @@ export default {
|
|
|
font-size: 1em;
|
|
|
color: #222;
|
|
|
overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- display: -webkit-box;
|
|
|
- -webkit-line-clamp: 1;
|
|
|
- -webkit-box-orient: vertical;
|
|
|
- word-break: break-all;
|
|
|
+ // text-overflow: ellipsis;
|
|
|
+ // display: -webkit-box;
|
|
|
+ // -webkit-line-clamp: 1;
|
|
|
+ // -webkit-box-orient: vertical;
|
|
|
+ // word-break: break-all;
|
|
|
}
|
|
|
.date {
|
|
|
font-size: 2.5em;
|