p_loc.css
1.21 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
.all{
width :100%;
height :100%;
}
.top{
width :100%;
height :10%;
float:left;
}
.title{
width :70%;
height :10%;
float:left;
}
.title img{
height: 80px;
width : auto;
margin-left : 20px;
float:left;
}.title img:hover{
opacity:0.6;
}
.content{
width :100%;
height :90%;
}
p.float_left{
float:left;
}
#explanation{
width:35%;
height:27.5%;
position: absolute;
right: 2%;
bottom: 55%;
text-align: center;
}
#explanation h1{
margin-top:12%;
color:dimgray;
}
#map {
width:35%;
height:50%;
clear:both;
border:solid 1px #4e73df;
position: absolute;
right: 2%;
bottom: 3%;
}
#main{
width:58%;
height:78%;
border:solid 5px #4e73df;
position: absolute;
left: 2%;
bottom : 3%;
overflow-y:auto;
background-color: #7FB2F0;
}
.p{
width:295px;
height:295px;
float : left;
margin :1px;
background-color: #4e73df;
}
.p img{
width:100%;
height:100%;
object-fit:contain;
}
.ex{
width: 147.5px;
height:147.5px;
float : left;
margin :0.5px;
background-color: #4e73df;
}
.ex img{
width:100%;
height:100%;
object-fit:contain;
}