main.css 1.54 KB
html, body {
  width: 100%;
  height: 100%; }

.programing {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  background-color: #999; }

.record-title {
  width: 100%;
  height: 60px;
  background-image: -webkit-linear-gradient(left, #1FB6FF 0%, #62DCF5 100%);
  background-image: linear-gradient(to right, #1FB6FF 0%, #62DCF5 100%);
  position: absolute;
  top: 0;
  z-index: 9999; }

.record-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 280px; }
  .record-wrap #ideDir {
    width: 170px;
    height: 100%;
    padding-top: 24px;
    float: left;
    background-color: #FFF;
    overflow-y: scroll; }
    .record-wrap #ideDir .tree-header {
      text-indent: 14px; }
  .record-wrap #ideEditer {
    width: calc(100% - 170px);
    float: left;
    height: 100%;
    background-color: #00F; }
    .record-wrap #ideEditer #recordzone, .record-wrap #ideEditer #replayzone, .record-wrap #ideEditer .coding {
      height: 100%; }
  .record-wrap #folder {
    height: 100%; }
  .record-wrap .gxb-record {
    position: relative;
    height: 100%; }

.record-toolbox {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #23383f;
  z-index: 999; }
  .record-toolbox .console-wrap {
    width: 100%;
    background-color: #FFF;
    height: 240px;
    border-top: 1px solid #999d9e; }
    .record-toolbox .console-wrap #toolbar {
      width: 100%;
      height: 36px;
      background-color: #F0F3F5; }
  .record-toolbox .record-ctrl {
    height: 60px; }