//head里面的内容,我是采用cdn引用的方式,因为项目太小

<head>

</head>

<div class="shipin">
<video >
</video>
</div>

 

//css

.shipin{
margin-top: 1.5625rem;
display: flex;
justify-content: center;
}

.shipin video{
width:100%;

height:100%;
object-fit: fillidth: 100% !


}

 

相关文章:

  • 2021-04-24
  • 2022-01-08
  • 2021-11-23
  • 2022-12-23
  • 2022-01-01
  • 2022-01-29
猜你喜欢
  • 2021-11-19
  • 2021-07-06
  • 2021-11-20
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案