p_detect.css
1.12 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
.content{
width :100%;
height :100%;
}
.win_top{
width :100%;
height :10%;
float:left;
}
#title{
width :68%;
height :10%;
float:left;
}
#title img{
height: 80px;
width : auto;
margin-left : 20px;
float:left;
}
#title img:hover{
opacity :0.6;
}
#date{
width:28%;
height :15%;
float:left;
vertical-align: middle;
}
p.float_left{
float:left;
}
.results{
width :98%;
height :85%;
position:absolute;
bottom:10px;
left:10px;
text-align: center;
float:left;
overflow-y:auto;
border : 2px solid #4e73df
}
#image{
float: left;
filter:blur(5px);
margin:5px;
}
#image:hover{
opacity: 0.8;
}
#detect{
border: 1px solid dimgray;
background-color: dimgray;
line-height: 1;
font-size: 17px;
width: 200px;
height :40px;
padding:10px 15px;
display: block;
box-sizing: border-box;
color: white;
font-weight: 100;
letter-spacing: 0.01em;
position: absolute;
top:4%;
right:5%;
z-index: 1;
margin-top: 10px;
}
#detect:hover{
background-color: white;
color: dimgray;
}