不是解决了么??? <style type="text/css">
html,body{
height: 100%;
color: #FF0088;
font-family: sans-serif;
}
body{
background: url(H_0334.jpg) center center;
background-size: cover;
margin: 0;
padding: 0;
position: relative;
}
#container{
width: 100%;
text-align: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
h1{
font-size: 78px;
margin-bottom: 22px;
}
p{
font-size: 33px;
margin-bottom: 22px;
}
a{
font-size: 88px;
background: #33FFFF;
color: #999;
border: 1px solid #33FFF;
border-radius: 10px;
padding: 10px 66px;
text-decoration: none;
}
</style>
|