toolBox.css 1.15 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{
    width: 48px;
    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 18px;
    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;
}