好的,以后 注意
嗯嗯{:4_204:} 诗意 以后发文字可以稍微大一点吗?现在的字我视力不好看起来好吃力
发大电视机效果的视频代码:
<style>
.tvOuter { margin: 130px 0 10px calc(50% - 681px);
width: 1200px;
height: 720px;
border-radius: 3px;
background: rgba(0,0,0,.85);
box-shadow: 0px 0px 2px 14px #000;
position: relative;
}
.tvOuter::before, .tvOuter::after {
position: absolute;
content: '';
width: 60px;
height: 60px;
top: 100%;
left: 20%;
background: inherit;
clip-path: polygon(10% 100%,50% 0%,90% 100%,70% 100%,50% 30%,30% 100%);
}
.tvOuter::after { left: 80%;}
.tvInner {
position: absolute;
width: 100%;
height: 100%;
object-fit: fill;
}
</style>
<div class="tvOuter">
<video class="tvInner" src="视频链接" controls="controls" autoplay="autoplay" loop="loop"></video>
</div>
<br><br><br><br><br><br><br><br><br><br>
有志者事竟成。 不要气馁,孩子,开开心心活,美好是会向您招手的!
页:
[1]