• 欢迎光临~

十字宫格布局

开发技术 开发技术 2022-12-14 次浏览

三列

.bottom .classItem{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.bottom .classItem .item{
    width: 33.33333333333333333333%;
    height: 220rpx;
    text-align: center;
    font-size: 30rpx;
}
程序员灯塔
转载请注明原文链接:十字宫格布局
喜欢 (0)