|
|
|
@ -123,7 +123,7 @@ |
|
|
|
</div> |
|
|
|
<div style="width:25%;text-align: center;"> |
|
|
|
<div class="th">{{ $t("home.a11") }}</div> |
|
|
|
<div class="td" v-for="(item, index) in brokenLine" :key="index" |
|
|
|
<div class="td" v-for="(item, index) in brokenLine" :key="index" |
|
|
|
:class="item.increase < 0 ? 'td c_decreace' : 'td c_increase'">{{item.increaseStr}} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -660,7 +660,7 @@ |
|
|
|
<article class="post-style-one" v-if="false"> |
|
|
|
<span class="post-metat-date">{{ item.updated_at }}</span> |
|
|
|
<p class="post-entry" v-html="item.excerpt"></p> |
|
|
|
|
|
|
|
|
|
|
|
<router-link |
|
|
|
class="post-link" |
|
|
|
:to="`/college/detail/${item.category_id}/${item.id}`" |
|
|
|
@ -905,7 +905,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
import Vue from "vue"; |
|
|
|
// import VueAwesomeSwiper from "vue-awesome-swiper"; |
|
|
|
@ -929,7 +929,7 @@ export default { |
|
|
|
return Boolean(localStorage.token); |
|
|
|
}, |
|
|
|
downloadLink() { |
|
|
|
return "https://ser.ybgcoins.com/download"; |
|
|
|
return "https://mgsc.nvrcoin.com/download"; |
|
|
|
}, |
|
|
|
// 特色卡片列表 |
|
|
|
featuresList() { |
|
|
|
@ -1277,7 +1277,7 @@ export default { |
|
|
|
}, |
|
|
|
}; |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
#dowebok { |
|
|
|
background: #121318 !important; |
|
|
|
@ -2279,7 +2279,7 @@ path { |
|
|
|
} |
|
|
|
} |
|
|
|
.section-block-4{ |
|
|
|
|
|
|
|
|
|
|
|
.label-1{ |
|
|
|
background: #F5F5F6; |
|
|
|
padding: 10px 20px; |
|
|
|
@ -2305,7 +2305,7 @@ path { |
|
|
|
} |
|
|
|
.img-box-2{ |
|
|
|
width: 386px; |
|
|
|
|
|
|
|
|
|
|
|
a, a div{ |
|
|
|
width: 386px; |
|
|
|
height: 180px; |
|
|
|
@ -2487,4 +2487,3 @@ path { |
|
|
|
background: #6c7ee4; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|