Former-commit-id: 89fa8e42f2e153e6c9b676d668779718714ac333 [formerly 89fa8e42f2e153e6c9b676d668779718714ac333 [formerly 89fa8e42f2e153e6c9b676d668779718714ac333 [formerly 89fa8e42f2e153e6c9b676d668779718714ac333 [formerly 955c03c4e108cbd8aa597fc947a9454e749d904f [formerly 5d8b1d73e78953d5f8e7fe4302764addfc2af0e8]]]]] Former-commit-id: 002ba25940eac6b1db5af8aa03a75ab43c3eccf3 Former-commit-id: 43f3ff50fc9a0d54bf21479e87da9b72b7fe20c3 Former-commit-id: 32ed9ae714fec2fdd3ba08fb40187e81e837edcb [formerly f34f58804fd798c1e271250f06f245b83f5e7c3e] Former-commit-id: 17640172e9d4f7b75dc2410e2faa6a93a90e09ac Former-commit-id: 521e6c1695e24e315d368d27db8f8232fbe30999 Former-commit-id: 3dd3d0a15ab7c64f29148a25fc8c4a0a5eb77497 Former-commit-id: 0753ae560b4ec27771a5b052f73a0a94436f9e0f Former-commit-id: 9a6f11a43fab5a79df9ab9527453c0f66ad7888d
165 lines
2.5 KiB
CSS
165 lines
2.5 KiB
CSS
html, body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.main {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.table-view {
|
|
height: 100%;
|
|
float: left;
|
|
margin: 20px;
|
|
width: 40%;
|
|
}
|
|
|
|
.table-view .table-container {
|
|
width: 100%;
|
|
margin-bottom: 50px;
|
|
overflow: scroll;
|
|
}
|
|
|
|
.table-view th {
|
|
padding: 5px 10px;
|
|
background-color: #F7F7F7;
|
|
}
|
|
|
|
.table-view td {
|
|
width: 50px;
|
|
text-align: center;
|
|
padding:0;
|
|
}
|
|
|
|
.table-container input {
|
|
width: 40px;
|
|
padding: 5px;
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
|
|
.table-view caption {
|
|
font-size: 18px;
|
|
text-align: left;
|
|
}
|
|
|
|
.charts-view {
|
|
/*margin-left: 49%!important;*/
|
|
width: 50%;
|
|
margin-left: 49%;
|
|
height: 400px;
|
|
}
|
|
|
|
.charts-container {
|
|
border-left: 1px solid #c3c3c3;
|
|
}
|
|
|
|
.charts-format fieldset {
|
|
padding-left: 20px;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.charts-format legend {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.format-item-container {
|
|
padding: 20px;
|
|
}
|
|
|
|
.format-item-container label {
|
|
display: block;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.charts-format .data-item {
|
|
border: 1px solid black;
|
|
outline: none;
|
|
padding: 2px 3px;
|
|
}
|
|
|
|
/* 图表类型 */
|
|
|
|
.charts-type {
|
|
margin-top: 50px;
|
|
height: 300px;
|
|
}
|
|
|
|
.scroll-view {
|
|
border: 1px solid #c3c3c3;
|
|
border-left: none;
|
|
border-right: none;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.scroll-container {
|
|
margin: 20px;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.scroll-bed {
|
|
width: 10000px;
|
|
_margin-top: 20px;
|
|
-webkit-transition: margin-left .5s ease;
|
|
-moz-transition: margin-left .5s ease;
|
|
transition: margin-left .5s ease;
|
|
}
|
|
|
|
.view-box {
|
|
display: inline-block;
|
|
*display: inline;
|
|
*zoom: 1;
|
|
margin-right: 20px;
|
|
border: 2px solid white;
|
|
line-height: 0;
|
|
overflow: hidden;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.view-box img {
|
|
border: 1px solid #cecece;
|
|
}
|
|
|
|
.view-box.selected {
|
|
border-color: #7274A7;
|
|
}
|
|
|
|
.button-container {
|
|
margin-bottom: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.button-container a {
|
|
display: inline-block;
|
|
width: 100px;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
border: 1px solid #c2ccd1;
|
|
margin-right: 30px;
|
|
text-decoration: none;
|
|
color: black;
|
|
-webkit-border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.button-container a:HOVER {
|
|
background: #fcfcfc;
|
|
}
|
|
|
|
.button-container a:ACTIVE {
|
|
border-top-color: #c2ccd1;
|
|
box-shadow:inset 0 5px 4px -4px rgba(49, 49, 64, 0.1);
|
|
}
|
|
|
|
.edui-charts-not-data {
|
|
height: 100px;
|
|
line-height: 100px;
|
|
text-align: center;
|
|
} |