效果:
代码:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content="always" name="referrer">
<meta name="theme-color" content="#2932e1">
<link rel="shortcut icon" href="https://www.baidu.com/favicon.ico" type="image/x-icon">
<title>测试</title>
<style data-vue-ssr-id="22cfed39:0">
html,
body {
height: 100%;
color: #222;
}
* {
margin: 0;
padding: 0;
}
.bg-wrapper {
position: absolute;
z-index: -1;
overflow: hidden;
width: 100%;
height: 1080px;
}
.bg-wrapper img {
position: absolute;
top: 0;
left: 50%;
z-index: 1;
height: 100%;
margin-left: -960px;
}
.navi-top-wrapper {
height: 48px;
margin-bottom: 34px;
color: rgba(255, 255, 255, 0.9);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body>
<div>
<div class="bg-wrapper">
<img src="./hot-bg-2.png">
</div>
<div class="navi-top-wrapper">
<a class="navi-item_2z3vU" href="http://www.baidu.com/" target="_blank">首页</a>
</div>
</div>
</body>
</html>