按钮飞线

暑假实验室学习的一个小知识,幽灵按钮

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<title>线条移动</title>
	</head>
	<style>
	    .contain{
	    	margin: 100px 0 0 200px;
	    	height: 500px;
	    	width: 500px;
	    	border: 2px solid #000;	  
	    	background-color: antiquewhite;   	
	    	position: relative;
	    	
	    }
	    .contain:hover ._right{width: 50px; right: 0px;}
	    .contain:hover ._bottom{height: 50px; bottom: 0px;}
	    .contain:hover ._left{width: 50px; left: 0px;}
	    .contain:hover ._top{height: 50px; top: 0px;}
	    
	    .contain span{position: absolute; background: #000; transition:all 0.6s}
	    .contain ._top{top:152px; left: 352px;height: 0; width: 2px;}
	    .contain ._bottom{bottom: 152px; right: 348px; height: 0; width: 2px;}
	    .contain ._left{top: 150px; left: 160px; width: 0; height: 2px;}
	    .contain ._right{bottom: 146px; right: 160px;  width: 0; height: 2px;}
	    
	    .contain img{
	    	border: 2px solid #000;
	    	margin: 150px;
	    }

	</style>
	<body>	 
		<div class="contain">	
			<span class="_top"></span>
			<span class="_right"></span>
			<span class="_bottom"></span>
			<span class="_left"></span>
			<img src="img/2.jpg/" alt="1">				
		</div>
		
	</body>
</html>


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值