* 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
+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>