|
@@ -500,7 +500,7 @@ $(function(){
|
|
function bannerFun(){
|
|
function bannerFun(){
|
|
let imgH = $('.carousel-inner div').eq(0).find('img').height();
|
|
let imgH = $('.carousel-inner div').eq(0).find('img').height();
|
|
$('.carousel-control').css({
|
|
$('.carousel-control').css({
|
|
- 'line-height':imgH+'px'
|
|
|
|
|
|
+ 'line-height':(imgH-4)+'px'
|
|
})
|
|
})
|
|
}
|
|
}
|
|
});
|
|
});
|