zentaopms/module/misc/css/features.css
2023-05-16 10:47:08 +08:00

23 lines
1.2 KiB
CSS

#features {padding: 10px 0;}
#features > header {text-align: center;}
#features > footer {text-align: center; padding-top: 18px; border-top: 1px solid #eee}
#featuresNav {display: inline-block; font-size: 15px; margin-bottom: 5px;}
#featuresNav > li > a {opacity: .5;}
#featuresNav > li > a:hover {opacity: 1;}
#featuresNav > li.active > a {background-color: transparent; font-weight: bold; opacity: .7;}
#featuresNav > li.active > a:hover {background-color: #f1f1f1; opacity: 1;}
#featuresCarousel {padding: 0 50px;}
#featuresCarousel .carousel-indicators {bottom: -10px;}
#featuresCarousel .carousel-indicators li {border-color: #d8d8d8; background-color: #d8d8d8; width: 12px; height: 12px;}
#featuresCarousel .carousel-indicators li + li {margin-left: 10px !important;}
#featuresCarousel .carousel-indicators .active {border-color: #73b1df; background-color: #73b1df; margin: 1px;}
#featuresCarousel .carousel-inner .download-file {position: absolute; right: 115px; bottom: 0; font-size: 12px;}
#features [data-slide-to] {pointer-events: none;}
#features.enabled [data-slide-to] {pointer-events: auto;}
#features .btn-close-modal {display: none;}
#features.is-last-item .btn-slide-next {display: none;}
#features.is-last-item .btn-close-modal {display: inline-block;}