toolBox.css 1.68 KB
*{
    margin: 0;
    padding: 0;
}
.record-ctrl{
    height: 60px;
    width: 100%;
    z-index: 999;
    padding: 0 136px;
    background-color: #23383f;
    box-sizing: border-box;
}
.ctrl-wrap{
    float: left;
}
.tool-item{
    padding-top: 6px;
    cursor: pointer;
    float: left;
    display: none;
}
.tool-item img{
    width: 48px;
}
.recording-time{
    float: left;
    height: 60px;
    line-height: 60px;
    padding: 0 12px;
    color: #fff;
    font-size: 18px;
}
.recording-time:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: red;
    z-index: 99;
    margin: 2px 8px;
    border-radius: 50%;
}
.save-wrap{
    float: right;
    height: 60px;
    line-height: 60px;
}
.save-wrap input{
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    color: #FFF;
    cursor: pointer;
    margin-left: 12px;
}
.save-wrap .upload-stud, .save-wrap .upload-teach {
    // border: 1px solid #999;
}
.save-wrap #cancel {
    background-color: transparent;
    border: 1px solid #1FB6FF;
    color: #1FB6FF;
}

.upload-teach, .upload-stud{
    // background: -webkit-linear-gradient(left, #505151, #939494);
    // background: -moz-linear-gradient(left, #505151, #939494);
    background-color: rgba(255,255,255,0.2);
}
.recording-finish{
    background: -webkit-linear-gradient(left, #1FB6FF, #62DDF5);
    background: -moz-linear-gradient(left, #1FB6FF, #62DDF5);
}
.start-recording img{
    width: 50px !important;
}

.play-wrap{
    padding-left: 8px;
}


#audio-play{
    text-align: center;
    line-height: 54px;
    margin-left: 24px;
}
#audio-play img{
    width: 16px;
}