<!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>qq炫舞</title>
<style>
* {
margin: 0;
padding: 0;
}
.wrap {
width: 100vw;
height: 100vh;
background-color: skyblue;
position: relative;
}
.wrap>p {
font-size: 30px;
}
.wrap>div {
width: 800px;
height: 120px;
border-radius: 60px;
background-color: rgba(255, 255, 255, .6);
color: #fff;
position: absolute;
bottom: 30px;
left: 50%;
margin-left: -400px;
disp