main.css 2.44 KB
.body{
    background-color: #E9EBF0;
}
#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-title .save-wrap{
    float: right;
}
.real-program-title .save-wrap a{
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    color: #FFF;
    cursor: pointer;
}
.real-program-title #savecorde{
    background: #1FB6FF;
    background: -webkit-linear-gradient(left, #1FB6FF, #62DDF5);
    background: -moz-linear-gradient(left, #1FB6FF, #62DDF5);
}
.real-program-title #cancel{
    border: 1px solid #1FB6FF;
    color: #1FB6FF;
}
.real-program-content{
    padding: 16px 16px;
    background-color: #E9EBF0;
}
.recording{
    height: 80px;
    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{
    border: 1px solid #1FB6FF;
    height: 34px;
    line-height: 32px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
}
#replay .play-text{
    display: inline-block;
    padding: 0 12px;
    background-color: #1FB6FF  
}
#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;
    border-bottom: 4px solid #ddd;
}
.CodeMirror:last-of-type{
    border-bottom: none;
}

.panel-body {

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