摘要:
<img class="imglink" src="../images/u47.png" width="100px" height="100px" onclick="javascript:location.href='selfCenter.html'"> 阅读全文
摘要:
绝对定位居中,position:absolute;top: 0;right: 0;left: 0;bottom: 0;margin: auto;绝对定位居中2,要求已知定位元素的宽和高position:absolute; top: 50%;left: 50%;margin-top: -150px;m 阅读全文