源代码如下所示:如要复制,记得换图哦!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>手风琴效果</title>
<style>
*{
margin: 0;
padding: 0;
list-style: none;
}
html, body{
height: 100%;
}
body{
background-image: url("img/10.jpg");
background-size: cover;
background-position: center center;
position: relative;
}
ul{
width: 800px;
height: 400px;
/* margin: 0 auto; */
/* 万能居中公式 */
background-color: pink;
position: absolute;
top: 50%;