* Adjust new feature style.

This commit is contained in:
liyuchun
2021-09-14 14:25:56 +08:00
parent f60c06fd5c
commit 605ee502be
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
#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: 15px;}
#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;}
@@ -13,7 +13,7 @@
#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: 95px; bottom: 0; font-size: 12px;}
#featuresCarousel .carousel-inner .download-file {position: absolute; right: 110px; bottom: 0; font-size: 12px;}
#features [data-slide-to] {pointer-events: none;}
#features.enabled [data-slide-to] {pointer-events: auto;}
+1 -1
View File
@@ -21,7 +21,7 @@
<div class='carousel-inner'>
<?php foreach($features as $key => $feature): ?>
<div class='item <?php echo $key == 0 ? 'active' : '';?>' style='height: 400px'>
<div class='item <?php echo $key == 0 ? 'active' : '';?>' style='height: 395px'>
<?php if($feature == 'introduction'):?>
<div class='article-content text-center'>
<video src="<?php echo $lang->install->guideVideo;?>" height="320px" controls ="controls"></video>