grid

.imgList {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 100rpx);
    grid-gap: 10px;
    .item {
            width: 100rpx; 
            height:100rpx;
            background-color: skyblue;
            margin-top: 5px;    
    }
}

 

posted @ 2023-06-13 10:31  zy-lzh  阅读(55)  评论(0)    收藏  举报