css 猫头鹰箭头导航
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 猫头鹰箭头导航相关的知识,希望对你有一定的参考价值。
(function ($) {
// jq need this line
//con
$('#content-slider').owlCarousel({
loop:true,
margin:10,
nav:true,
autoplay:true,
navText : ["<i class='fa fa-chevron-left'></i>","<i class='fa fa-chevron-right'></i>"],
autoplayTimeout:5000,
autoplayHoverPause:false,
responsive:{
0:{
items:1
},
600:{
items:1
},
1000:{
items:1,
}
}
});
//
})(jQuery);
/*owl arrow nav*/
.owl-carousel .item
{
height: 10rem;
background: #4DC7A0;
padding: 1rem;
}
.owl-prev, .owl-next {
position: absolute;
top: 40%;
margin-top: -50px;
text-align: center;
background-color: #fff;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.85;
}
.owl-prev:hover, .owl-next:hover {
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
}
.owl-next {
right: 0px;
}
.owl-controls {
text-align: center;
}
.owl-controls .owl-page {
display: inline-block;
}
.owl-theme .owl-nav [class*='owl-'] {
margin: 0px;
display: block!important;
}
.owl-prev i, .owl-next i{
padding: 10px
}
/*owl arrow nav*/
以上是关于css 猫头鹰箭头导航的主要内容,如果未能解决你的问题,请参考以下文章
css 猫头鹰箭头css
猫头鹰旋转木马导航不起作用
猫头鹰旋转木马检查项目计数做某事
猫头鹰旋转木马2 - 如何在幻灯片放映之外获得左箭头和右箭头?
css CSS使Envira灯箱导航箭头始终可见。
css 用Dashicons图标替换默认导航箭头。