粘性定位 position:sticky

MND 文档

position:sticky仍是一个实验属性,称之为粘性定位,元素在满足阈值之前表现如 relative ,在跨越阈值后表现为 fixed;

该属性必须指定一项条件:top right bottom left作为阈值。

#one { position: sticky; to......

position:sticky 粘性布局

MND 文档

position:sticky仍是一个实验属性,称之为粘性定位,元素在满足阈值之前表现如 relative ,在跨越阈值后表现为 fixed;

该属性必须指定一项条件:top right bottom left作为阈值,否则将会视为相对定位(relative):

#one {......

High Sierra: bad interpreter

对于我来说,是 compass 出现了问题,重装一下就好了

gem install -n /usr/local/bin compass