index.css
1.69 KB
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
@import url(./reset.css);
@import url(./element-ui.css);
@import url(./global.css);
.base-analysis {
width: 100%;
height: calc(100% - 148px)
}
/* 生成图片栏 */
.heatmap-img-div {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.inside-bg-box {
margin: 0 auto;
}
.inside-bg-box:after,
.inside-bg-box:before {
content: '';
display: table;
}
.inside-bg-box:after {
clear: both;
}
#addImage .el-dialog__footer {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
#addImage .el-dialog__body {
height: calc(100% - 45px)
}
#addImage .el-dialog__body .img-list-scrollbar {
height: calc(100% - 150px);
}
.personinfo-wrapper .el-form-item__content {
width: 330px !important;
}
.inside-bg-item {
float: left;
position: relative;
overflow: hidden;
margin-bottom: 10px;
}
/* .inside-bg-item:nth-child(2n) {
margin-left: 10px;
margin-right: 10px;
} */
.inside-bg-item+.inside-bg-item {
margin-left: 1%;
}
.inside-bg-item:nth-child(3n-2) {
margin-left: 0;
}
.area-img {
height: auto;
vertical-align: top;
width: 100%;
}
.floor_list {
position: absolute;
left: 20px;
top: 20px;
z-index: 2;
}
.floor_list li {
position: relative;
width: 100%;
color: #2674E9;
border: 1px solid #2674E9;
background-color: #fff;
padding: 5px 2px;
width: 100%;
text-align: center;
font-size: 14px;
cursor: pointer;
margin-bottom: 2px;
}
.floor_list li:hover {
background-color: #F5F7FA;
}
.floor_list li.active {
background-color: #2674E9;
color: #fff;
}
.floor_list li.all {
background-color: #2674E9;
color: #fff;
cursor: auto;
}