酒店预订平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

carousel.less 268 B

3 年前
123456789101112131415161718
  1. /*
  2. * Component: Carousel
  3. * -------------------
  4. */
  5. .carousel-control {
  6. &.left,
  7. &.right {
  8. background-image: none;
  9. }
  10. > .fa {
  11. font-size: 40px;
  12. position: absolute;
  13. top: 50%;
  14. z-index: 5;
  15. display: inline-block;
  16. margin-top: -20px;
  17. }
  18. }