微信小程序九宫格布局css

 

微信小程序九宫格布局css

 

复制代码
.grid-list{
  display: flex;
  flex-wrap: wrap;
  border-left: 1rpx solid #efefef;
  border-top: 1rpx solid #efefef;
}

.grid-item{
  width:33.33%;
  height:200rpx;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1rpx solid #efefef;
  border-bottom: 1rpx solid #efefef;
  box-sizing: border-box;
}

.grid-img{
  width:120rpx;
  height:120rpx;
}

.grid-text{
  font-size:16rpx;
}
复制代码

 

 

########################

posted @   西北逍遥  阅读(226)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通
历史上的今天:
2022-04-20 八叉树分割点云实验记录3
2022-04-20 QTextStream把数据写入文件
2021-04-20 Error log
2020-04-20 IfcGeographicElement
点击右上角即可分享
微信分享提示