1
This commit is contained in:
parent
18474804f1
commit
6d900949bc
@ -176,13 +176,13 @@
|
|||||||
<div class="content2-left" style="width:100%">
|
<div class="content2-left" style="width:100%">
|
||||||
<div>
|
<div>
|
||||||
<h3 style=" line-height: 60px;
|
<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>
|
||||||
<div class="textbox">
|
<div class="textbox">
|
||||||
|
|
||||||
<!-- <h3></h3> -->
|
<!-- <h3></h3> -->
|
||||||
<h5 style="line-height: 20px;">
|
<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>
|
@click="switchto">MORE...</span>
|
||||||
</h5>
|
</h5>
|
||||||
<!-- <h5></h5> -->
|
<!-- <h5></h5> -->
|
||||||
@ -199,8 +199,7 @@
|
|||||||
<div class="swiper-slide" v-for="item in achievementarr" :key="item.id" v-if="item.state=='true'"
|
<div class="swiper-slide" v-for="item in achievementarr" :key="item.id" v-if="item.state=='true'"
|
||||||
@click="honorto(item.id)"
|
@click="honorto(item.id)"
|
||||||
style="background-color: rgb(240,246,250);border-radius: 10px;padding: 20px;box-sizing: border-box;cursor: pointer;">
|
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>
|
||||||
<div class="swiper-pagination1" style="text-align: center;"></div>
|
<div class="swiper-pagination1" style="text-align: center;"></div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user