update
This commit is contained in:
@ -10,8 +10,11 @@ main {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.color-red {
|
||||
color: #e94c3d !important;
|
||||
}
|
||||
|
||||
.gray {
|
||||
.gray, .color-gray {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,7 @@ import '../assets/css/theme-style.css'
|
||||
const config = getConfig(Astro)
|
||||
const {
|
||||
desc = '霍尔果斯飞驰广告传媒有限公司是一家充满活力和创新精神的互联网企业,专注于为客户提供卓越的数字化解决方案。我们秉承以客户为中心的理念,致力于通过创新技术和策略,助力企业实现数字化转型与品牌升级,共同开创更加美好的未来。',
|
||||
title = '飞驰营销网',
|
||||
title = '霍尔果斯飞驰广告传媒有限公司',
|
||||
keywords = '霍尔果斯霍尔果斯飞驰广告传媒有限公司,霍尔果斯飞驰,飞驰营销网',
|
||||
bytedance = ''
|
||||
} = Astro.props
|
||||
|
@ -79,8 +79,8 @@ const bytedanceData = formatDate(data.created_at)
|
||||
<h1 class="title" title={data.title}>{data.title}</h1>
|
||||
<div class="meta">
|
||||
<span class="meta-pub">{data.created_at}</span>
|
||||
<a href={data.column_tag_url}><span>#{data.column_tag}</span></a>
|
||||
<a href={data.second_column_tag_url}><span>#{data.second_column_tag}</span></a>
|
||||
<a href={data.column_tag_url}><span class="color-red">#{data.column_tag}</span></a>
|
||||
<a href={data.column_tag_url + data.second_column_tag_url}><span class="color-red">#{data.second_column_tag}</span></a>
|
||||
</div>
|
||||
</header>
|
||||
<article class="news-detail-content">
|
||||
|
Reference in New Issue
Block a user