test fen zu

来源:互联网 发布:电脑数据存储方案 编辑:程序博客网 时间:2024/04/27 14:54

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
    <style type="text/css">
        body
        {
            width: 150px;
            height: 48px;
            margin: 0px;
            background-color:black;
        }
        #divBar
        {
            margin:2px;
            padding:2px;
            background-color:#ccc;
        }
        #divBar img
        {
            margin:3px;
            height:15px;
            width:15px;
        }
    </style>
</head>
<body>
<div id="divBar">
    <img src="../images/01-refresh.png" />
    <img src="../images/07-map-marker.png" />
    <img src="../images/13-target.png" />
    <img src="../images/19-gear.png" />
</div>
</body>
</html>