...
|
...
|
@@ -7,6 +7,7 @@ |
|
|
<ArticleItemHeader :share="share" :data="authorData" :lazy="lazy" :more="showMoreOpt" @on-follow="onFollowAuthor"></ArticleItemHeader>
|
|
|
</div>
|
|
|
<div class="main-detail">
|
|
|
|
|
|
<div class="article-context">
|
|
|
<div class="context-title">{{data.articleTitle}}</div>
|
|
|
<div ref="richText" @touchstart="tStart" @touchend="tEnd" class="context-rich-text" v-html="data.richText"></div>
|
...
|
...
|
@@ -268,7 +269,7 @@ export default { |
|
|
font-size: 36px;
|
|
|
color: #222;
|
|
|
line-height: 56px;
|
|
|
margin-top: 32px;
|
|
|
margin-top: 10px;
|
|
|
margin-bottom: 16px;
|
|
|
letter-spacing: 0.68px;
|
|
|
font-weight: bolder;
|
...
|
...
|
|