微信小程序支持cas3的grid 布局吗?

来源:3-7 初识flex布局进行垂直分布布局

oop001

2022-08-19

Css 3的网格布局能用在小程序里面吗?

写回答

1回答

7七月

2022-08-19

这个理论上应该可以用,可以自己尝试下,我没有在小程序里用过

0
1
oop001
1 2 3 4 5 6 7 8 9 .container{ display: grid; grid-template-rows: repeat(3,1fr); grid-template-columns: repeat(3,1fr); justify-content: space-evenly; align-items: center; row-gap: 1rpx; column-gap: 2rpx; width: 100% } .item{ width: 100%; height: 100%; background:green; text-align: center; box-sizing: border-box; text-align: center; justify-self: center; } .item:nth-of-type(1){ grid-area: 1/1/3/3 ; } 尝试了下,是可以的
2022-08-20
共1条回复

微信小程序入门与实战(全新版) 超20000人学习的好课

4年同步微信官方迭代,累计20000+人学习, 比微信官方更火爆!

23869 学习 · 6899 问题

查看课程