html, body { width: 100%; height: 100%; margin: 0; padding: 0; overflow-x: hidden; } .main { width: 100%; overflow: hidden; } .table-view { float: left; width: 40%; height: 100%; margin: 20px; } .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; padding: 0; text-align: center; } .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%; height: 400px; margin-left: 49%; } .charts-container { border-left: 1px solid #c3c3c3; } .charts-format fieldset { margin-bottom: 50px; padding-left: 20px; } .charts-format legend { padding-right: 10px; padding-left: 10px; } .format-item-container { padding: 20px; } .format-item-container label { display: block; margin: 10px 0; } .charts-format .data-item { padding: 2px 3px; border: 1px solid black; outline: none; } /* 图表类型 */ .charts-type { height: 300px; margin-top: 50px; } .scroll-view { overflow: hidden; border: 1px solid #c3c3c3; border-right: none; border-left: none; } .scroll-container { width: 100%; margin: 20px; overflow: hidden; } .scroll-bed { width: 10000px; _margin-top: 20px; -webkit-transition: margin-left 0.5s ease; -moz-transition: margin-left 0.5s ease; transition: margin-left 0.5s ease; } .view-box { display: inline-block; *display: inline; margin-right: 20px; overflow: hidden; line-height: 0; border: 2px solid white; cursor: pointer; *zoom: 1; } .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; margin-right: 30px; color: black; line-height: 25px; text-decoration: none; border: 1px solid #c2ccd1; -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; }