h5移动端底部导航会刷新怎么办

发布网友 发布时间:2022-04-22 10:42

我来回答

1个回答

热心网友 时间:2023-10-11 04:35

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>
.content {
width:960px;
height:2024px;
border:1px solid #000;
margin:0 auto;
}
.nav {
width:100%;
height:30px;
margin:0 auto;
background:#f00;
position:fixed;
bottom:0;
text-align:center;
}
</style>
</head>
<body>
<div class="content"></div>
<div class="nav">导航</div>
</body>
</html>

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com