图片与文字垂直居中对齐 一行四个

18 篇文章 0 订阅
13 篇文章 0 订阅

html

    <div class="info-content">
      <div class="info-content-bottom">
        <div
          class="info-content-item"
          v-for="(item1, index1) of 7"
          :key="index1"
        >
          <!-- <img :src="item1.img_url" alt />
        <span>{{ item1.menu_name }}</span> -->
          <img src="../../../assets/img/dw@2x.png" alt />
          <span>强强强</span>
        </div>
      </div>
    </div>

css

  .info-content {
    width: 100%;
    padding: 0 0.28rem;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 0.2rem;
    border-radius: 0.08rem;
    .info-content-bottom {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding-bottom: 0.3rem;
    }

    .info-content-bottom::after {
      content: "";
      flex: auto;
    }

    .info-content-item {
      width: 21%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-right: 4%;
      margin-top: 0.5rem;
    }

    .info-content-item.active {
      display: none !important;
    }

    .wrap-info
      .info-content
      .info-content-bottom
      .info-content-item:nth-child(4n) {
      margin-right: 0;
    }

    .info-content-item img {
      width: 0.64rem;
      height: 0.64rem;
      margin-bottom: 0.2rem;
    }

    .info-content-item span {
      font-size: 0.24rem;
      line-height: 0.34rem;
      color: #333;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
    }
  }
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

周亚鑫

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值