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

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

.text-success {
  white-space: pre; }

.record-title {
  width: 100%;
  height: 36px;
  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: 99;
  padding-left: 28px; }

.record-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  padding-top: 36px;
  padding-bottom: 260px; }
  .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%; }
    .record-wrap #ideEditer #recordzone, .record-wrap #ideEditer #replayzone, .record-wrap #ideEditer .coding {
      height: 100%; }
  .record-wrap #folder {
    height: 100%;
    min-height: 300px; }
  .record-wrap .gxb-record {
    position: relative;
    height: 100%; }

.record-toolbox {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 999; }
  .record-toolbox .console-wrap {
    width: 100%;
    background-color: #FFF;
    height: 200px;
    border-top: 1px solid #999d9e; }
    .record-toolbox .console-wrap #toolbar {
      width: 100%;
      height: 36px;
      overflow: hidden;
      background-color: #e3e3e3; }
      .record-toolbox .console-wrap #toolbar .result-tabs {
        height: 30px;
        border-radius: 30px;
        background-color: #62DCF5;
        overflow: hidden;
        margin: 3px 16px;
        color: #fff; }
      .record-toolbox .console-wrap #toolbar .text {
        color: #fff; }
      .record-toolbox .console-wrap #toolbar .result-tabs > li.active > a, .record-toolbox .console-wrap #toolbar .result-tabs > li.active > a:hover, .record-toolbox .console-wrap #toolbar .result-tabs > li > a:hover, .record-toolbox .console-wrap #toolbar .result-tabs > li.active > a:focus {
        color: #1FB6FF;
        background-color: #fff;
        box-shadow: 0px 0px 2px 0px #B3E5FF;
        border: none; }
      .record-toolbox .console-wrap #toolbar .result-tabs > li > a, .record-toolbox .console-wrap #toolbar .result-tabs > li.active > a:hover {
        padding: 4px 36px;
        border: none;
        margin: 1px;
        border-radius: 15px;
        font-size: 14px;
        transition: all 0.1s ease; }
      .record-toolbox .console-wrap #toolbar .func {
        height: 36px;
        padding-top: 3px; }
  .record-toolbox #full-screen, .record-toolbox #back-screen {
    margin: 0;
    background-image: linear-gradient(90deg, #1FB6FF 0%, #62DCF5 100%);
    border-radius: 100px;
    padding: 6px 7px;
    margin: 0 16px;
    color: #fff; }
  .record-toolbox #resultoutput {
    height: 164px;
    overflow-y: scroll; }
  .record-toolbox .btn {
    border: none;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px; }
  .record-toolbox .compile-btn {
    background-image: -webkit-linear-gradient(left, #1FB6FF 0%, #62DCF5 100%);
    background-image: linear-gradient(to right, #1FB6FF 0%, #62DCF5 100%);
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important; }
  .record-toolbox .record-ctrl {
    height: 60px;
    width: 100%;
    z-index: 999;
    padding: 0 136px;
    background-color: #23383f; }
    .record-toolbox .record-ctrl .btn {
      padding: 0;
      height: 60px;
      float: left;
      line-height: 1; }
      .record-toolbox .record-ctrl .btn i {
        font-size: 48px;
        color: #fff; }
    .record-toolbox .record-ctrl .recording-time {
      float: left;
      z-index: 9;
      color: #FFF;
      font-size: 18px;
      height: 60px;
      line-height: 60px; }
    .record-toolbox .record-ctrl .recording-time:before {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      background-color: red;
      z-index: 99;
      margin: 2px 8px;
      border-radius: 50%; }

.pause-shodow {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }
  .pause-shodow .compile-loading {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999; }
  .pause-shodow .compile-reslut .btn {
    margin-right: 8px; }

.compile-reslut, .re-reslut {
  position: absolute;
  height: 200px;
  width: 400px;
  background-color: #FFF;
  top: 15%;
  left: 50%;
  transform: translate(-50%); }
  .compile-reslut .tip-header, .compile-reslut .tip-footer, .re-reslut .tip-header, .re-reslut .tip-footer {
    width: 100%;
    padding: 8px 8px;
    background-color: #F5F6FA; }
  .compile-reslut .tip-content, .re-reslut .tip-content {
    padding: 40px;
    line-height: 1.7; }
  .compile-reslut .tip-footer, .re-reslut .tip-footer {
    position: absolute;
    bottom: 0;
    text-align: right; }

.re-reslut {
  top: 40% !important;
  transform: translate(-50%, -50%) !important; }

#countdown {
  display: block;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute; }
  #countdown img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.upload-tip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999; }
  .upload-tip img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

#playFooter {
  height: 60px;
  width: 100%;
  z-index: 999;
  background-color: #23383f;
  padding: 10px 24px; }
  #playFooter #componentWrapper {
    width: 100%; }

.re-tips .btn-success, .pause-shodow .btn-success {
  background-color: #1FB6FF;
  border: none;
  box-shadow: 0 1px 5px; }

.re-tips .btn-danger, .pause-shodow .btn-danger {
  background-color: #FFFFFF;
  color: #6E787F;
  border: none;
  box-shadow: 0 1px 5px; }

.re-tips {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999; }

.contrl-shodow {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999; }

.play-code {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  margin-left: 48px; }

.play-code img {
  width: 100%; }

.confirm-tip {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999; }