fit-content:与repeat()一样只能用于grid-template-columns/rows。
fit-content(100px):表示最大是100px列宽。
fit-content()
--根据公式Min(最大大小,最大值(最小大小,参数))将给定大小夹紧为可用大小
语法
grid-template-columns:fit-content(<length> | <percentage>);
grid-template-rows:fit-content(<length> | <percentage>);