- jQuery Mobile 教程
- jQuery Mobile - 首页
- jQuery Mobile - 概述
- jQuery Mobile - 设置
- jQuery Mobile - 页面
- jQuery Mobile - 图标
- jQuery Mobile - 过渡效果
- jQuery Mobile - 布局
- jQuery Mobile - 小部件
- jQuery Mobile - 事件
- jQuery Mobile - 表单
- jQuery Mobile - 主题
- jQuery Mobile - CSS 类
- jQuery Mobile - 数据属性
- jQuery Mobile 有用资源
- jQuery Mobile - 面试问题
- jQuery Mobile - 快速指南
- jQuery Mobile - 有用资源
- jQuery Mobile - 讨论
jQuery Mobile - 网格布局
jQuery Mobile 网格系统通过一系列行和列创建页面布局。
下表详细演示了各种网格类型。
序号 | 类型及描述 |
---|---|
1 | 基本网格
在<div>中包含ui-grid-solo类以创建一个单列网格,网格宽度为100%。 |
2 | 两列网格
向<div>添加类ui-grid-a,并包含两个子容器,类分别为ui-block-a和ui-block-b,以创建两列布局。 |
3 | 三列网格 ui-grid-b类用于创建三列网格,它包含三个子容器,类分别为ui-block-a/b/c。 |
4 | 四列网格
ui-grid-c类用于创建四列网格,它包含四个子容器,类分别为ui-block-a/b/c/d/e。 |
5 | 五列网格
ui-grid-d类用于创建五列网格,它包含五个子容器,类分别为ui-block-a/b/c/d。 |
6 | 多行网格
可以通过在容器上指定任何列类来将多行包装在网格中。 |
7 | Grid solo 类
标准网格通过在单个断点以下覆盖网格样式来实现响应式。 |
8 | 响应式网格
在低于35em (560px)时堆叠网格,可以应用预设断点。 |
9 | 断点预设
在低于35em (560px)时堆叠网格,可以应用预设断点。在网格容器中,包含.ui-responsive类。 |
jquery_mobile_layouts.htm
广告