component.css
747 Bytes
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
.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;
}
.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%;
}