main.css
2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
.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-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 .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;
}