.container {
	display: grid;
	grid-template-columns: repeat(4,1r);
}

作用:和 1r 1r 1r 1r一样效果,语法糖。