Commit 89443eb6 by agan

提交

parent 29a34de8
Showing with 7 additions and 2 deletions
...@@ -72,15 +72,20 @@ body { ...@@ -72,15 +72,20 @@ body {
.videoCon { .videoCon {
border-radius: 1rem; border-radius: 1rem;
overflow: hidden; overflow: hidden;
height: 99%; height: 100%;
margin: 0rem 0.2rem; margin: 0rem 0.2rem;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
} }
#video { #video {
height: 100%; height: 100%;
padding-top: 0.35rem; padding-top: 0.35rem;
margin-right: 0.1rem; margin-right: 0.1rem;
z-index: 1;
} }
.mTitle { .mTitle {
......
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 sign in to comment