|
@@ -250,3 +250,72 @@
|
|
|
.shadow_black_bak {
|
|
|
text-shadow: 1px 1px 2px #888, 0 0 0 #000;
|
|
|
}
|
|
|
+
|
|
|
+.shadow_white_bak {
|
|
|
+ text-shadow: 1px 1px 2px #FFF, 0 0 0 #000;
|
|
|
+}
|
|
|
+
|
|
|
+.alarm_wrapper {
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ margin-top:5px;
|
|
|
+ position:absolute; top:10px; left:70px; width:660px; z-index:1000; border: 0px solid #000; font-size:20px; font-weight:bold;
|
|
|
+}
|
|
|
+
|
|
|
+.alarm_warpper_table {
|
|
|
+ border:none; width:800px; height:58px; z-index: 1000; position:absolute; top:22px; left:560px; overflow: hidden;border-collapse: collapse;
|
|
|
+}
|
|
|
+
|
|
|
+.sub_wrapper_table {
|
|
|
+ border:none; width:730px; height:58px; z-index: 999; position:absolute; top:0px; left:35px; overflow: hidden; margin:0px; padding:0px; overflow: hidden;border-collapse: collapse;
|
|
|
+}
|
|
|
+
|
|
|
+.toplevel {
|
|
|
+ z-index:20000;
|
|
|
+}
|
|
|
+
|
|
|
+.x-item-disabled-new {
|
|
|
+ background: rgba(0,0,0,0);
|
|
|
+ color:#ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+.active_company {
|
|
|
+ border: 1px solid rgba(64,85,98,0.7); background: rgba(64,85,98,0.3);
|
|
|
+}
|
|
|
+
|
|
|
+.saerch_company_list {
|
|
|
+ width:300px;
|
|
|
+ z-index:1001;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+ position:absolute;top:80px; right:200px;
|
|
|
+}
|
|
|
+.bar5 {background: rgba(0,0,0,0.0);z-index:1001;position:absolute; top:50px;right:200px;color: rgba(255,255,255,0.3);}
|
|
|
+.bar5 input, .bar5 button {
|
|
|
+ background: transparent;
|
|
|
+}
|
|
|
+.bar5 input {
|
|
|
+ border: 2px solid #27c5ff;
|
|
|
+ border-radius:10px;
|
|
|
+ font-size: 14px;
|
|
|
+ width: 300px;
|
|
|
+ color: rgba(255,255,255,0.5);
|
|
|
+ height: 30px;
|
|
|
+ font-family:微软雅黑, Microsoft YaHei;
|
|
|
+}
|
|
|
+
|
|
|
+.bar input::-webkit-input-placeholder{
|
|
|
+ color:rgba(255,255,255,0.3);
|
|
|
+}
|
|
|
+
|
|
|
+.bar input::-moz-placeholder{
|
|
|
+ color:rgba(255,255,255,0.3);
|
|
|
+}
|
|
|
+
|
|
|
+.bar input:-moz-placeholder{
|
|
|
+ color:rgba(255,255,255,0.3);
|
|
|
+}
|
|
|
+
|
|
|
+.bar input:-ms-input-placeholder{
|
|
|
+ color:rgba(255,255,255,0.3);
|
|
|
+}
|
|
|
+
|