轮播图带字(vant)

html

  <div class="com_swiperImg">
    <van-swipe :autoplay="3000">
      <van-swipe-item v-for="(item, index) in images" :key="index">
        <img class="swiperImg" :src="item.url">
        <span class="imgWord">
          <span class="imgWordWidth">{{item.name}}</span>
        </span>
      </van-swipe-item>
    </van-swipe>
  </div>

js

// 轮播图的列表
      images: [
        {
          name: '第一张图片',
          url:
            'https://ss2.bdstatic.com/70cFvnSh_Q1YnxGkpoWK1HF6hhy/it/u=3184090183,1766139173&fm=26&gp=0.jpg'
        },
        {
          name: '第二张图片',
          url:
            'https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1593342812507&di=a02821f2c081513699dd3d98cfd5f0c5&imgtype=0&src=http%3A%2F%2Fa2.att.hoodong.com%2F62%2F35%2F01300000165476121384354646686.jpg'
        },
        {
          name: '第三张图片',
          url:
            'https://ss2.bdstatic.com/70cFvnSh_Q1YnxGkpoWK1HF6hhy/it/u=2135990487,1719991511&fm=26&gp=0.jpg'
        }
      ]

css

.com_swiperImg {
  margin-top: 2vw;
}
.swiperImg {
  width: 93vw;
  height: 45vw;
  border-radius: 3vw;
  border: 1px solid ghostwhite;
}
/* 图片的文字 */
.imgWord {
  position: absolute;
  bottom: 1.6vw;
  left: 3.5vw;
  width: 91vw;
  height: 10vw;
  line-height: 10vw;
  text-align: left;
  padding-left: 2vw;
  border-radius: 0 0 3vw 3vw;
  background: rgba(22, 22, 22, 0.5);
  color: #feffff;
}
/* 文字的宽度 */
.imgWordWidth {
  position: absolute;
  bottom: 0vw;
  left: 3vw;
  width: 75vw;
  overflow: hidden;
  text-overflow: clip;
  white-space: pre;
  padding: 0 1vw;
}
/* 轮播图的指示点 */
.com_swiperImg /deep/ .van-swipe__indicators {
  bottom: 5vw;
  left: 90%;
}
/* 轮播图的指示点(大小) */
.com_swiperImg /deep/ .van-swipe__indicator {
  width: 2vw;
  height: 2vw;
}
/* 轮播图的指示点颜色 */
.com_swiperImg /deep/ .van-swipe__indicator--active {
  background-color: #fdc034;
}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值