挂件头衔✨️靓标库🧚‍♂️名人堂🦄宝可梦🍎水果机🥊猜拳🏧黑市🏧银行💹抽奖
   🎁
返回列表 发布新帖
查看: 184|回复: 0

[代码技巧] 子比主题 – 自适应多样式广告位小工具

[复制链接]
社区贡献

331

主题

204

回帖

2万

积分

等级头衔
Icon组别 : 管理员
Icon等级 :

积分成就
   钻石 : 293 颗
   贡献 : 40842 点
   金币 : 24 枚
Icon在线时间 : 1696 小时
Icon注册时间 : 2024-11-22
Icon最后登录 : 2026-6-11

荣誉勋章

连续签到LV.1累计签到LV.3任务·年会员幸运抽奖·皇幸运抽奖·尊幸运抽奖·豪起源之星摩羯座推广LV.2钻石LV.1注册一周年

总共送礼:1 个    总共收礼:0 个

实力·绝代收藏家

飞流名人堂成员 1 FLLTCN 实名认证 特邀大神 诚信商家 信誉担保 精华作者+ 官方团队 vip vip-year 发表于 2025-10-9 00:20:19 | 查看全部 |阅读模式 浙江金华

交易无需等待,成交就是现在,全面资源整合网络大咖云集,让你轻松玩转互联网!

您需要 登录 才可以下载或查看,没有账号?立即注册

×
这是一款子比主题自适应多样式的广告位小工具,我觉得这个小工具还是不错的,适配了手机端和电脑端,对于想卖广告位的站长非常的方便,话不多说直接开始!

tengfei_down (70).webp

代码部署


