| Server IP : 103.48.194.25 / Your IP : 216.73.217.33 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 8.2.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/nguyenlieumyphamgiasi.vn/public_html/site/views/html/ |
Upload File : |
<!--<h3 style="text-align:center;color:#0056A8">ĐỐI TÁC</h3>-->
<style type="text/css">
ul {
list-style: none outside none;
padding-left: 0;
margin: 0;
}
#partner {
overflow: hidden;
margin-bottom: 12px;
}
.content-slider ul {
height:80px !important;
}
.content-slider li {
color: #FFF;
width:200px;
background: #444;
padding:15px 0 !important;
border:1px solid #CCC;
}
.content-slider img {
margin: 0;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
padding-left: 0;
list-style: none outside none;
padding: 5px 0;
}
.lSSlideOuter .lSPager.lSpg {
display:none;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
padding-left: 0;
list-style: none outside none;
height: 90px !important;
}
</style>
<!--slide banner cho doi tac-->
<link href="<?=skin?>css/lightslider.css" rel="stylesheet" />
<script src="<?=skin?>js/lightslider.js"></script>
<div id="partner" class="row large-columns-5 medium-columns-3 small-columns-2">
<ul id="content-slider" class="content-slider">
<?php
$this->load->helper('common') ;
$banner_doitac = get_banner_doitac();
foreach ($banner_doitac as $rs) : ?>
<li><a href="<?=$rs->lb_url?>" title="<?=$rs->lb_title?>"><img src="<?=urlimg?>banner/<?=$rs->lb_image?>" alt="<?=$rs->lb_title?>" height="120px" /></a></li>
<? endforeach ;?>
</ul>
</div>
<script>
$(document).ready(function() {
$("#content-slider").lightSlider({
loop:true,
autoWidth:true,
keyPress:true,
item:5,
controls: false,
useCSS:false,
slideMargin: 15,
speed:500,
auto:true,
onSliderLoad: function() {
$('#image-gallery').removeClass('cS-hidden');
}
});
});
</script>