Compass布局模块

1. 固定页脚(页脚始终在最下方)

sticky-footer混合器html

index.htmlcode

<div id="content">
        这是内容
    </div>
    <div id="footer">
        这是页脚
    </div>

@include sticky-footer(40px, "#content", "#footer" "#sticky-footer")htm

2. 可伸展元素

  • stretch混合器 有4个参数:$coffset-top $offset-right $offset-bottom $offset-left
    @include strech(5px, 5px, 5px, 5px)get

  • strech-x 混合器 有2个参数:$offset-left $offset-righttop

  • strech-y 混合器 有2个参数:$offset-top $offset-bottomdi

相关文章
相关标签/搜索