photo_main.css
936 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
57
58
59
60
61
62
.div_root{
width:100%;
height:100%;
margin:0px;
}
.div_top{
width:100%;
height:20%;
float:left;
}
.div_top img{
margin-left: 20px;
height:120px;
float:left;
}
.div_top img:hover{
opacity: 0.6;
}
.div_content{
width : 100%;
height: 80%;
float:left;
}
.div_con_block{
width:80%;
height:25%;
float:left;
margin-left: 50px;
}
.div_con_block p{
margin-left : 30px;
margin-top: -10px;
color : dimgray;
}
.div_con_block img{
padding :20px;
height : 100px;
}
.div_con_block img:hover{
opacity: 0.5;
}
.fa-chevron-left{
margin-top: 10px;
margin-left :5px;
margin-right : 5px;
color: dimgray;
}
.fa-chevron-left:hover{
opacity: 0.5;
}
.float_left{
float :left;
}
#image{
font-size: 15px;
height :30px;
width : 300px;
float: left;
margin:20px;
border: 1px solid dimgray;
background-color: dimgray;
}