zoukankan      html  css  js  c++  java
  • ui-grid 网格布局--jQueryMobile

    效果:

    HTML:
     <div data-role="content" class="content">
                <div class="ui-grid-c pro-info">
                    <div class="ui-block-a">
                        <img src="../../Content/IMG/UI/01.png" alt="" />
                        <p>网格布局</p>
                    </div>
                    <div class="ui-block-b">
                        <img src="../../Content/IMG/UI/02.png" alt="" />
                       <p>网格布局</p>
                    </div>
                    <div class="ui-block-c">
                        <img src="../../Content/IMG/UI/01.png" alt="" />
                       <p>网格布局</p>
                    </div>
                    <div class="ui-block-d">
                        <img src="../../Content/IMG/UI/02.png" alt="" />
                       <p>网格布局</p>
                    </div>
                    <div class="ui-block-a">
                        <img src="../../Content/IMG/UI/01.png" alt="" />
                        <p>网格布局</p>
                    </div>
                    <div class="ui-block-b">
                        <img src="../../Content/IMG/UI/02.png" alt="" />
                      <p>网格布局</p>
                    </div>
                    <div class="ui-block-c">
                        <img src="../../Content/IMG/UI/01.png" alt="" />
                      <p>网格布局</p>
                    </div>
                    <div class="ui-block-d">
                        <img src="../../Content/IMG/UI/02.png" alt="" />
                       <p>网格布局</p>
                    </div>
                </div>
     
            </div>
  • 相关阅读:
    jQuery的实用技巧
    jQuery中的Ajax
    jQuery中的动画
    jQuery中的事件
    jQuery中的DOM操作
    详解jQuery的选择器
    微信小程序开发教程(九)视图层——.wxss详解
    微信小程序开发教程(八)视图层——.wxml详解
    14 组合查询
    13 创建高级联结
  • 原文地址:https://www.cnblogs.com/shenyulin/p/4423046.html
Copyright © 2011-2022 走看看