// 輪播組件
<template>
<div class="swiper-box" :style="{width: width, height: height}" :class="swiperClass || ''">
<i class="el-icon-arrow-left" role="button" @click="active=active>0 ? active-1 : list.length-1" v-show="!noShowDot && list.length>1"></i>
<i class="el-icon-arrow-right" role="button" @click="active=active<list.length-1?active+1:0" v-show="!noShowDot && list.length>1"></i>
<div class="el flex align-center justify-center" v-for="(item,i) in list" :key="i"
:style="{transform: `translate(${(i-active)*100}%, 0%)`}">
........
</div>
</div>
</template>
<script>
export default {
props: {
active: {
type: Number,
default: 0
},
list: Array,
width: String,
height: String,
swiperClass: String,
noShowDot: Boolean
},
data () {
return {
}
},
methods: {
}
}
</script>
<style scoped lang="less">
@import "../assets/less/variable";
.swiper-box {
width: 80vw;
height: 70vh;
position: relative;
overflow: hidden;
img, video {
max-width: 100%;
max-height: 100%;
}
.el {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
transition: all .4s ease-in-out;
}
.el-icon-arrow-left, .el-icon-arrow-right {
position: absolute;
top: 40%;
left: 5px;
border: 1px solid @border;
border-radius: 50%;
background: @gray6;
color: @gray3;
font-size: 40px;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
z-index: 10;
}
.el-icon-arrow-right {
right: 5px;
left: auto;
cursor: pointer;
}
}
</style>
輪播組件
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
- 文/潘曉璐 我一進店門踩身,熙熙樓的掌柜王于貴愁眉苦臉地迎上來胀茵,“玉大人,你說我怎么就攤上這事挟阻∏砟铮” “怎么了?”我有些...
- 文/不壞的土叔 我叫張陵附鸽,是天一觀的道長脱拼。 經(jīng)常有香客問我,道長坷备,這世上最難降的妖魔是什么熄浓? 我笑而不...
- 正文 為了忘掉前任,我火速辦了婚禮省撑,結(jié)果婚禮上赌蔑,老公的妹妹穿的比我還像新娘。我一直安慰自己竟秫,他們只是感情好娃惯,可當我...
- 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著肥败,像睡著了一般趾浅。 火紅的嫁衣襯著肌膚如雪愕提。 梳的紋絲不亂的頭發(fā)上,一...
- 文/蒼蘭香墨 我猛地睜開眼挨决,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了订歪?” 一聲冷哼從身側(cè)響起脖祈,我...
- 正文 年R本政府宣布寇钉,位于F島的核電站刀疙,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏扫倡。R本人自食惡果不足惜谦秧,卻給世界環(huán)境...
- 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望镊辕。 院中可真熱鬧,春花似錦蚁袭、人聲如沸征懈。這莊子的主人今日做“春日...
- 文/蒼蘭香墨 我抬頭看了看天上的太陽卖哎。三九已至,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間亏娜,已是汗流浹背焕窝。 一陣腳步聲響...