📜  如何在引导程序 4 中制作全屏图像滑块 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:22.948000             🧑  作者: Mango

代码示例1
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}