给页面加一个头像,最上一层+定位
<div style="position:fixed;z-index:9999;bottom:20%;right:10%;font-size: 17px;margin-top:50px;"> 
 <a  href="/info.php" ><img src="/defaultimg.jpg" style="width:50px;height:50px;border-radius:50%;"/></a> 
</div>
<div style="position:fixed;z-index:9999;bottom:20%;right:10%;font-size: 17px;margin-top:50px;"> 
 <a  href="/info.php" ><img src="/defaultimg.jpg" style="width:50px;height:50px;border-radius:50%;"/></a> 
</div>
