This commit is contained in:
dzj 2024-07-16 12:44:14 +08:00
parent 18474804f1
commit 6d900949bc

View File

@ -176,13 +176,13 @@
<div class="content2-left" style="width:100%">
<div>
<h3 style=" line-height: 60px;
font-weight: lighter; font-size: 48px">{{ componydata[0].title }}</h3>
font-weight: lighter; font-size: 48px">{{ componydata[0]?.title }}</h3>
</div>
<div class="textbox">
<!-- <h3></h3> -->
<h5 style="line-height: 20px;">
{{componydata[0].content}}<span style="color:RGB(48, 113, 183);float: right;font-weight: bold;cursor: pointer;"
{{componydata[0]?.content}}<span style="color:RGB(48, 113, 183);float: right;font-weight: bold;cursor: pointer;"
@click="switchto">MORE...</span>
</h5>
<!-- <h5></h5> -->
@ -199,8 +199,7 @@
<div class="swiper-slide" v-for="item in achievementarr" :key="item.id" v-if="item.state=='true'"
@click="honorto(item.id)"
style="background-color: rgb(240,246,250);border-radius: 10px;padding: 20px;box-sizing: border-box;cursor: pointer;">
<img :src="item.picture" style=" width: 356px;height:239px ;margin: auto;"></div>
<img :src="item.picture" style=" height:239px ;margin: auto;display: block;"></div>
</div>
<div class="swiper-pagination1" style="text-align: center;"></div>