| Server IP : 103.48.194.25 / Your IP : 216.73.216.74 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 : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/hocthongminh.net-bk/public_html/site/components/news/views/ |
Upload File : |
<style type="text/css">
.product {
border-left: 1px solid #CCC;
border-top: 1px solid #CCC;
/*margin: 10px 0;*/
}
.pitem {
padding:0 0 10px 0;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
min-height: 310px;
}
.pitem a .img {
width: 100% !important;
min-height: 220px;
position: relative;
}
.pitem a .img img:hover {
width:110% !important;
}
.pitem a .img .per {
background-image: linear-gradient(-90deg, #ec1f1f 0%, #ff9c00 100%);
border-radius: 10px;
padding: 1px 7px;
padding-left: 0;
padding-right: 10px;
height: 20px;
color: #fff;
font-weight: 600;
position: absolute;
left: 10px;
z-index: 1;
bottom: 10px;
font-size: 11px;
}
.pitem a .img .per:before {
content: ' ';
display: inline-block;
background: url(<?=skin?>images/flash.png);
background-size: 50% 50%;
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-position: center center;
background-color: #f13500;
border-radius: 50%;
vertical-align: middle;
position: relative;
top: -1px;
margin-right: 5px;
}
.pitem a h3 {
font-weight: bold;
text-align: center;
font-size: 12px;
}
.pitem a dd {
color: #f00;
text-align: center;
font-weight: bold;
font-size: 12px;
}
</style>
<div class="product row">
<? foreach ($list_product as $rs) :
$percent = $rs->price_old? get_checkout($rs->price_old,$rs->price) : '';
?>
<div class="pitem col-md-3 col-xs-6">
<a href="<?=site?>san-pham/<?=alias($rs->pro_name)?>-<?=$rs->proid?>.html" title="<?=$rs->pro_name?>">
<div class="img">
<img src="<?=urlimg?>products/800/<?=$rs->proimg?>" alt="<?=$rs->pro_name?>">
<?php if($percent){?><label class="per">Giảm <?=$percent?>% </label><? }?>
</div>
<h3><?=$rs->pro_name?></h3>
<dd><?=pricevn($rs->price)?></dd>
</a>
</div>
<? endforeach ;?>
</div>