grid-column 属性:

请使用 grid-column 属性来规定在何处放置项目。

Item2 将在 column-line 2 开始,并横跨三列:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16