媒体查询(media):设置PC端网页居中显示
@media screen and (min-width: 768px){
body{
background-color: #EAEAEA;
}
#fater{
width: 640px;
margin:auto;
position: relative;
background-color: #FFF;
box-shadow: 0 0 2px 1px #888888;
}
}