|
|
@@ -102,7 +102,10 @@
|
|
|
<div class="col col-sm-12 col-md-5 col-lg-5">
|
|
|
<div class="main-box fill">
|
|
|
<div class="section-title">
|
|
|
- <h2><i class="fa fa-flag"></i> 党建工作</h2>
|
|
|
+ <h2>
|
|
|
+ <Icon name="material-symbols-light:flag" />
|
|
|
+ 党建工作
|
|
|
+ </h2>
|
|
|
<router-link :to="`/channel/${partyBuilding.content.value?.channel_id}`" class="section-more">查看更多 <Icon name="material-symbols-light:chevron-right" /></router-link>
|
|
|
</div>
|
|
|
<div class="news-content">
|
|
|
@@ -119,7 +122,10 @@
|
|
|
<div class="col col-sm-12 col-md-5 col-lg-5">
|
|
|
<div class="main-box fill">
|
|
|
<div class="section-title">
|
|
|
- <h2><i class="fa fa-refresh"></i> 工作动态</h2>
|
|
|
+ <h2>
|
|
|
+ <Icon name="famicons:logo-designernews" />
|
|
|
+ 工作动态
|
|
|
+ </h2>
|
|
|
<router-link :to="`/channel/${workUppublishtimes.content.value?.channel_id}`" class="section-more">查看更多 <Icon name="material-symbols-light:chevron-right" /></router-link>
|
|
|
</div>
|
|
|
<div class="news-content">
|
|
|
@@ -184,7 +190,7 @@
|
|
|
<img class="icon" src="@/assets/images/icon-explore.png">
|
|
|
<h3>志愿者招募</h3>
|
|
|
<a href="#" class="service-link">
|
|
|
- <i class="fa fa-solid fa-chevron-right"></i>
|
|
|
+ <Icon name="material-symbols-light:chevron-right" />
|
|
|
</a>
|
|
|
</div>
|
|
|
|
|
|
@@ -192,7 +198,7 @@
|
|
|
<img class="icon" src="@/assets/images/icon-join.png">
|
|
|
<h3>活动报名</h3>
|
|
|
<a href="#" class="service-link">
|
|
|
- <i class="fa fa-solid fa-chevron-right"></i>
|
|
|
+ <Icon name="material-symbols-light:chevron-right" />
|
|
|
</a>
|
|
|
</div>
|
|
|
|
|
|
@@ -200,7 +206,7 @@
|
|
|
<img class="icon" src="@/assets/images/icon-contract.png">
|
|
|
<h3>联系咨询通道</h3>
|
|
|
<a href="#" class="service-link">
|
|
|
- <i class="fa fa-solid fa-chevron-right"></i>
|
|
|
+ <Icon name="material-symbols-light:chevron-right" />
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -213,16 +219,14 @@
|
|
|
<script setup lang="ts">
|
|
|
import { Carousel, Slide, Pagination, Navigation } from 'vue3-carousel'
|
|
|
import { ref } from 'vue';
|
|
|
-import { useRouter } from 'vue-router';
|
|
|
import { useSSrSimpleDataLoader } from '@/composeable/SimpleDataLoader';
|
|
|
import { DataDateUtils } from '@imengyu/js-request-transform';
|
|
|
-import { ScrollRect } from '@imengyu/vue-scroll-rect';
|
|
|
+import { MemoryTimeOut } from '@imengyu/imengyu-utils';
|
|
|
import CarouselItem1 from '@/assets/images/board1/1.jpg';
|
|
|
import CarouselItem2 from '@/assets/images/board1/2.jpg';
|
|
|
import CarouselItem3 from '@/assets/images/board1/3.jpg';
|
|
|
import CarouselItem4 from '@/assets/images/board1/4.jpg';
|
|
|
import CarouselItem5 from '@/assets/images/board1/5.jpg';
|
|
|
-import { MemoryTimeOut } from '@imengyu/imengyu-utils';
|
|
|
|
|
|
const carouselConfig = {
|
|
|
itemsToShow: 1,
|