hr定位

css里写  

<style> 
	hr{
	   position:relative;
	   top: 500px;
     }
</style>

重要!!! hr不能绝对定位, 只能相对定位,所以 hr放的位置, 要是和他相对位置不变的地方

原文地址:https://www.cnblogs.com/wujixing/p/5867995.html