实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html lang="zh-CN">
3
    <head>
4
        <meta charset="utf-8">
5
        <title>纯JS lightbox库baguetteBox.js演示-淡入淡出</title>
6
        <link rel="stylesheet" href="/api/jq/baguetteBox/css/baguetteBox.css">
7
        <style>
8
            .baguetteBox {
9
                width: 900px;
10
                margin: 0 auto;
11
                font-size: 0;
12
            }
13
14
            .baguetteBox img {
15
                display: inline-block;
16
                width: 215px;
17
                height: 150px;
18
                padding: 5px;
19
            }
20
        </style>
21
        <script src="http://apps.bdimg.com/libs/jquery/1.7.2/jquery.min.js">
22
        </script>