HTML
CSS
JavaScript
Vue
React
Python
PHP
Java
.Net
Java9手册
PHP手册
CSS3手册
jQuery手册
源代码
在线运行
<html ng-app="ionicApp"> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width"> <title>菜鸟教程(cainiaoplay.com)</title> <link href="https://cdn.staticfile.org/ionic/1.3.2/css/ionic.css" rel="stylesheet"> <script src="https://cdn.staticfile.org/ionic/1.3.2/js/ionic.bundle.min.js"></script> </head> <body> <div class="bar bar-header"> <div class="h1 title">带头像选项列表</div> </div> <div class="content has-header ionic-pseudo"> <div class="list"> <a class="item item-avatar" href="#"> <img src="demo_source/venkman.jpg.html"> <h2>Venkman</h2> <p>Back off, man. I'm a scientist.</p> </a> <a class="item item-avatar" href="#"> <img src="demo_source/spengler.jpg.html"> <h2>Egon</h2> <p>We're gonna go full stream.</p> </a> <a class="item item-avatar" href="#"> <img src="demo_source/stantz.jpg.html"> <h2>Ray</h2> <p>Ugly little spud, isn't he?</p> </a> <a class="item item-avatar" href="#"> <img src="demo_source/winston.jpg.html"> <h2>Winston</h2> <p>That's a big Twinkie.</p> </a> <a class="item item-avatar" href="#"> <img src="demo_source/tully.jpg.html"> <h2>Tully</h2> <p>Okay, who brought the dog?</p> </a> <a class="item item-avatar" href="#"> <img src="demo_source/barrett.jpg.html"> <h2>Dana</h2> <p>I am The Gatekeeper!</p> </a> <a class="item item-avatar" href="#"> <img src="demo_source/slimer.jpg.html"> <h2>Slimer</h2> <p>Boo!</p> </a> </div> </div> </body> </html>
动行结果