bootstrap-图文对象列表

来源:互联网 发布:淘宝网首页戴丝玉 编辑:程序博客网 时间:2024/05/29 19:38

图文对象列表学习:

<html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE-edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Bootstrap 101 Template</title><link href="http://cdn.bootcss.com/bootstrap/3.3.1/css/bootstrap-theme.min.css" rel="stylesheet"><link href="http://cdn.bootcss.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet"></head><body><!-- 默认是顶部对齐 --><div class="media">  <div class="media-left">  <a href="#">     <img class="media-object" src="01.jpg" alt="01.jpg">  </a>  </div>  <div class="media-body">     <h4 class="media-heading">Media heading</h4>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>   </div></div><!-- 中部对齐 --><div class="media">  <div class="media-left media-middle">  <a href="#">     <img class="media-object" src="01.jpg" alt="01.jpg">  </a>  </div>  <div class="media-body">     <h4 class="media-heading">Media heading</h4>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>   </div></div><!-- 底部对齐 --><div class="media">  <div class="media-left media-bottom">  <a href="#">     <img class="media-object" src="01.jpg" alt="01.jpg">  </a>  </div>  <div class="media-body">     <h4 class="media-heading">Media heading</h4>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>      hello world<br/>   </div></div><script src="http://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script><script src="http://cdn.bootcss.com/bootstrap/3.3.1/js/bootstrap.min.js"></script><script src="http://cdn.bootcss.com/bootstrap/3.3.1/js/npm.js"></script></body></html>

顶部:
这里写图片描述
中部:
这里写图片描述
底部:
这里写图片描述

0 0
原创粉丝点击