first time
This commit is contained in:
parent
80080cc0f5
commit
31632dfe15
@ -82,22 +82,23 @@
|
|||||||
|
|
||||||
</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" >
|
||||||
</div>
|
|
||||||
<div class="textbox" style="line-height: 26px;width: 80%;-webkit-line-clamp: 5;
|
|
||||||
display: -webkit-box;
|
|
||||||
overflow: hidden;
|
|
||||||
-webkit-box-orient: vertical;" >
|
|
||||||
{{ hydata[textindex].name }}
|
{{ hydata[textindex].name }}
|
||||||
</div>
|
</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 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>
|
||||||
<div class="content2-right" style="cursor: pointer;">
|
<div class="content2-right" style="cursor: pointer;">
|
||||||
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user