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

相關文章
相關標籤/搜索