sgj
4 小时以前 3a5e49666af1da441633b0a9bae4c3c2b18974b3
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
/*
 * This file is part of Dorado 7.x (http://dorado7.bsdn.org).
 * 
 * Copyright (c) 2002-2012 BSTEK Corp. All rights reserved.
 * 
 * This file is dual-licensed under the AGPLv3 (http://www.gnu.org/licenses/agpl-3.0.html) 
 * and BSDN commercial (http://www.bsdn.org/licenses) licenses.
 * 
 * If you are unsure which license is appropriate for your use, please contact the sales department
 * at http://www.bstek.com/contact.
 */
.d-view {
  width: 100%;
  height: 100%;
  position: relative;
}
.d-container {
  margin: 0;
  overflow: hidden;
}
.d-floating {
  position: absolute !important;
  top: -99999px;
  left: -99999px;
}
.d-relative {
  position: relative;
}
.d-disabled {
  cursor: default !important;
}
.d-fix-text-align {
  text-align: left;
}
.d-exception-content {
  height: 64px;
  padding: 16px 32px 16px 112px;
  position: relative;
}
.d-exception-icon {
  position: absolute;
  top: 16px;
  left: 32px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 14px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 64px;
  color: #ed5565;
}
.d-exception-icon:before {
  content: "\f057";
}
.d-exception-text {
  position: relative;
}