百度换肤JavaScript功能
CSS-code:
<style type="text/css">
*{
margin: 0;
padding: 0;
list-style: none;
}
a{
color: red;
text-decoration: none;
}
body{
background: url(./images/1.png);
background-size: cover;
}
.nav{
width: 100%;
height: 40px;
background: rgba(255, 255, 255, 0.4);
border-bottom: 1px solid #ccc;
}
.navIn{
width: 100px;
height: 40px;
margin: 0 auto;
line-height: 40px;
}
.shadow{
width: 100px;
height: 100px;
background: transparent;
position: fixed;
left: 0;
top: 0;
display: none;
}
.menu{
width: 1000px;
height: