|
@@ -109,7 +109,7 @@
|
|
|
>{{ articleInfo.art_title }}</span
|
|
|
>
|
|
|
</h2>
|
|
|
- <h6
|
|
|
+ <!-- <h6
|
|
|
class="nnpe-article-author"
|
|
|
:style="{
|
|
|
color: colorObj.sourceColor,
|
|
@@ -132,65 +132,65 @@
|
|
|
(articleInfo.page_no_in_pub ? " · P" + articleInfo.page_no_in_pub : "")
|
|
|
}}
|
|
|
</h6>
|
|
|
- <template v-else>
|
|
|
- <div class="info-box">
|
|
|
- <el-button
|
|
|
- type="text"
|
|
|
- class="btn-left"
|
|
|
- :class="[activeArticleIndex === 0 ? 'not-allow' : '']"
|
|
|
- @click="handlePage('-')"
|
|
|
- :style="{ color: colorObj.btnColor }"
|
|
|
- ><svg-icon icon-class="arrow-left-line"></svg-icon>上一篇</el-button
|
|
|
- >
|
|
|
- <h6
|
|
|
- class="nnpe-article-author"
|
|
|
- :style="{
|
|
|
- color: colorObj.sourceColor,
|
|
|
- fontSize: '14px',
|
|
|
- lineHeight: '22px',
|
|
|
- fontWeight: '400',
|
|
|
- margin: 0,
|
|
|
- }"
|
|
|
- >
|
|
|
- {{
|
|
|
- articleInfo.study_phase_name +
|
|
|
- "版 · 第 " +
|
|
|
- articleInfo.iss_no +
|
|
|
- " 期 · " +
|
|
|
- articleInfo.release_date +
|
|
|
- " · " +
|
|
|
- articleInfo.chn_item +
|
|
|
- (articleInfo.page_no_in_pub
|
|
|
- ? " · P" + articleInfo.page_no_in_pub
|
|
|
- : "")
|
|
|
- }}
|
|
|
- </h6>
|
|
|
- <el-button
|
|
|
- type="text"
|
|
|
- class="btn-right"
|
|
|
- :class="[
|
|
|
- activeArticleIndex === activeArticleIndexLen - 1 ? 'not-allow' : '',
|
|
|
- ]"
|
|
|
- @click="handlePage('+')"
|
|
|
- :style="{ color: colorObj.btnColor }"
|
|
|
- >下一篇<svg-icon icon-class="arrow-right-line"></svg-icon
|
|
|
- ></el-button>
|
|
|
- </div>
|
|
|
- <el-divider></el-divider>
|
|
|
+ <template v-else> -->
|
|
|
+ <div class="info-box">
|
|
|
+ <el-button
|
|
|
+ type="text"
|
|
|
+ class="btn-left"
|
|
|
+ :class="[activeArticleIndex === 0 ? 'not-allow' : '']"
|
|
|
+ @click="handlePage('-')"
|
|
|
+ :style="{ color: colorObj.btnColor }"
|
|
|
+ ><svg-icon icon-class="arrow-left-line"></svg-icon>上一篇</el-button
|
|
|
+ >
|
|
|
<h6
|
|
|
class="nnpe-article-author"
|
|
|
:style="{
|
|
|
color: colorObj.sourceColor,
|
|
|
- fontSize: '16px',
|
|
|
- lineHeight: '24px',
|
|
|
+ fontSize: '14px',
|
|
|
+ lineHeight: '22px',
|
|
|
fontWeight: '400',
|
|
|
- margin: articleInfo.art_sound_url ? '0 0 40px 0' : '0',
|
|
|
- textAlign: 'center',
|
|
|
+ margin: 0,
|
|
|
}"
|
|
|
>
|
|
|
- {{ articleInfo.art_author }}
|
|
|
+ {{
|
|
|
+ articleInfo.study_phase_name +
|
|
|
+ "版 · 第 " +
|
|
|
+ articleInfo.iss_no +
|
|
|
+ " 期 · " +
|
|
|
+ articleInfo.release_date +
|
|
|
+ " · " +
|
|
|
+ articleInfo.chn_item +
|
|
|
+ (articleInfo.page_no_in_pub
|
|
|
+ ? " · P" + articleInfo.page_no_in_pub
|
|
|
+ : "")
|
|
|
+ }}
|
|
|
</h6>
|
|
|
- </template>
|
|
|
+ <el-button
|
|
|
+ type="text"
|
|
|
+ class="btn-right"
|
|
|
+ :class="[
|
|
|
+ activeArticleIndex === activeArticleIndexLen - 1 ? 'not-allow' : '',
|
|
|
+ ]"
|
|
|
+ @click="handlePage('+')"
|
|
|
+ :style="{ color: colorObj.btnColor }"
|
|
|
+ >下一篇<svg-icon icon-class="arrow-right-line"></svg-icon
|
|
|
+ ></el-button>
|
|
|
+ </div>
|
|
|
+ <el-divider></el-divider>
|
|
|
+ <h6
|
|
|
+ class="nnpe-article-author"
|
|
|
+ :style="{
|
|
|
+ color: colorObj.sourceColor,
|
|
|
+ fontSize: '16px',
|
|
|
+ lineHeight: '24px',
|
|
|
+ fontWeight: '400',
|
|
|
+ margin: articleInfo.art_sound_url ? '0 0 24px 0' : '0',
|
|
|
+ textAlign: 'center',
|
|
|
+ }"
|
|
|
+ >
|
|
|
+ {{ articleInfo.art_author }}
|
|
|
+ </h6>
|
|
|
+ <!-- </template> -->
|
|
|
<div class="audio-box">
|
|
|
<div
|
|
|
class="aduioLine-content aduioLine-box"
|