<!doctype html> <html> <meta charset="utf-8" /> <head> <title>益司CMS-PC与手机建站集成</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="stylesheet" href="http://cdn.bootcss.com/twitter-bootstrap/3.0.3/css/bootstrap.min.css"> <!--<link href="__PUBLIC__/bootstrap/css/bootstrap-theme.css" rel="stylesheet" />--> <!--[if It IE 9]> <script src="http//html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body"> <div class="container"> <!-- --> <h1 class="page-header"> 图片 </h1> <p> <div style="width:200px;"> <img src="http://s2.51cto.com/wyfs02/M00/25/25/wKioL1NZ-ObyYlP6AAFLitAsqNc960.jpg" class="img-rounded img-responsive" /> </div> <img src="http://s2.51cto.com/wyfs02/M00/25/25/wKioL1NZ-ObyYlP6AAFLitAsqNc960.jpg" class="img-circle" width=300px /> <img src="http://s2.51cto.com/wyfs02/M00/25/25/wKioL1NZ-ObyYlP6AAFLitAsqNc960.jpg" class="img-thumbnail" width=300px /> </p> </div> <script src="http://cdn.bootcss.com/jquery/1.10.2/jquery.min.js"></script> <script src="http://cdn.bootcss.com/twitter-bootstrap/3.0.3/js/bootstrap.min.js"></script> </body> </html>
bootstrap_10图片
时间: 2024-10-30 07:02:22