recording1.css 9.76 KB
body {
  background-color: #E9EBF0;
  width: 100%;
  height: 100%; }

a {
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: none !important;
  cursor: pointer; }

.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%); }

.real-program-title {
  width: 100%;
  height: 54px;
  line-height: 54px;
  background-color: #FFF;
  padding: 0 16px; }
  .real-program-title .back {
    float: left; }
  .real-program-title .back .glyphicon-arrow-left,
  .real-program-title .back .glyphicon-arrow-left:before {
    color: #1FB6FF; }
  .real-program-title .save-wrap {
    float: right; }
    .real-program-title .save-wrap input {
      display: inline-block;
      width: 80px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      border-radius: 15px;
      color: #FFF;
      cursor: pointer; }
    .real-program-title .save-wrap .upload-teach, .real-program-title .save-wrap .upload-stud {
      background: -webkit-linear-gradient(left, #505151, #939494);
      background: -moz-linear-gradient(left, #505151, #939494); }
    .real-program-title .save-wrap .recording-finish {
      background: -webkit-linear-gradient(left, #1FB6FF, #62DDF5);
      background: -moz-linear-gradient(left, #1FB6FF, #62DDF5); }
    .real-program-title .save-wrap #cancel {
      background-color: #FFF;
      border: 1px solid #1FB6FF;
      color: #1FB6FF; }

.real-program-content .nav-tabs {
  border-bottom: none; }

.real-program-content .nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.428571429;
  border: none !important;
  background: transparent !important;
  height: 60px;
  line-height: 60px;
  padding: 0; }

.real-program-content .nav-tabs > li.active > a, .real-program-content .nav-tabs > li.active > a:hover, .real-program-content .nav-tabs > li.active > a:focus {
  color: #FFF; }

.real-program-content a {
  color: rgba(255, 255, 255, 0.5); }

.real-program-content p {
  margin: 0; }

.real-program-content .panel-body {
  padding: 0; }

.real-program-content .panel-default > .panel-heading {
  background-color: #F0F3F5;
  height: 60px;
  line-height: 36px; }

.real-program-content .panel-heading {
  padding: 12px 15px;
  border: none !important; }

.real-program-content #comprun {
  border-radius: 20px;
  padding: 6px 18px;
  color: #FFF;
  background: -webkit-linear-gradient(left, #1FB6FF, #62DDF5);
  background: -moz-linear-gradient(left, #1FB6FF, #62DDF5); }

.recording-wrap .recording-header {
  width: 100%;
  height: 60px;
  background: -webkit-linear-gradient(left, #1FB6FF, #62DDF5);
  background: -moz-linear-gradient(left, #1FB6FF, #62DDF5); }
  .recording-wrap .recording-header .line {
    width: 1px;
    height: 16px;
    background: #FFF;
    line-height: 60px;
    margin: 22px 12px; }
  .recording-wrap .recording-header .lang {
    background: #FFF;
    font-size: 16px;
    color: #1FB6FF;
    padding: 6px 24px;
    margin: 14px 16px;
    border-radius: 20px;
    border: none; }

.recording-ctrl-bar {
  position: fixed;
  bottom: 80px;
  width: 100%;
  height: 80px;
  background: #FFF;
  display: flex;
  display: inline-flex;
  z-index: 999;
  background-color: #000;
  padding: 0 136px; }
  .recording-ctrl-bar .btn {
    width: 80px;
    background-size: 70%;
    border: none; }
  .recording-ctrl-bar .recording {
    background: url("../img/recording.svg") no-repeat center; }
  .recording-ctrl-bar .new-recording {
    background: url("../img/new-recording.svg") no-repeat center; }
  .recording-ctrl-bar .recording-time {
    z-index: 9;
    color: #FFF;
    font-size: 18px;
    padding-right: 16px;
    line-height: 80px; }
  .recording-ctrl-bar .recording-time:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: red;
    z-index: 99;
    margin: 2px 8px;
    border-radius: 50%; }
  .recording-ctrl-bar .audio-view {
    width: 50%;
    height: 48px;
    margin: 16px 0;
    background-color: #979797; }

.recording-audio {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: #FFF;
  display: flex;
  display: inline-flex;
  z-index: 999;
  background-color: #3F474D;
  padding: 0 168px; }
  .recording-audio .audio-finish {
    width: 48px;
    height: 48px;
    border: 4px solid #FFF;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin: 16px 0;
    padding: 0;
    margin-left: 34px;
    background-color: #3f474d; }
  .recording-audio .stop {
    width: 18px;
    height: 18px;
    background: #FF6668;
    margin: 0 11px;
    display: block;
    border-radius: 4px; }
  .recording-audio .restart {
    width: 32px;
    height: 32px;
    background-color: #7FDE94;
    border-radius: 50%;
    margin: 4px;
    display: block; }
  .recording-audio .play-stop {
    width: 48px;
    height: 48px;
    background-color: rgba(71, 80, 89, 0.9);
    border-radius: 50%;
    cursor: pointer;
    margin: 16px 16px;
    position: relative;
    border: none; }
  .recording-audio .play-stop:before, .recording-audio .play-stop:after {
    content: '';
    display: block;
    width: 6px;
    height: 24px;
    background-color: #FFF;
    border-radius: 2px;
    position: absolute;
    top: 12px; }
  .recording-audio .play-stop:before {
    left: 16px; }
  .recording-audio .play-stop:after {
    left: 26px; }
  .recording-audio .audio-play, .recording-audio #playrecord {
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    margin: 16px 16px;
    border: none; }
  .recording-audio .audio-play:after, .recording-audio #playrecord:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 18px solid #FFFFFF;
    border-bottom: 10px solid transparent;
    margin: 14px 12px; }
  .recording-audio #playrecord {
    background-color: #7FDE94; }
  .recording-audio .replay-corder {
    width: 48px;
    height: 48px;
    background-color: #7FDE94;
    border-radius: 50%;
    cursor: pointer;
    margin: 16px 16px;
    border: none; }
  .recording-audio .replay-corder:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 18px solid #FFFFFF;
    border-bottom: 10px solid transparent;
    margin: 14px 12px; }
  .recording-audio .play-recorde {
    background-color: #F0F3F5; }
  .recording-audio .play-finish {
    background-color: #7FDE94; }
  .recording-audio .audio-title .title-time {
    height: 32px;
    line-height: 32px; }
  .recording-audio .audio-title .title-view {
    height: 48px;
    line-height: 40px; }
  .recording-audio .audio-info {
    padding: 11px; }
    .recording-audio .audio-info .info-time {
      height: 10px;
      width: 100%;
      background-color: #E9EBF0;
      border-radius: 5px; }
    .recording-audio .audio-info .info-time:after {
      content: '';
      display: block;
      height: 10px;
      width: 40%;
      background-color: #7FDE94;
      border-radius: 5px; }
    .recording-audio .audio-info .info-view {
      height: 38px;
      width: 100%;
      background-color: #F5F6FA;
      margin-top: 11px; }
  .recording-audio .recording-time {
    z-index: 9;
    color: red;
    font-size: 18px;
    padding-right: 16px;
    line-height: 80px; }
  .recording-audio .recording-time:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: red;
    z-index: 99;
    margin: 2px 8px;
    border-radius: 50%; }

#previewpanel #replay {
  color: #1FB6FF; }

#previewpanel #cmprun-tabs {
  background: -webkit-linear-gradient(left, #1FB6FF, #62DDF5);
  background: -moz-linear-gradient(left, #1FB6FF, #62DDF5); }
  #previewpanel #cmprun-tabs li {
    width: 25%;
    text-align: center; }

.record-before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  overflow: hidden;
  z-index: 9999; }
  .record-before .tip {
    width: 360px;
    height: 340px;
    background: url("../img/start.png") no-repeat;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .record-before .start-btn {
    width: 100px;
    height: 62px;
    background: url("../img/start-btn.png") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    cursor: pointer; }
  .record-before .error {
    width: 360px;
    height: 340px;
    background: url("../img/know.png") no-repeat;
    position: relative;
    margin: 16px auto;
    z-index: 999; }
  .record-before .error-btn {
    width: 100px;
    height: 62px;
    background: url("../img/know-btn.png") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    cursor: pointer; }
  .record-before #countdown {
    position: absolute;
    top: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 888; }

.play-bar {
  position: fixed;
  bottom: 80px;
  width: 100%;
  height: 48px;
  background: #FFF;
  display: flex;
  display: inline-flex;
  z-index: 999;
  background-color: #000000; }
  .play-bar #playrecord {
    margin-left: 24px; }

.player {
  padding: 0; }
  .player .col-xs-4, .player .col-sm-4, .player .col-md-4, .player .col-xs-8, .player .col-sm-8, .player .col-md-8 {
    padding: 0; }
  .player .col-md-4 {
    min-height: 480px; }

.audio-wrap {
  position: relative; }
  .audio-wrap .audio-disable {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    top: 0; }
  .audio-wrap .shadow {
    width: 30px;
    height: 79px;
    position: absolute;
    background-color: #3f474d;
    top: 0; }