效果图

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<style>
body {
margin: 0;
}
#box {
width: 600px;
margin: 50px auto;
border: 1px solid blue;
}
#box header {
height: 50px;
line-height: 50px;
text-align: center;
color: #fff;
background-color: #17a;
padding: 0 10px;
}
#box header span {
cursor: pointer;
}
#box header span.fl {
float: left;
}
#box header span.fr {
float: right;
}
#box header div {
font-size: 30px;
}
#box table {
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
#box table th,
#box table td {
border-left