-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
115 lines (101 loc) · 1.5 KB
/
index.css
File metadata and controls
115 lines (101 loc) · 1.5 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
115
html, body{ height:100%; text-align: center;}
td{ vertical-align: top;}
.room {
background-color: #696969;
height: 100%;
width: 100%;
display: block;
padding: 2%;
}
.room th img{
width: 10%;
}
.room tr{
height: 90%;
}
.room td{
height: 90%;
}
.windowtr{
height: 10%;
width: 100%;
}
.stack {
width: 60%;
height: 91%;
margin-left: 5%;
}
.obj {
width: 80%;
height: 13%;
margin: 0 auto;
}
.pcs {
list-style: none;
text-align: center;
}
.pcs li{
display: table-cell;
}
.pcs img{
width: 15%;
}
.pcs a img{
width: 15%;
}
.poster {
width: 5%;
line-height: 680%;
}
.poster a{
}
.poster a img{
transform: rotate(-90deg);
width: 5%;
}
.door {
width: 5%;
}
.door img{
transform: rotate(90deg);
width: 100%;
margin: 60% 0;
}
.furniture{
position: absolute;
overflow: hidden;
cursor: pointer;
transition-duration: 0.5s;
}
.furniture:hover{
transform: scale(1.4);
transition-duration: 0.5s;
}
#toppcs .furniture:hover{
transform: scale(1.4) rotate(180deg);
transition-duration: 0.5s;
}
.poster .furniture:hover{
transform: scale(1.4) rotate(-90deg);
transition-duration: 0.5s;
}
/* ----- 以下id ----- */
#desk {
background-color: #DDDDDD;
}
#toppcs img{
transform: rotate(180deg);
}
#printer {
display: inline-block;
}
#printer img{
width: 8%;
}
#pc img{
width: 2%;
padding-left: 2%;
padding-right: 2%;
margin-left: 3.2%;
z-index: 10;
}