> JQuery UI中文在线手册 > 两列布局
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="Http://apps.bdimg.com/libs/jquerymobile/1.4.2/jquery.mobile.min.CSS">
<script src="//apps.bdimg.com/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//apps.bdimg.com/libs/jquerymobile/1.4.2/jquery.mobile.min.js"></script>
</head>
<body>

<div data-role="page" id="pageone">
  <div data-role="header">
  <h1>列</h1>
  </div>

  <div data-role="content">
   <p>两列布局:</p>
   <div class="ui-grid-a">
     <div class="ui-block-a"><a href="#" data-role="button">第一列按钮</a><br>
       <span>第一列:This is some text. This is some text. This is some text. This is some text. This is some text.</span>
     </div>
     <div class="ui-block-b">
       <a href="#" data-role="button">第二列按钮</a><br>
       <span>第二列:This is some text. This is some text. This is some text. This is some text.</span>
     </div>
   </div>
  </div>
</div> 

</body>
</html>

			
上一篇:
下一篇: