一、鼠标点击切换栏目在切换
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<style>
ul {
list-style: none;
margin-bottom: 0;
}
ul li {
width: 100px;
height: 50px;
border: 1px solid gray;
background-color: lightgray;
display: inline-block;
line-height: 50px;
text-align: center;
font-family: "微软雅黑";
font-size: 18px;
}
.order_xxk>div {
width: 310px;
height: 200px;
border: 1px solid grey;
text-align: center;
line-height: 200px;
margin-left: 40px;
margin-top: 0px;
position: relative;
display: none;
}
.blue {
background: blue;
}
</style>
<div class="order_list">
<ul>
<li class="blue">时事</li>
<li>体育</li