This commit is contained in:
liyuchun
2021-09-13 11:08:23 +08:00
parent dbd2bb5248
commit 4e3933ddad
2 changed files with 4 additions and 3 deletions

View File

@@ -10,8 +10,9 @@
#featuresCarousel {padding: 0 50px;}
#featuresCarousel .carousel-indicators {bottom: 0;}
#featuresCarousel .carousel-indicators li {border-color: #d8d8d8; background-color: #d8d8d8; width: 12px; height: 12px;}
#featuresCarousel .carousel-indicators li + li {margin-left: 10px;}
#featuresCarousel .carousel-indicators .active {border-color: #73b1df; background-color: #73b1df; }
#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;}
#features [data-slide-to] {pointer-events: none;}
#features.enabled [data-slide-to] {pointer-events: auto;}

View File

@@ -25,7 +25,7 @@
<video src="<?php echo $lang->install->guideVideo;?>" height="320px" controls ="controls"></video>
<div class='text-center' style='position:relative'>
<p><?php echo $lang->install->introduction;?></p>
<div style='position: absolute; right: 0; bottom: 0;'>
<div class='download-file'>
<a href='https://dl.cnezsoft.com/zentao/zentaoconcept.pdf' target='_blank'><?php echo $lang->misc->feature->downloadFile;?></a>
</div>
</div>