效果如图所示
*完整代码如下
下面展示一些 内联代码片
。
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<script src="../jquery-2.2.4.js"></script>
<style type="text/css">
html, body {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
font-family: "微软雅黑";
font-size: 62.5%;
}
.boxDom {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.idDom {
width: 100%;
height: 100px;
background: #666;
position: fixed;
bottom: 0px;
}
.content {
display: inline