|
|
#papa {
margin: 120px 0 0 calc(50% - 681px);
width: 1200px;
height: 675px;
background: #666 url('https://pic.imgdb.cn/item/6378cea216f2c2beb16057e1.jpg') no-repeat center/cover;
box-shadow: 3px 3px 20px #000;
position: relative;
overflow:hidden;
}
@keyframes sh { 20% { opacity: .1; } 40% { opacity: 1; transform: translate(20px,-310px);} 100% { opacity: .1;transform: translate(0px,-500px); }}
.vid { position: absolute; width: 115%; height: 675px; object-fit: cover; opacity: .5; clip-path: circle(90% at bottom) ;mix-blend-mode: screen;}
红色是加的,蓝色是改的,删除多余的。
|
|