左侧菜单收拉——模板

前言:做好模板随时用

<!DOCTYPE html>
<html lang="zh">
<head>
	<meta charset="UTF-8" />
	<title>Document</title>
	<style>
		body{  
    line-height:1.4;  
    color:#333;  
    font-family:arial;  
    font-size: 12px;  
}  
input,textarea,select{  
    font-size:100%;      
    font-family:inherit;  
}  
body,h1,h2,h3,h4,h5,h6,p,ul,ol,form{  
    margin:0;  
}  
h4,h5,h6{  
    font-size:1em;  
}  
ul,ol{  
    padding-left:0;   
    list-style-type:none;  
}  
img{border:0;}  
a{
	color: #5f5f5f;
}
a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

/*样式start*/
.box{
	border: 1px solid red;
	height: 300px;
}
.box1{
	position: relative;
	width: 200px;
	border:1px solid green;
	height: 200px;
	float: left;
}
.box1 .showorhide{
	
    display: inline-block;
    width: 14px;
    height: 25px;
    background: url(65.png)no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%,-50%);
    cursor: pointer;
}
.box2{
	background: cyan;
	margin-left: 210px;
}
.hide2{
	    margin-left: -201px;
}
.box2show{
	    margin-left: 20px;
}
	</style>
</head>
<body>
	<div class="box">
		<div class="box1">
			<ul>
				<li>导航</li>
				<li>导航</li>
				<li>导航</li>
				<li>导航</li>
				<li>导航</li>
				<li>导航</li>
				<li>导航</li>
				<li>导航</li>
				<li>导航</li>
				<li>导航</li>
			</ul>
			<div class="showorhide"></div>
		</div>
		<div class="box2">
			<div>内容</div>
			<div>内容</div>
			<div>内容</div>
			<div>内容</div>
		</div>
	</div>
	
	<script src="jquery-3.1.1.min.js"></script>
	<script>
		$(".box").on("click",".showorhide",function(e){
		  e.preventDefault(); 
		  $(".box1 ").toggleClass("hide2");
		  $(".box2").toggleClass("box2show");
		})
	</script>
</body>
</html>

效果:

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值