|
|
@ -12,7 +12,7 @@ |
|
|
|
<div class="flex-1"></div> |
|
|
|
<a-button |
|
|
|
@click="$router.push('/ItInformation')" |
|
|
|
class="d-flex align-center font-16 baseColor" |
|
|
|
class="d-flex align-end font-16 baseColor pa-0" |
|
|
|
style="display: inline-block;" |
|
|
|
type="link" |
|
|
|
> |
|
|
@ -26,7 +26,7 @@ |
|
|
|
<div class="flex-1"></div> |
|
|
|
<a-button |
|
|
|
@click="$router.push('/Activity')" |
|
|
|
class="d-flex align-center font-16 baseColor" |
|
|
|
class="d-flex align-end font-16 baseColor pa-0" |
|
|
|
style="display: inline-block;" |
|
|
|
type="link" |
|
|
|
> |
|
|
@ -37,7 +37,7 @@ |
|
|
|
<div class="policy-box" v-if="lists && lists[i].news && lists[i].news.length>0"> |
|
|
|
<div :key="index" class="div-box" v-for="(item, index) in lists[i].news"> |
|
|
|
<div @click="jumpDetails(item)" class="d-flex flex-nowrap" style="cursor: pointer"> |
|
|
|
<div class="time d-flex flex-column align-center mr-3" v-if="item.releaseTime"> |
|
|
|
<div class="time d-flex flex-column align-center mr-5" v-if="item.releaseTime"> |
|
|
|
<span class="font-20">{{ monthEnglish[item.releaseTime.split('-')[1] - 1] }}.</span> |
|
|
|
<span class="font-bold-32 day">{{ item.releaseTime.split(' ')[0].split('-')[2] }}</span> |
|
|
|
</div> |
|
|
@ -86,7 +86,7 @@ export default { |
|
|
|
<style scoped lang="stylus"> |
|
|
|
.index-wrap { |
|
|
|
width: 90%; |
|
|
|
height: 342px; |
|
|
|
height: 400px; |
|
|
|
margin: 15px auto 15px auto; |
|
|
|
overflow: hidden; |
|
|
|
opacity: 1; |
|
|
@ -102,6 +102,7 @@ export default { |
|
|
|
position: relative; |
|
|
|
background: #fff; |
|
|
|
padding-top: 24px; |
|
|
|
height: 114px; |
|
|
|
|
|
|
|
.time { |
|
|
|
color: rgba(0, 0, 0, 0.25); |
|
|
@ -120,7 +121,6 @@ export default { |
|
|
|
font-size: 16px; |
|
|
|
color: rgba(0, 0, 0, 0.65); |
|
|
|
font-family: Microsoft YaHei; |
|
|
|
font-weight: bold; |
|
|
|
-webkit-line-clamp: 1; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
} |
|
|
|