resource-edit-new.f679d79fe8170ad9e7b3.css
1.45 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
.main {
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.ivu-card-head p {
text-align: center;
}
.editor-container {
width: 500px;
height: 100%;
-ms-flex-negative: 0;
flex-shrink: 0;
border-right: 1px solid #e4e4e4;
overflow-x: hidden;
overflow-y: scroll;
}
.button-container {
width: 50%;
-ms-flex-positive: 1;
flex-grow: 1;
}
.button-container button {
margin: 10px;
}
.floor-item {
position: relative;
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
overflow: hidden;
}
.floor-image {
width: 100%;
}
.floor-image img {
width: 100%;
float: left;
}
.floor-item:hover .floor-mask {
display: block;
}
.floor-mask {
display: none;
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
left: 0;
top: 0;
z-index: 19;
}
.floor-mask .floor-edit-buttons {
position: absolute;
width: 100px;
right: 0;
top: 0;
z-index: 20;
}
.floor-mask .floor-edit-buttons a {
display: inline-block;
width: 40px;
box-sizing: border-box;
background-color: gray;
color: #fff;
margin: 0 5px;
float: left;
text-align: center;
}