main.css 1.68 KB
.body{
    background-color: #EEF3F9;
}
// #countdown{
//     height: 100%;
//     width: 100%;
//     background-color: #999;
//     font-size: 48px;
//     text-align: center;
//     line-height: 100%;
//     position: absolute;
//     top: 0;
//     z-index: 999;
// }
.real-program-title{
    width: 100%;
    height: 70px;
    line-height: 70px;
    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-content{
    padding: 16px 16px;
    background-color: #E9EBF0;
}
.recording{
    background-color: #FFF;
    border: 1px solid #999;
}

.recording .play{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #A7BDCC;
    text-align: center;
    line-height: 40px;
    margin: 16px 32px;
    float: left;
}
.recording .play span{
    color: #6BD66B;
}

#replay .play-icon{
    padding: 0 12px;
}

.recording{
    line-height: 80px;
    border: none;
    border-bottom: 1px solid #ddd;
}
input[type="button"]{
    min-width: 6em;
    background-image: none;
    background-color: #1FB6FF;
    border: none;
    padding: 1em .8em;
    color: #fff;
    outline: none;
    line-height: 1.428571429;
}
input[disabled]{
    color: rgb(84, 84, 84);
    background-color: #a8b8bf;
}
audio,input[type="button"]{
    vertical-align: middle;
}
audio{
    margin-right: 1em;
    /*width: 190px;*/
}
.CodeMirror{
    border-right: 1px solid #ddd;
    width: 100%;
}
.CodeMirror:last-of-type{
    border-bottom: none;
}

.panel-body {

}
#save{
    padding: 10px 32px;
    background: #1fb6ff;
    color: #FFF;
}