*{
|
margin: 0;
|
}
|
#root {
|
|
}
|
body {
|
background-color: #2e4e7e;
|
width: 100%;
|
/*min-height: 1080px;*/
|
/*height: auto !important;*/
|
height: 1080px;
|
margin-bottom: 100px;
|
}
|
.header {
|
height: 8rem;
|
width: 100%;
|
background-color: #3F3F3F
|
}
|
.main {
|
width: 100%;
|
overflow: scroll;
|
background-color: #7a8191;
|
|
}
|
.kuai {
|
height: 100%;
|
width: 20%;
|
display: inline-block;
|
background-color: #2D93CA;
|
}
|
.zuo {
|
float: left;
|
}
|
.you {
|
float: right;
|
}
|
.th {
|
height: 6rem;
|
width: 100px;
|
border: 1px solid #000000;
|
}
|
.td {
|
height: 8rem;
|
width: 15rem;
|
border: 1px solid #000000;
|
}
|
|
|
|
.float {
|
left: 0;
|
top: 50px;
|
position: absolute;
|
width: 92%;
|
margin-left: 4%;
|
min-height: 300px;
|
height: auto !important;
|
height: 300px;
|
background-color: #FFFFFF;
|
}
|
.colors {
|
position: relative;
|
/*width: 100%;*/
|
background-color: #FFFFFF;
|
/*box-shadow: 0px 0px 20px #888888;*/
|
}
|