image.png
<div class="work-list">

  <div class="list" v-for="item in 11" :key="item" @click="$router.push('/dataList')">
   
  </div>
</div>

.work-list {

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  width: 1200px;
  height: 290px;
  &:after {
    content: '';
   ** width: 332px;** //// 这个宽度为里面.listdediv的宽度
  }
  .list {
    cursor: pointer;
    font-size: 24px;
    width: 332px;
    height: 75px;
    display: flex;
    align-items: center;
    
  }

煌大河ゞ
18 声望2 粉丝

引用和评论

0 条评论