释放双眼,带上耳机,听听看~!
在后台模块设置首页模块添加一个广告模块,接下来将下面的代码替换原来广告模块里面的默认代码。
<div class="section"> <div class="home-first"> <div class="container hide_sm"> <div class="col-1-4"> <div class="hf-widget hf-widget-1 hf-widget-software"> <h3 class="hf-widget-title"> <svg class="icon" aria-hidden="true"> <use xlink:href="#iconcloud"></use> </svg> <a>云产品</a> <span>云服务器等云产品推荐</span> </h3> <div class="hf-widget-content"> <div class="scroll-h"> <ul> <li> <a href="#" rel="external nofollow" target="_blank"> <i class="thumb " style="background-image:url(https://cdn.dcdn.com.cn/cdn/blog/img/01.png)"></i> <span>阿里云</span></a> </li> <li> <a href="#" target="_blank"> <i class="thumb " style="background-image:url(https://cdn.dcdn.com.cn/cdn/blog/img/02.png)"></i> <span>腾讯云</span></a> </li> <li> <a href="#" target="_blank"> <i class="thumb " style="background-image:url(https://cdn.dcdn.com.cn/cdn/blog/img/03.png)"></i> <span>企业云</span></a> </li> <li> <a href="#" target="_blank"> <i class="thumb " style="background-image:url(https://cdn.dcdn.com.cn/cdn/blog/img/04.png)"></i> <span>香港云</span></a> </li> </div> </div> </div> </div> <div class="col-1-4 sxweb"> <div class="hf-widget hf-widget-2"> <h3 class="hf-widget-title"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-calendar-1"></use> </svg> <a>热门栏目</a> <span>博客之家精品推荐</span></h3> <div class="hf-widget-content"> <div class="no-scroll hf-tags"> <a class="style_orange" href="https://www.xlsg.com.cn/fu-wu-qi-an-fang" target="_blank"> <span>服务器安全防护</span></a> <a class="" href="https://www.xlsg.com.cn/wang-zhan-an-fang" target="_blank"> <span>网站安全防护</span></a> <a class="" href="https://www.xlsg.com.cn/jing-pin-ppt" target="_blank"> <span>精品PPT模板</span></a> <a class="" href="https://www.xlsg.com.cn/wang-shang-yun-ying" target="_blank"> <span>网商运营</span></a> <a class="" href="https://www.xlsg.com.cn/dian-shang-yun-ying" target="_blank"> <span>电商运营</span></a> <a class="" href="https://www.xlsg.com.cn/dian-pu-yun-ying" target="_blank"> <span>店铺运营</span></a> <a class="" href="https://www.xlsg.com.cn/wang-dian-you-hua" target="_blank"> <span>网店优化</span></a> </div> </div> </div> </div> <div class="col-1-4 sxweb"> <div class="hf-widget hf-widget-1 hf-widget-hot-cats"> <h3 class="hf-widget-title"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-mathematics"></use> </svg> <a>网站SEO优化</a> <span>如何自学SEO优化</span></h3> <div class="hf-widget-content"> <div class="icon-b"> <ul> <li> <a href="https://www.xlsg.com.cn/seo" target="_blank"> <i class="thumb " style="background-image:url(https://cdn.dcdn.com.cn/cdn/blog/img/SEO-01.png)"></i> <span>SEO优化</span></a> </li> <li> <a href="https://www.xlsg.com.cn/seo-jiao-cheng" target="_blank"> <i class="thumb " style="background-image:url(https://cdn.dcdn.com.cn/cdn/blog/img/SEO-02.png)"></i> <span>SEO教程</span></a> </li> <li> <a href="https://www.xlsg.com.cn/seo-pei-xun" target="_blank"> <i class="thumb " style="background-image:url(https://cdn.dcdn.com.cn/cdn/blog/img/SEO-03.png)"></i> <span>SEO培训</span></a> </li> <li> <a href="https://www.xlsg.com.cn/seo-zi-xue" target="_blank"> <i class="thumb " style="background-image:url(https://cdn.dcdn.com.cn/cdn/blog/img/SEO-04.png)"></i> <span>SEO自学</span></a> </li> </ul> </div> </div> </div> </div> <div class="col-1-4 sxweb"> <div class="hf-widget hf-widget-4"> <h3 class="hf-widget-title"> <svg class="icon" aria-hidden="true"> <use xlink:href="#icon-flasks-1"></use> </svg> <a>博客推荐</a> <span>WordPress实用资源</span> </h3> <div class="hf-widget-content"> <div class="scroll-h"> <ul> <li> <h3> <a href="https://www.xlsg.com.cn/jian-zhan-jiao-cheng" target="_blank"> <i class="icon-time"></i> <span>WordPress教程</span> <em>博客教程</em></a> </h3> </li> <li> <h3> <a href="https://www.xlsg.com.cn/yuan-ma-cha-jian" target="_blank"> <i class="icon-time"></i> <span>WordPress插件</span> <em>汉化插件</em></a> </h3> </li> </ul> </div> </div> </div> </div> </div> </div> </div>
引入图片中的文字图标
<script src="//at.alicdn.com/t/font_1871849_t1cfhzqw04e.js"></script>
b2主题直接将该代码加在常规设置—综合设置里面的头部HTML标签框内即可。
然后就去B2子主题的style.css文件中加入下述CSS代码
.hide_sm{display: flex;} .container .col-1-4{float: left;box-sizing: border-box;margin-right: 7.3333px;width: 100%;} .container .col-1-4:last-child{margin-right: 0;} @media (min-width:768px){.container .col-1-4{width: 50%}} @media (min-width:1024px){.container .col-1-4{width: 25%}} @media (min-width:1024px){.ripro-dark .home-first{background: #232425;}} @media (min-width:768px){.home-first .h-images:after{display: none}} @media (min-width:768px){.home-first .h-images{display: box;display: -ms-flexbox;display: flex;width: 100%;justify-content: space-between}} @media (min-width:1024px){.home-first .h-images{width: 25%}} .home-first .h-images .item-tuwen{float: left;padding: 0 6.5px;width: 50%} @media (min-width:1024px){.home-first .h-images .item-tuwen{float: none}} @media (min-width:1024px){.home-first .h-images{display: block;box-sizing: border-box;padding: 0 7.3333px}.home-first .h-images .item-tuwen{padding: 0;width: auto}} .home-first .item-tuwen{margin-bottom: 15px} @media (min-width:768px){.home-first .item-tuwen{margin-bottom: 13px}} .home-first .item-tuwen a{position: relative;display: block;overflow: hidden;border-radius: 3px} .home-first .item-tuwen a .thumb{padding-top: 57%;transition: all .2s;transform-origin: center} .home-first .item-tuwen a strong{position: absolute;right: 0;bottom: 0;left: 0;z-index: 10;display: block;padding: .4em .8em .6em;background-image: linear-gradient(to bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,.6) 100%);background-repeat: repeat-x;box-shadow: 0 -7px 15px rgba(0,0,0,.2);color: #fff;letter-spacing: .5px;font-weight: 700;font-size: 9pt;line-height: 1.3} @media (min-width:768px){.home-first .item-tuwen a strong{letter-spacing: 1px;font-size: 14px;line-height: 1.4}} .home-first .hf-widget{box-sizing: border-box;padding: 14px 17px 0;border: 1px solid #f2f2f2;background: #fff;box-shadow: 0 34px 20px -24px rgba(220, 220, 220, 0.18);border-radius: 3px;} .ripro-dark .home-first .hf-widget{border: 1px solid #2b2b2b;background: #232425;box-shadow: 8px 8px 9pt #212121;} @media (min-width:768px){.home-first .hf-widget{overflow: hidden;height: 135px}} @media (min-width:1024px){.home-first .hf-widget{margin-bottom: 0}} .home-first .hf-widget [class*=" icon-"]:before,.home-first .hf-widget [class^=icon-]:before{margin: 0} .home-first .hf-widget .hf-widget-title{margin-bottom: 14px;padding: 0 0 10px;border-bottom: 1px solid #f2f2f2;color: #383838;letter-spacing: 1px;font-weight: 700;font-size: 15px;line-height: 20px;margin-bottom: 10px;} .ripro-dark .home-first .hf-widget .hf-widget-title{border-bottom: 1px solid #696969;} .ripro-dark .home-first .hf-widget .hf-widget-title a{color: #ccc;} .home-first .hf-widget .hf-widget-title>i{margin-right: 2px;color: #448aff;} .ripro-dark .home-first .hf-widget .hf-widget-title>i{margin-right: 2px;color: #ffa363} .home-first .hf-widget .hf-widget-title span{margin-left: 10px;color: #a7a7a7;font-weight: 400;font-size: 9pt;line-height: 20px} @media (min-width:1024px){.home-first .hf-widget .hf-widget-title span{display: none}} @media (min-width:1330px){.home-first .hf-widget .hf-widget-title span{display: inline}} .home-first .hf-widget .hf-widget-title .pages{float: right;padding-top: 2px} .home-first .hf-widget .hf-widget-title .pages .next,.home-first .hf-widget .hf-widget-title .pages .prev{float: left;margin: 0;padding: 0 2px;height: 1pc;border: 1px solid #eee;color: #ccc;font-size: 9px;line-height: 15px;cursor: pointer} .home-first .hf-widget .hf-widget-title .pages .next:hover,.home-first .hf-widget .hf-widget-title .pages .prev:hover{color: #448aff} .home-first .hf-widget .hf-widget-title .pages .prev{border-right: none} .home-first .hf-widget .hf-tags{margin-bottom: -10px} @media (min-width:768px){.home-first .hf-widget .hf-tags{overflow: hidden;height: 4pc}} .home-first .hf-widget .hf-tags a{display: inline-block;margin: 0 5px 10px;padding: 0 5px;height: 22px;border-radius: 2px;background: #f9f9f9;color: #888;white-space: nowrap;font-size: 9pt;line-height: 22px;word-break: break-all} .home-first .hf-widget .hf-tags a.style_orange,.home-first .hf-widget .hf-tags a:hover{background: #448aff;color: #fff;} .ripro-dark .home-first .hf-widget .hf-tags a{background: #2c2e2f;} .home-first .hf-widget-4 .hf-widget-content{color: #888;font-size: 14px} .home-first .hf-widget-4 .hf-widget-content a{color: #888} .home-first .hf-widget-4 .hf-widget-content a:hover{color: #448aff;} .home-first .hf-widget-4 .hf-widget-content h3{overflow: hidden;height: 22px;font-weight: 400;font-size: 13px;line-height: 22px;margin: 0 0 10px;} .home-first .hf-widget-4 .hf-widget-content em{float: right;padding: 0 5px;height: 22px;border-radius: 2px;background: #fff5ef;color: #ff5c00;font-style: normal;font-size: 9pt;line-height: 22px} .home-first .hf-widget-4 .hf-widget-content ul li{margin-bottom: 5px} .home-first .hf-widget-4 .hf-widget-content ul li:last-child{margin-bottom: 0} .home-first .hf-widget-1 .hf-widget-content a{color: #888} .ripro-dark .home-first .hf-widget-1 .hf-widget-content a{color: #ccc} .home-first .hf-widget-1 .hf-widget-content a:hover{color: #69a1ff;} .home-first .hf-widget-1 .hf-widget-content li{float: left;box-sizing: border-box;padding: 0 10px;width: 25%;text-align: center;font-size: 9pt} .home-first .hf-widget-1 .hf-widget-content li .thumb{margin: 0 auto 4px;padding-top: 36px;width: 36px} .home-first .hf-widget-1 .hf-widget-content li span{display: block; height: 16px; line-height: 16px; overflow: hidden;} .home-first .hf-widget-1 .hf-widget-content .scroll-h{margin: 0 -10px;} .home-first .scroll-h{position: relative;overflow: hidden;height: 56px;} .home-first .scroll-h ul{list-style: none;position: absolute;top: 0;left: 0;width: 100%;transition: all .2s; margin:0;padding-left:0;} .home-first .scroll-h ul:after,.home-first .scroll-h ul:before{clear: both;display: block;visibility: none;height: 0;content: "";line-height: 0} .home-first .scroll-h .holdon{position: absolute;top: 0;left: 100%} .home-first .scroll-h .holdon-prev{left: -100%} .home-first .hf-widget-hot-cats .hhicon{display: inline-block;margin-bottom: 5px;width: 36px;height: 36px;border-radius: 100%;background: #e8fbff;color: #448aff;text-align: center;font-size: 20px;line-height: 36px;} .ripro-dark .home-first .hf-widget-hot-cats .hhicon{background: #2c2e2f;color: #ffa363;} .home-first .hf-widget-hot-cats .scroll-h li a{display: block} .home-first .hf-widget-hot-cats .scroll-h li a:hover .hhicon{background: #448aff;color: #fff;} .home-first .thumb{position: relative;display: block;overflow: hidden;padding-top: 66.7%;width: 100%;height: 0;background-color: transparent;background-position: center;background-size: cover;background-repeat: no-repeat;transition: all .2s} .home-first i{font-weight: 300} @media screen and (max-width:720px){.home-first .hf-widget-1 .hf-widget-content .scroll-h,.home-first .hf-widget-content{margin: 1pc -10px}} @media (max-width: 768px){.sxweb {display:none;}} .icon-b i{ display: inline-block; margin-bottom: 5px; width: 36px; height: 36px; border-radius: 100%; background: #e8fbff; color: #448aff; text-align: center; font-size: 20px; line-height: 36px; } .icon-b i:hover{ background: #448aff; color: #fff; } /*b2主题隐藏右下角广告角标,其他模板可删除*/ .ads-box img{ width:138px; border-radius:0; } .ads-tips{ display:none; } .ad-Wrap { height:88px; margin:0 auto; margin-top:-20px; background-color: transparent; }