first time
This commit is contained in:
parent
80080cc0f5
commit
31632dfe15
@ -82,21 +82,22 @@
|
||||
|
||||
</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 class="textbox" >
|
||||
{{ hydata[textindex].name }}
|
||||
</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;
|
||||
overflow: hidden;
|
||||
-webkit-box-orient: vertical;" >
|
||||
{{ hydata[textindex].name }}
|
||||
-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>
|
||||
@ -265,6 +266,7 @@ export default {
|
||||
this.$nextTick(() => {
|
||||
this.swipe= new Swiper('.swiper7', {
|
||||
loop: true,
|
||||
allowTouchMove:false,
|
||||
// autoplay: {
|
||||
// delay: 4100,
|
||||
// disableOnInteraction: false,
|
||||
|
Loading…
Reference in New Issue
Block a user