地质所 沉降监测网建设项目
zmk
2024-05-15 9e3afc6d0fa514f986d3fea40fa23124e6fb5070
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
.CodeMirror-dialog {
  position: absolute;
  left: 0; right: 0;
  background: white;
  z-index: 15;
  padding: .1em .8em;
  overflow: hidden;
  color: #333;
}
 
.CodeMirror-dialog-top {
  border-bottom: 1px solid #eee;
  top: 0;
}
 
.CodeMirror-dialog-bottom {
  border-top: 1px solid #eee;
  bottom: 0;
}
 
.CodeMirror-dialog input {
  border: none;
  outline: none;
  background: transparent;
  width: 20em;
  color: inherit;
  font-family: monospace;
}
 
.CodeMirror-dialog button {
  font-size: 70%;
}