北京经济技术开发区经开区虚拟城市项目-【前端】-移动端Web
少年
2024-03-13 5275d044d8e1d05ac2efc7cec935c5e28f6d832d
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
/*全局cesium样式*/
html,body,#app,#sdkContainer{
  width: 100%;
  height: 100%;
  position: absolute !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.cesium-viewer-bottom{
  display: none;
}
.cesium-widget-cesiumNavigationContainer{
  display: none !important;
}
.el-message-box{
  width: 66% !important;
}
.cesium-viewer-toolbar{
  display: none !important;
}
/*全局vue-layer样式*/
.vl-notify.vl-notify-main {
  min-width: 250px;
  max-width: 1500px;
  min-height: 100px;
  background-color: rgba(45,52,68,.8);
  border: 2px solid rgba(255,255,255,.0);
  box-shadow: 1px 1px 50px rgba(0,0,0,.0);
  border-radius: 20px;
  padding-bottom: 5px;
}
.vl-notify .vl-notify-content {
  min-height: 65px;
  padding: 5px;
}
.vl-notify.vl-notify-alert h2.vl-notice-title {
  border-radius: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 43px;
  line-height: 43px;
  background-color:rgba(45,52,68,.8);
  border-bottom: 2px solid rgba(45,52,68,.8);
  font-size: 16px;
  padding-left: 15px;
  cursor: move;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  margin: 0;
}
.vl-notice-title{
  color: white;
}
/*全局elementUI样式*/
.el-input__inner {
  -webkit-appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
}
.el-scrollbar {
  overflow: hidden;
  position: relative;
  /* background-color: rgba(45,52,68,.9); */
  background-color: #ffffff;
  color: #212e3e;
}
.el-scrollbar li{
  /* border:1px solid rgba(45,52,68,.9); */
  color: #212e3e;
 
  /* color: white; */
}
.el-scrollbar .hover{
  overflow: hidden;
  position: relative;
  background-color:  rgba(65,62,68,.9);
}
.el-table th, .el-table tr {
  background-color: rgba(45,52,68,.8);
  color:white;
}
.el-table, .el-table__expanded-cell {
  background-color: transparent;
}
.el-table--enable-row-hover .el-table__body tr:hover>td{
  background-color: #212e3e !important;
}
.el-table td, .el-table th.is-leaf {
  border-bottom: 1px solid rgba(65,62,68,.9);
}
.el-table::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px !important;
}
 
.layui-layer {
  /* width: 100% !important; */
  /* height: 226px !important; */
  bottom: 0px !important;
  left: 0px !important;
  top: unset !important;
}