.loveBox {
height:200px;
width:300px;
margin:100px auto;
text-align:center;
border-radius:10px;
box-shadow:0 0 20px 0 #FCC8C9
}
h2 {
height:80px;
line-height:80px;
margin-bottom:20px;
color:red
}
button {
height:50px;
width:100px;
}
会被打的。。