【Ripro美化】:幻灯片banner上小图标特效

图片[1]-【Ripro美化】:幻灯片banner上小图标特效-七木云

[wm_blue]图片自己设计在/wp-content/themes/ripro/parts/home-mode/slider.php或/slider2.php中 找到轮播最大的div 在最大的div内 添加 以下代码:[/wm_blue]

<div class="banner-tip"><a href="https://www.***.com" class="jump" target="_blank"></a></div>

[wm_blue]将下面的css添加到div.css中[/wm_blue]

/*.toptu换成你自己的banner最大div的class*/
/*主题模板库 ZTMBK.COM*/
.toptu .banner-tip{
        position: relative;
    /* width: 1680px; */
    height: 63px;
    margin: 0 auto;
    float: right;
    z-index: 9;
}
/*.toptu换成你自己的banner最大div的class*/
.toptu .banner-tip a{
    display: block;
    position: absolute;
    margin-right: 118px;
    top: 0;
    right: 12px;
    width: 268px;
    height: 63px;
    background-image: url(//img.ztmbk.com/ztmbk/logo/commercial.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

 

温馨提示:本文最后更新于2020-03-29 14:17:04,某些文章具有时效性,若有错误或已失效,请在下方留言或联系站长
------本页内容已结束,喜欢请分享------

感谢您的来访,获取更多精彩文章请收藏本站。

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容