jQuery Mobile仿360首頁,jQuery Mobile網格佈局,jQuery Mobile網址大全,HTML5仿360首頁
隨著移動網際網路的興起,越來越多的人使用手機上網。開啟uc瀏覽器,我們可以看到uc的主頁。或者360的主頁,或者百度的主頁。
這些頁面都是html5做的。看起來很難,其實一點也不難。網上有很多介紹html5的文章,我這裡就不解釋了。對於程式設計師來說,看程式碼還是最實在的。
程式碼支援電腦和手機,pad等終端裝置。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>jQuery Mobile頁面跳轉切換的幾種方式</title>
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="this is my page">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width"/>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css">
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
<!--<link rel="stylesheet" type="text/css" href="../jQuery/jquery.mobile-1.3.2.min.css">
--><style type="text/css">
.menu{ width:100%; padding:0px; margin:0px 0 50px 0;margin-top:-2.1%;}
.menu ul{ list-style:none; padding:0px; margin:0px; width:100%;}
.menu ul li{ list-style:none; margin:3% 0 0 3%; padding:5.5% 0;padding-bottom:0px; width:29.333333%;height:auto; float:left; display:block; text-align:center;}
.menu ul li a{ color:#FFFFFF; text-decoration:none; text-align: center;}
.menu ul li a span{ display:block; text-align:center; font-size:14px; line-height:25px;}
.menu ul li img{ display:inline-block;max-width:50%;}
.green{ background-color:#85af5d;}
.blue{ background-color:#29aae3;}
.darkblue{ background-color:#035792;}
.red{ background-color:#c53238;}
.purple{ background-color:#8b2767;}
.pink{ background-color:#f87c68;}
.orange{ background-color:#f17225;}
.black{ background-color:#272625;}
.gray{ background-color:#6e6e6e;}
.yellow{ background-color:#ffb606;}
.bluegreen{ background-color:#06a78b;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
.clearfix { display: block; }
.none { display: none; }
span{color:#ffffff;}
</style>
<!--<script type="text/javascript" src="../jQuery/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="../jQuery/jquery.mobile-1.3.2.min.js"></script>-->
<script type="text/javascript">
</script>
</head>
<body>
<div data-role="page" id="fivePage" data-theme="b" >
<div data-role="header" data-position="fixed" data-theme="b">
<h1>
濤哥偽專家管理系統
</h1>
</div>
<span style="white-space:pre"> </span><!-- 如有不懂,請加qq群:135430763,共同學習! -->
<div data-role="content">
<div class="menu">
<ul>
<li class="green"><a href="http://www.xttblog.com">
<img src="img/about.png" alt="網址導航" title="網址導航" /><span>網址導航</span></a></li>
<li class="red"><a href="http://www.xttblog.com">
<img src="img/tools.png" alt="天天熱帖" title="天天熱帖" /><span>天天熱帖</span></a></li>
<li class="blue"><a href="http://www.xttblog.com">
<img src="img/blog.png" alt="影視大全" title="影視大全" /><span>影視大全</span></a></li>
<li class="orange"><a href="http://www.xttblog.com">
<img src="img/docs.png" alt="攜程旅行" title="攜程旅行" /><span>攜程旅行</span></a></li>
<li class="purple"><a href="http://www.xttblog.com">
<img src="img/photos.png" alt="小說書架" title="小說書架" /><span>小說書架</span></a></li>
<li class="yellow"><a href="http://www.xttblog.com">
<img src="img/clients.png" alt="美團團購" title="美團團購" /><span>美團團購</span></a></li>
<li class="purple"><a href="http://www.xttblog.com">
<img src="img/photos.png" alt="新浪讀書" title="新浪讀書" /><span>新浪讀書</span></a></li>
<li class="yellow"><a href="http://www.xttblog.com">
<img src="img/clients.png" alt="熱門遊戲" title="" /><span>熱門遊戲</span></a></li>
<li class="yellow"><a href="http://www.xttblog.com">
<img src="img/clients.png" alt="有緣網" title="有緣網" /><span>有緣網</span></a></li>
<li class="yellow"><a href="http://www.guusoft.com">
<img src="img/clients.png" alt="谷軟" title="谷軟" /><span>谷軟</span></a></li>
<li class="orange"><a href="http://www.damuban.com">
<img src="img/docs.png" alt="大模板" title="大模板" /><span>大模板</span></a></li>
<li class="purple"><a href="http://www.xttblog.com">
<img src="img/photos.png" alt="小說書架" title="小說書架" /><span>小說書架</span></a></li>
<li class="green"><a href="http://www.xttblog.com">
<img src="img/about.png" alt="網址導航" title="網址導航" /><span>網址導航</span></a></li>
<li class="red"><a href="http://www.xttblog.com">
<img src="img/tools.png" alt="天天熱帖" title="天天熱帖" /><span>天天熱帖</span></a></li>
<li class="blue"><a href="http://www.xttblog.com">
<img src="img/blog.png" alt="影視大全" title="影視大全" /><span>影視大全</span></a></li>
</ul>
<div class="clearfix"></div>
</div>
</div>
<div id="footer" data-role="footer" data-theme="b" data-position="fixed">
<h1>
濤哥偽專家管理系統
</h1>
</div>
</div>
<pre name="code" class="html"><span style="white-space:pre"> </span><!-- 如有不懂,請加qq群:135430763,共同學習! -->
<script type="text/javascript"></script><span style="white-space:pre"> </span><!-- 如有不懂,請加qq群:135430763,共同學習! -->
</body></html>
手機上執行效果:
如有不懂,請加qq群:135430763,共同學習!
原始碼已共享到QQ群:135430763
歡迎大家關注我的個人部落格!!
相關文章
- jQuery Mobile 頁面事件jQuery事件
- 手機網頁用Bootstrap還是jQuery Mobile網頁bootjQuery
- jQuery Mobile中jQuery.mobile.changePage方法使用詳解jQuery
- jQuery + jQuery Mobile 實現省市二級下拉選單頁面jQuery
- jquery mobile 建wap站jQuery
- jQuery mobile 核心功能jQuery
- jQuery Mobile中$.mobile.buttonMarkup方法使用詳解jQuery
- jquery的商品首頁jQuery
- jquery Mobile—js不載入jQueryJS
- jQuery Mobile 自定義標籤jQuery
- jQuery mobile X天教程 目錄jQuery
- jQuery Mobile 1.4.0已經發布jQuery
- jQuery Mobile修改button的內容jQuery
- 8個有用的jQuery Mobile教程jQuery
- 無聊程式碼 jQuery Mobile 骨架jQuery
- jQuery移動端主題框架:jQuery Mobile Bootstrap ThemejQuery框架boot
- jquery mobile無法修改textarea的高度jQuery
- jQuery Mobile圖片輪轉輪播jQuery
- Sencha Touch 和 jQuery Mobile 的比較jQuery
- SharePoint之使用Jquery Mobile定製自己的手機頁面jQuery
- 全棧工程師 09 筆記(jquery mobile)全棧工程師筆記jQuery
- 基於jQuery Mobile的圖表應用JQMChartsjQuery
- jQuery Mobile頁面跳轉後未載入外部JS原因分析及解決jQueryJS
- jquery外掛:仿百度首頁可展開收起的訊息提示控制元件jQuery控制元件
- jquery API網址jQueryAPI
- 如何使用chrome devtool除錯Mobile網頁?Chromedev除錯網頁
- 手把手教學,用jQuery Mobile建立Web AppjQueryWebAPP
- 仿知乎首頁學習 CoordinateLayout
- wordpress企業網站主題仿製02-wordpress企業網站首頁的仿製網站
- PHP + MySQL 學習筆記(七)--- jQuery 及 jQuery Mobile 簡介 + 兩個 練習PHPMySql筆記jQuery
- jquery網頁特效地址收藏jQuery網頁特效
- 移動開發必備!15款jQuery Mobile外掛移動開發jQuery
- 用jQuery Mobile做HTML5移動應用的三個優缺點jQueryHTML
- CSS樣式表——佈局練習(製作360網頁)CSS網頁
- html5網頁佈局HTML網頁
- jquery Mobile應用第2課《構建跨平臺APP:jQuery Mobile移動應用實戰》連載二(簡單的QWER鍵盤)jQueryAPP
- 首頁頭部提示佈局
- jQuery列印網頁指定區域jQuery網頁