diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php index a03ea25..168f987 100755 --- a/frontend/views/catalog/product.php +++ b/frontend/views/catalog/product.php @@ -306,10 +306,10 @@ ?> getImageUrl('banner'), 'banner_list'),Url::to(['event/sale','percent'=>$event->percent]),[ - 'style' =>"top:{$top}px;" + 'style' =>"top:-{$top}px;" ]); - $top = $top - 20; ?> + $top = $top - 30; ?> -- libgit2 0.21.4