Commit cf334616 authored by mahui's avatar mahui

init

parent d86393b3
...@@ -899,7 +899,7 @@ ...@@ -899,7 +899,7 @@
left: 40px; left: 40px;
top: 70px; top: 70px;
display: flex; display: flex;
width: 720px; width: 640px;
z-index: 2; z-index: 2;
} }
.process-table{ .process-table{
...@@ -953,10 +953,8 @@ ...@@ -953,10 +953,8 @@
} }
.video{ .video{
position: absolute; position: absolute;
left: 20px; width: calc(100% - 40px);
right: 20px; height: calc(100% - 40px);
top: 20px;
bottom: 20px;
object-fit: fill; object-fit: fill;
z-index: 1; z-index: 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment