/* 父容器需设置相对定位 */
.banner {
    position: relative;}
/* 箭头绝对定位 */
.arrow-prev, .arrow-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; /* 确保箭头在轮播内容之上:ml-citation{ref="5" data="citationlist"} */
    cursor: pointer;
    width: 20px;}
.arrow-prev { left: 15px;}
.arrow-next { right: 15px;}
/* 隐藏slick默认箭头 */
.slick-prev, .slick-next {
    display: none !important;:ml-citation{ref="6" data="citationList";}
}

/* 123 */
