first time

This commit is contained in:
dzj 2024-06-20 14:29:19 +08:00
parent 80080cc0f5
commit 31632dfe15

View File

@ -82,22 +82,23 @@
</div>
</div>
<div class="index_2" style="padding-bottom: 75px;width: 80%;margin: 0 auto;">
<div class="index_2" style="padding-bottom: 90px;width: 80%;margin: 0 auto;">
<div style="display: flex;">
<div class="content2-left flow" style="position: relative;">
<div>
<h3>行业动态</h3>
<h6>INDUSTRY TRENDS</h6>
</div>
<div class="textbox" v-html="hydata[index].content">
</div>
<div class="textbox" style="line-height: 26px;width: 80%;-webkit-line-clamp: 5;
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;" >
<div class="textbox" >
{{ hydata[textindex].name }}
</div>
<div style="line-height: 26px;width: 80%;-webkit-line-clamp: 6;
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;" class="textbox" v-html="hydata[textindex].content">
</div>
<div style="color: skyblue;font-size: 50px;position: absolute;bottom: 0;"><span style="margin-right: 20px;cursor: pointer;" @click="back"><</span><span style="cursor: pointer;" @click="next">></span></div>
</div>
<div class="content2-right" style="cursor: pointer;">
@ -265,6 +266,7 @@ export default {
this.$nextTick(() => {
this.swipe= new Swiper('.swiper7', {
loop: true,
allowTouchMove:false,
// autoplay: {
// delay: 4100,
// disableOnInteraction: false,