luyisha 3 years ago
parent
commit
d9c5794f9e
  1. 8
      src/components/CommonFooter.vue
  2. 12
      src/views/home/index.vue
  3. BIN
      static/images/icon_1.png
  4. BIN
      static/images/icon_2.png
  5. BIN
      static/images/icon_3.png

8
src/components/CommonFooter.vue

@ -267,10 +267,10 @@ export default {
font-size: 14px;
margin: 0;
a:hover{
color: #797979;
}
a:visited{
color: #797979;
color: #326AEB;
}
// a:visited{
// color: #326AEB;
// }
}
</style>

12
src/views/home/index.vue

@ -119,15 +119,15 @@
<div class="d-flex justify-content-between">
<div style="display: flex;flex-direction: column;justify-content: center;">
<div class="d-flex mb-4">
<img src="" alt="" class="img">
<img src="../../../static/images/icon_1.png" alt="" class="img">
<div style="margin-left:40px;"><div style="font-size: 20px;">{{ $t("cxiNewText.a43") }}</div><div style="color: #6A6E74;">{{ $t("cxiNewText.a44") }}</div></div>
</div>
<div class="d-flex mb-4">
<img src="" alt="" class="img">
<img src="../../../static/images/icon_2.png" alt="" class="img">
<div style="margin-left:40px;"><div style="font-size: 20px;">{{ $t("cxiNewText.a45") }}</div><div style="color: #6A6E74;">{{ $t("cxiNewText.a46") }}</div></div>
</div>
<div class="d-flex mb-4">
<img src="" alt="" class="img">
<img src="../../../static/images/icon_3.png" alt="" class="img">
<div style="margin-left:40px;"><div style="font-size: 20px;">{{ $t("cxiNewText.a47") }}</div><div style="color: #6A6E74;">{{ $t("cxiNewText.a48") }}</div></div>
</div>
</div>
@ -136,11 +136,11 @@
</div>
<div class="section-block section-block-4">
<h1>{{ $t("cxiNewText.a71") }}</h1>
<div style="color: #6A6E74;">{{ $t("cxiNewText.a72") }}</div>
<div class="d-flex mt-3 mb-4">
<div style="color: #6A6E74;margin-bottom: 30px;">{{ $t("cxiNewText.a72") }}</div>
<!-- <div class="d-flex mt-3 mb-4">
<div class="label-1" v-for="(itemV, index) in guideList" :key="index" :class="itemV.id == cid ? 'de' : 'in'"
@click="routerLink(itemV.id)">{{itemV.label}}</div>
</div>
</div> -->
<div class="d-flex justify-content-between">
<div class="img-box" v-for="(item, index) in articleList" :key="index">
<router-link class="post-link" :to="`/college/detail/${item.category_id}/${item.id}`">

BIN
static/images/icon_1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
static/images/icon_2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
static/images/icon_3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Loading…
Cancel
Save