Grid Row Sizing

授权协议 未知
开发语言
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 骆文彬
操作系统 未知
开源组织
适用人群 未知
 软件概览

This plugin, applied to a number of HTML tables, provides the behaviour of resizing their rows by clicking over a "handler hint"

  • CSS 语言: CSSSCSS 确定 body { display: grid; place-content: center; background: #111; } .waterfall { width: 80vw; margin: 10em 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)

  • grid网格布局 一丶首先是作用在容器上的语法: 1.display : grid 将元素设置为网格布局 2.grid-template-columns : 设置列数 grid-template-rows : 设置行数 单位:fr,是个比例单位,表示占用网格的份数,1fr就代表一份,在网格的宽高固定的情况下使用。把每行的份数相加总和为多少fr,就把网格宽或高平均分成几份,具体每列设多少fr,就占据