   /* 设置carousel的容器高度为视口的高度 */
   .carousel-item {
    height: 70vh;
    min-height: 70vh;
  }
  /* 设置carousel图片在容器中居中 */
  .carousel-item img {
    position: absolute;
  }

  a:link {
    color: white;
    text-decoration: none;
  }
