-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path图片自动适应外框.html
30 lines (29 loc) · 1.43 KB
/
图片自动适应外框.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html PUBLIC "-//W3C//liD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/liD/xhtml1-transitional.lid">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title>²âÊÔÒ³Ãæ</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script>
<style type="text/css">
*{margin:0; padding:0; list-style:none; font-size:12px;}
.wrap{width:960px; margin: 0 auto;}
div {width:100px;height:100px;border: 1px solid #ddd;float: left;margin: 0 10px;display: -webkit-box; -webkit-box-orient:horizontal; -webkit-box-pack:center; -webkit-box-align:center;}
div img {max-width:100%;max-height:100%;}
</style>
</head>
<body>
<div>
<img src="https://ss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/super/whfpf%3D425%2C260%2C50/sign=b870b726d500baa1ba7914fb212d8d20/2fdda3cc7cd98d1026a476fb253fb80e7aec9083.jpg"/>
</div>
<div>
<img src="https://ss0.baidu.com/-Po3dSag_xI4khGko9WTAnF6hhy/super/whfpf%3D425%2C260%2C50/sign=a1d39972d03f8794d3aa1b6eb4263ac6/b8389b504fc2d562b6a3aa27e31190ef77c66c54.jpg"/>
</div>
<div>
<img src="http://img30.360buyimg.com/pop/jfs/t928/210/557463553/16588/7850ee80/552e3d21N24ea04cb.jpg"/>
</div>
<div>
<img src="https://ss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/super/whfpf%3D425%2C260%2C50/sign=579d50caed24b899de692a78083b29a7/d53f8794a4c27d1eadbe410e1fd5ad6edcc4385b.jpg"/>
</div>
</body>
</html>