将下面的代码放到:WP后台–>>外观–>>小工具–>>自定义HTML即可!
  1. <style>
  2.     a{text-decoration:none}
  3.     .ad{background:#fff0;overflow:hidden;clear:both;border-radius:6px;}
  4.     .ad a{margin:2px;display:block;border-radius:3px;}
  5.     .ad img{max-width:100%;border-radius:8px;}
  6.     .ad li{float:left;width:50%;list-style:none;}
  7.     @media(max-width:999px) {
  8.     .ad{margin: 0 0 10px 0;}
  9.     .ad li{width:100%;}
  10.     }
  11.     .txtguanggao{
  12.         width: 100%;
  13.         overflow: hidden;
  14.         display: block;
  15.         margin-top: -1px;
  16.     }
  17.     .txtguanggao a{
  18.         width: calc((100% - 20px) / 4);
  19.         float: left;
  20.         border-radius: 2px;
  21.         line-height: 35.35px;
  22.         height: 35.35px;
  23.         text-align: center;
  24.         font-size: 14px;
  25.         color: #fff;
  26.         display: inline-block;
  27.         background-color: rgb(255, 153, 159);
  28.         margin: 2.5px;
  29.         transition-duration: .3s;
  30.     }
  31.     .txtguanggao a:nth-child(1) { background-color: #dc3545; }
  32.     .txtguanggao a:nth-child(2) { background-color: #007bff; }
  33.     .txtguanggao a:nth-child(3) { background-color: #28a745; }
  34.     .txtguanggao a:nth-child(4) { background-color: #ffc107; }
  35.     .txtguanggao a:nth-child(5) { background-color: #28a745; }
  36.     .txtguanggao a:nth-child(6) { background-color: #ffc107; }
  37.     .txtguanggao a:nth-child(7) { background-color: #dc3545; }
  38.     .txtguanggao a:nth-child(8) { background-color: #007bff; }
  39.     .txtguanggao a:hover { background:#FF2805; color:#FFF; }
  40.     @media screen and (max-width: 1000px) {
  41.     .txtguanggao a {
  42.         width: calc((100% - 10px) / 2);
  43.         float: left;
  44.         border-radius: 2px;
  45.         line-height: 35.35px;
  46.         height: 35.35px;
  47.         text-align: center;
  48.         font-size: 14px;
  49.         color: #fff;
  50.         display: inline-block;
  51.         background-color: rgb(255, 153, 159);
  52.         margin: 2.5px;
  53.         transition-duration: .3s;
  54.     }
  55.     }
  56.     @media screen and (min-width: 1000px) {
  57.     .txtguanggao a {
  58.         width: calc((100% - 20px) / 4);
  59.     }
  60.     }
  61.     </style>
  62.    
  63.     <div class="ad">
  64.     <!--·····顶部自适应图片广告开始·····-->
  65.     <a href="https://www.tfbkw.com" target="_blank" >
  66.     <picture>
  67.     <!--↓↓↓电脑设备尺寸:1500x141px↓↓↓-->
  68.     <source media="(min-width: 45em)" srcset="https://img.alicdn.com/imgextra/i1/2210123621994/O1CN01mzG05q1QbInS6gEow_!!2210123621994.png" width="100%">
  69.     <!--↓↓↓手机设备尺寸:900x268px↓↓↓-->
  70.     <source media="(min-width: 18em)" srcset="https://img.alicdn.com/imgextra/i1/2210123621994/O1CN01mzG05q1QbInS6gEow_!!2210123621994.png" width="100%">
  71.     <!--↓↓↓当图片无法加载时显示备用图片↓↓↓-->
  72.    
  73.    
  74.     </picture>
  75.     </a>
  76.     <!--·····顶部自适应图片广告结束·····-->
  77.    
  78.     <!--自适应文字广告-->
  79.     <li><a href="https://www.tfbkw.com/" target="_blank" style="line-height:60px;height:60px;color:#fff;background:#e73038;text-align:center;font-size:24px;">大文字广告位</a></li>
  80.     <li> <a href="https://www.tfbkw.com/"  target="_blank" style="line-height:60px;height:60px;color:#fff;background:#ff8100;text-align:center;font-size:24px;">大文字广告位</a></li>
  81.     </div>
  82.    
  83.     <!--底部小文字广告-->
  84.     <div class="txtguanggao">
  85.     <a href="https://www.tfbkw.com/" target="_blank" class="dh">超低价文字广告位</a>
  86.     <a href="https://www.tfbkw.com/" target="_blank" class="dh">超低价文字广告位</a>
  87.     <a href="https://www.tfbkw.com/" target="_blank" class="dh">超低价文字广告位</a>
  88.     <a href="https://www.tfbkw.com/" target="_blank" class="dh">超低价文字广告位</a>
  89.     <a href="https://www.tfbkw.com/" target="_blank" class="dh">超低价文字广告位</a>
  90.     <a href="https://www.tfbkw.com/" target="_blank" class="dh">超低价文字广告位</a>
  91.     <a href="https://www.tfbkw.com/" target="_blank" class="dh">超低价文字广告位</a>
  92.     <a href="https://www.tfbkw.com/" target="_blank" class="dh">超低价文字广告位</a>
  93.     </div>
复制代码

本帖被以下淘专辑推荐:

路虽远,行则将至;事虽难,做则必成。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

飞流广播+ 发布

系统消息:飞流安卓客户端APP已上线,请在QQ群(123129)群文件内获取下载。
02-21 02:22
01-24 12:40
站内通告

📢 六月份后均不在线,请悉知

提供资源交易、信息共享、靓号交流、技术变现、学习问答、兴趣娱乐等全面服务。

1.丰富功能系统,扩展社区特色玩法,打造最好的互联网聚集圈子。

2.准确信息真实交易,安全快捷又方便,让虚拟交易面对面。

3. 天上不会掉馅饼,话术骗术迷人心,切勿脱离平台线下交易,被骗与平台无关!

4. 欺诈骗钱,违规违法将视情受到警告&禁言&封号甚至检举至👮🏻‍♀️处理!

官方Q群:1003810038钉推群:BAYR2383 站长QQ:3388700000

飞流论坛(FLLT.CN),一个专注于资源信息发布、虚拟网络交易、技术学习与娱乐社交的交流平台。
  • 钉钉新帖推送群
  • 官方交流QQ群
  • 站长唯一微信号

💥客户端|🧿小黑屋|📴手机页|飞流网 |网站地图

GMT+8, 2026-6-12 06:57 , Processed in 0.074305 second(s), 84 queries, MemCached On , Gzip On.

飞流论坛 HanAnalytics icp

Copyright © 2024-2026 飞流网 版权所有 All Rights Reserved. X3.5

快速回复 返回顶部 返回列表