admin
2024-07-27 65aaf1c05bd06cefa82ebc40cc3e01cf4ac233c0
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
/*圆角*/
/*阴影*/
/*字体*/
/*动画属性*/
/*清楚浮动*/
.f-l {
  float: left;
}
.f-r {
  float: right;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/iconfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts//iconfont.svg#svgFontName') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.panel-default {
  border-color: #ebeaea;
}
.panel-default .panel-header {
  border-color: transparent;
  background-color: #fff;
  color: #555555;
}
.panel-header {
  border-bottom: solid 1px transparent;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: normal;
}
.layui-form-select dl dd.layui-this {
  background: #f2f2f2;
  color: #333;
}
.layui-btn-primary:hover {
  border-color: #00b5f9;
  color: #333;
}
.layui-tab-bar {
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 10;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background-color: #fff;
}
.layui-elem-quote {
  border-left: 5px solid #00b5f9;
}
/*清楚浮动*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
.layui-nav-no-bg {
  background: transparent;
  width: auto;
}
.layui-nav-no-bg.layui-nav-tree .layui-nav-item a:hover {
  background-color: transparent;
  color: #00b5f9;
}
.layui-nav-no-bg.layui-nav .layui-nav-item a {
  color: #333;
}
.layui-nav-no-bg .layui-nav-itemed > a,
.layui-nav-no-bg .layui-nav-tree .layui-nav-title a,
.layui-nav-no-bg .layui-nav-tree .layui-nav-title a:hover {
  background: transparent!important;
  color: #333!important;
}
.layui-nav-no-bg.layui-nav-tree .layui-nav-child a {
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  color: #666;
}
.layui-nav-no-bg.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-no-bg.layui-nav-tree .layui-this,
.layui-nav-no-bg.layui-nav-tree .layui-this > a:hover {
  background-color: #fff;
  color: #00b5f9;
}
.layui-nav-no-bg.layui-nav-tree .layui-this > a {
  background-color: #fff;
  color: #00b5f9;
  border-left: 3px solid #00b5f9;
  margin-right: -20px;
}
.layui-nav-no-bg .layui-nav-bar {
  display: none;
}
.showSubBtn {
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-left: 5px;
}