网友回复
通过js侦测滚动距离触发style修改实现
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>BFW NEW PAGE</title>
<style>
* {
padding: 0;
margin: 0;
}
.fixedwrap {
padding: 10px;
text-align: center;
background: black;
color: white;
height: 50px;
}
.fixedwrapshow {
display: block;
padding: 10px;
position: fixed;
top: 0;
left: 0;
width: 100%;
height:...点击查看剩余70%


