|
|
@ -27,7 +27,7 @@ |
|
|
/> |
|
|
/> |
|
|
</a-input-group> |
|
|
</a-input-group> |
|
|
<span> |
|
|
<span> |
|
|
<div class="mt-5"> |
|
|
<div style="margin-top:2rem"> |
|
|
<a-checkbox :checked="pStatus.bw - 0 === 1" @click="changeStatus('bw')">国家</a-checkbox> |
|
|
<a-checkbox :checked="pStatus.bw - 0 === 1" @click="changeStatus('bw')">国家</a-checkbox> |
|
|
<a-checkbox :checked="pStatus.sx - 0 === 1" @click="changeStatus('sx')">山西省</a-checkbox> |
|
|
<a-checkbox :checked="pStatus.sx - 0 === 1" @click="changeStatus('sx')">山西省</a-checkbox> |
|
|
</div> |
|
|
</div> |
|
|
@ -50,11 +50,15 @@ |
|
|
<p class="date-mon">{{ monthEnglish[item.publishTime.split('-')[1] - 1] }}.</p> |
|
|
<p class="date-mon">{{ monthEnglish[item.publishTime.split('-')[1] - 1] }}.</p> |
|
|
<p class="date-day">{{ item.publishTime.split('-')[2] }}</p> |
|
|
<p class="date-day">{{ item.publishTime.split('-')[2] }}</p> |
|
|
</div> |
|
|
</div> |
|
|
<div class="d-flex flex-column flex-1"> |
|
|
<div class="d-flex flex-1"> |
|
|
<p @click="LookSource(item.id)" class="item-title pointer">{{ item.title }}</p> |
|
|
<p @click="LookSource(item.id)" class="item-title pointer">{{ item.title }}</p> |
|
|
|
|
|
<div class="d-flex flex-nowrap align-center" style="color: #13ACC4" @click="LookSource(item.id)"> |
|
|
|
|
|
more |
|
|
|
|
|
<a-icon class="ml-2" style="font-size:12px" type="arrow-right" /> |
|
|
|
|
|
</div> |
|
|
<!-- <p @click="LookSource(item.id)" class="item-content pointer">{{ item.intro }}</p> --> |
|
|
<!-- <p @click="LookSource(item.id)" class="item-content pointer">{{ item.intro }}</p> --> |
|
|
<!-- <p class="item-content" v-html="item.content"></p> --> |
|
|
<!-- <p class="item-content" v-html="item.content"></p> --> |
|
|
<div class="d-flex flex-nowrap justify-space-between"> |
|
|
<!-- <div class="d-flex flex-nowrap justify-space-between"> |
|
|
<p class="source-time"> |
|
|
<p class="source-time"> |
|
|
<span |
|
|
<span |
|
|
@click="openWin(item.titleUrl)" |
|
|
@click="openWin(item.titleUrl)" |
|
|
@ -68,7 +72,7 @@ |
|
|
<a-icon type="arrow-right" style="margin-right: 1rem" /> |
|
|
<a-icon type="arrow-right" style="margin-right: 1rem" /> |
|
|
</span> |
|
|
</span> |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> --> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
@ -192,10 +196,10 @@ export default { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.search-list { |
|
|
.search-list { |
|
|
height: 6.5em; |
|
|
height: 7.5em; |
|
|
line-height: 1rem; |
|
|
line-height: 1rem; |
|
|
background: #fff; |
|
|
background: #fff; |
|
|
padding: 0 24px; |
|
|
padding: 0 1rem; |
|
|
position: relative; |
|
|
position: relative; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -213,12 +217,12 @@ export default { |
|
|
background: #fff; |
|
|
background: #fff; |
|
|
|
|
|
|
|
|
margin-top: 0.3rem; |
|
|
margin-top: 0.3rem; |
|
|
padding: 1rem 0.3rem; |
|
|
padding: 0.2rem 0.3rem; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.item-title { |
|
|
.item-title { |
|
|
margin-bottom: 10px; |
|
|
margin-bottom: 2px; |
|
|
font-size: 16px; |
|
|
font-size: 16px; |
|
|
color: rgba(0, 0, 0, 0.65); |
|
|
color: rgba(0, 0, 0, 0.65); |
|
|
font-family: Microsoft YaHei; |
|
|
font-family: Microsoft YaHei; |
|
|
@ -280,19 +284,19 @@ export default { |
|
|
|
|
|
|
|
|
.date-mon { |
|
|
.date-mon { |
|
|
font-size: 19px; |
|
|
font-size: 19px; |
|
|
height: 20px; |
|
|
// height: 20px; |
|
|
line-height: 26px; |
|
|
// line-height: 1rem; |
|
|
font-weight: 500; |
|
|
font-weight: 500; |
|
|
padding-top 0.3rem |
|
|
// padding-top 0.3rem |
|
|
color: #13ACC4; |
|
|
color: #13ACC4; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.date-day { |
|
|
.date-day { |
|
|
font-size: 32px; |
|
|
font-size: 1.2rem; |
|
|
height: 56px; |
|
|
height: 2rem; |
|
|
line-height: 56px; |
|
|
line-height: 2rem; |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
padding-top 0.5rem |
|
|
// padding-top 0.5rem |
|
|
color: #13ACC4; |
|
|
color: #13ACC4; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|