实现video手动轮播效果(swiper的用法)

头文件引用:

 <link href="~/hom/ProductInformation/css/swiper.min.css" rel="stylesheet" />

 <link href="~/hom/ProductInformation/css/my-swiper.css" rel="stylesheet" />

css:

    .prism-player video, .VD 
    
{ /*填满*/ object-fit: fill !important; width: 100% !important; height: 30rem; }   .swiper-containerVD
{      width: 100%;      height: 35rem;      text-align: center;   }

posted @ 2021-10-29 16:33  3939!  阅读(233)  评论(0编辑  收藏  举报