标签页

一级标签页

标签页

This is tab 1 content

This is tab 2 content

This is tab 3 content

{% highlight html %}

标签页

This is tab 1 content

This is tab 2 content

This is tab 3 content

{% endhighlight %}

二级标签页

比一级标签页更轻量的标签页

标签页

This is tab 1 content

This is tab 2 content

This is tab 3 content

{% highlight html %}

标签页

This is tab 1 content

This is tab 2 content

This is tab 3 content

{% endhighlight %}

fixed标签页

标签页滚动到顶部后固定在顶部,可以通过添加“fixed-tab”,如:

class="buttons-tab fixed-tab"

自动初始化调用fixedTab组件

固定位置的top默认值为0,可以通过在"fixed-tab"元素上添加data-offset="44"来调整高度

也可以直接调用js方法来手动初始化

{% highlight js %} $(document).on("pageInit", function() { $('.buttons-tab').fixedTab({offset:44}); }); {% endhighlight %}

html标签初始化

{% highlight html %}

其他内容区域

其他内容区域

其他内容区域

其他内容区域

其他内容区域

This is tab 1-1 content

This is tab 1-2 content

13855589778

This is tab 2 content start

This is tab 2 content end

This is tab 3 content start

This is tab 3 content end

{% endhighlight %}