first time

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

View File

@ -82,21 +82,22 @@
</div> </div>
</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 style="display: flex;">
<div class="content2-left flow" style="position: relative;"> <div class="content2-left flow" style="position: relative;">
<div> <div>
<h3>行业动态</h3> <h3>行业动态</h3>
<h6>INDUSTRY TRENDS</h6> <h6>INDUSTRY TRENDS</h6>
</div> </div>
<div class="textbox" v-html="hydata[index].content">
<div class="textbox" >
{{ hydata[textindex].name }}
</div> </div>
<div class="textbox" style="line-height: 26px;width: 80%;-webkit-line-clamp: 5; <div style="line-height: 26px;width: 80%;-webkit-line-clamp: 6;
display: -webkit-box; display: -webkit-box;
overflow: hidden; overflow: hidden;
-webkit-box-orient: vertical;" > -webkit-box-orient: vertical;" class="textbox" v-html="hydata[textindex].content">
{{ hydata[textindex].name }}
</div> </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 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>
@ -265,6 +266,7 @@ export default {
this.$nextTick(() => { this.$nextTick(() => {
this.swipe= new Swiper('.swiper7', { this.swipe= new Swiper('.swiper7', {
loop: true, loop: true,
allowTouchMove:false,
// autoplay: { // autoplay: {
// delay: 4100, // delay: 4100,
// disableOnInteraction: false, // disableOnInteraction: false,