.nav-wrap nav a{ position: absolute; width: 30px; height: 30px; background: #f44283; text-align: center; line-height: 30px; text-decoration: none; color: #fff; border-radius: 3px; text-shadow: 1px 1px 0px #000; transform: translate(-50%,-50%); }
position:absolute此处只做脱离文档流使用,或者在其他地方会去定义left和top这些值