forked from nihui/ncnn-webassembly-yolov5
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.css
128 lines (116 loc) · 1.97 KB
/
index.css
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
116
117
118
119
120
121
122
123
124
125
126
127
128
html, body {
width: 100%;
height: 100%;
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wrapper {
width: 100%;
min-width: 500px;
justify-content: center;
}
.logo-wrapper {
margin: 0 auto 25px auto;
text-align: center;
}
.logo {
max-height: 90px;
}
.tags a {
display: inline-block;
border: 1px solid gray;
border-radius: 5px;
padding: 0 10px;
color: gray;
line-height: 24px;
font-size: 12px;
text-decoration: none;
margin: 0 1px;
margin-bottom: 1px;
}
.tags a:hover,
.tags a:active {
color: lightblue;
border-color: lightblue;
background-color: rgba(255, 255, 255, 0.4);
text-decoration: none;
}
.remind_box{
position: relative;
display: flex;
display: inline-block;
font-size: 32px;
}
.video_box{
position: relative;
width: 640px;
display: flex;
justify-content: center;
margin: 0 auto;
}
#canvas {
border-radius: 5px;
box-shadow: 0 0px 3px rgba(0,0,0,0.12), 0 1px 30px rgba(0,0,0,0.24);
}
#video {
border-radius: 5px;
box-shadow: 0 0px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
margin: 0 auto;
position:absolute;
top: 2px;
left: 2px;
width: 10%;
height: 10%;
display: flex;
justify-content: center;
overflow: hidden;
}
.clear{clear:both;}
.box_bottom{
position: relative;
width: 640px;
display: flex;
justify-content: center;
margin: 0 auto;
}
.tips{
position: absolute;
left:0px;
max-width: 600px;
margin: 0 auto;
font-size: 10px;
color:gray;
text-align:left;
}
.feedback {
position: absolute;
right: 38px;
top: 10px;
max-width: 38px;
margin: 0 auto;
text-align:right;
}
.intro {
max-width: 640px;
margin: 0 auto;
padding: 15px;
}
.intro summary {
cursor: pointer;
font-size: 28px;
color:gray;
font-weight: bold;
}
.footer {
display: flex;
justify-content: center;
align-items: center;
font-size: 10px;
text-align:center;
color: gray;
}
.footer img {
width: 60px;
height: 60px;
border-radius:10% 10% 10% 10%;
}