废话不都说,详情看代码
<!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>Document</title>
<script src="./js/vue.js"></script>
<style>
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
#app {
width: 888px;
background-color: #cabdbd;
margin: 0 auto;
}
h2 {
color: aliceblue;
}
.top {
height: 50px;
display: flex;
align-items: center;
background-color: #866668;
padding: 0 30px;
}
.entry {
height: 35px;
width: 300px;
border-radius: 40px;
padding-left: 10px;
margin-left: 400px;
border: #000 2px solid;
}
h3 {
padding-left: 30px;
margin: 10px 0;
}
.line {
height: 5px;
background-color: aliceblue;
}
.item {
padding: 15px 0 5px 0;
margin: 0