<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="./../jQuery.js"></script>
<style>
html,
body {
padding: 0;
margin: 0;
}
.container {
width: 100%;
height: 100%;
display: flex;
}
.container .zuo_bian {
width: 260px;
min-width: 260px;
height: 100%;
background-color: #334157;
}
.container .zuo_bian .logo {
width: 100%;
height: 100px;
/* border: 1px solid; */
}
.container .zuo_bian .content {
width: 100%;
height: 500px;
}
.container .zuo_bian .content .content_list {
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
}
.container .zuo_bian .content .content_list>li {
width: 100%;
height: 50px;
color: white;
font-size: 18px;
text-align: center;
line-height: 50px;
}
.container .zuo_bian .content .content_list>li:hover {
width: 100%;
height: 50px;
background-color: rgba(45, 46, 46, 0.2);
}
.container .you_bian {
flex: 1 1 auto;
display: flex;
flex-direction: column;
}
.container .you_bian .you_shangbian {
height: 60px;
border-left: 2px solid;
background-color: rgba(51, 65, 87);
}
.container .you_bian .you_shangbian .user {
float: right;
line-height: 60px;
margin-right: 15px;
color: white;
}
.container .you_bian .you_xiabian {
flex: 1 1 auto;
padding: 15px;
box-sizing: border-box;
}
.container .you_bian .you_xiabian .shouye {
width: 150px;
height: 50px;
}
.container .you_bian .you_xiabian .sousuo {
width: 100%;
height: 50px;
min-width: 800px;
line-height: 50px;
}
.jiaoshe,
.daima {
width: 200px;
height: 50px;
margin-left: 15px;
text-indent: 15px;
}
#shousuo,
#tianjia {
width: 70px;
height: 50px;
border: 0;
border-radius: 10px;
background-color: rgb(102, 177, 255);
margin-left: 15px;
}
.container .you_bian .you_xiabian .content {
width: 1200px;
height: 250px;
margin-top: 20px;
position: relative;
border: 1px solid;
overflow: hidden;
}
.container .you_bian .you_xiabian .content .tbody {
width: 1200px;
height: 250px;
}
.container .you_bian .you_xiabian .content .tbody .tbody_ul {
width: 100%;
height: auto;
display: flex;
padding: 0;
margin: 0;
}
.tbody_ul>li {
width: 200px;
height: 40px;
text-align: center;
list-style: none;
line-height: 40px;
border: 1px solid;
flex: 1 1 auto;
}
.tbody_ul>li:nth-child(1) {
width: 50px;
height: 40px;
flex: 0 0 none;
}
.container .you_bian .you_xiabian .content .tianjia_num,
.xiugai_num {
position: absolute;
left: 0;