欢迎光临
请一秒记住我们的网址:www.xinfangs.com !

分享一款好看的WordPress主题广告位源码

最近折腾一个网址导航的网站,想在首页弄几个广告位,自己想折腾一下,又没有时间
正好今天逛一为用户中心的时候,老现老六的网站有这么一个广告位源码,就拿来发一下留给自己用,

效果如下图:

代码:

复制复制
复制
  1. <!--图片广告区域开始-->
  2. <div style="background-color:#fff;box-shadow:0px 0px 10px #dedede;padding:5px;margin-top:5px;margin-bottom:5px;">
  3. <h3 class="fly-panel-title" style="border-bottom:1px dotted #e2e2e2;margin-bottom:10px;">
  4. 赞助商广告 <a style="float:right;color:#dedede;" href="https://www.ixgm.com/" target="_blank"
  5. onmouseover="this.style.color='#F00'" onmouseout="this.style.color='#dedede'">广告招商</a>
  6. </h3>
  7. <a class="adplan" data-id="15" style="display:block;width:100%;margin-bottom:10px;" rel="nofollow" target="_blank"
  8. href="https://www.ixgm.com/" title="广告联系q:1394406|过期时间:永久">
  9. <img src="https://www.xinfangs.com/pic/index/adwei.png"
  10. style="max-height:70px;width:100%;border-radius:4px;" width="644" height="70" title="" align=""
  11. /></a> <!--图片广告区域结束-->
  12. <!--顶部双排广告第二行-->
  13. <style>
  14. #nr {
  15. font-size: 20px;
  16. margin: 0;
  17. background: -webkit-linear-gradient(left,
  18. #ffffff,
  19. #ff0000 6.25%,
  20. #ff7d00 12.5%,
  21. #ffff00 18.75%,
  22. #00ff00 25%,
  23. #00ffff 31.25%,
  24. #0000ff 37.5%,
  25. #ff00ff 43.75%,
  26. #ffff00 50%,
  27. #ff0000 56.25%,
  28. #ff7d00 62.5%,
  29. #ffff00 68.75%,
  30. #00ff00 75%,
  31. #00ffff 81.25%,
  32. #0000ff 87.5%,
  33. #ff00ff 93.75%,
  34. #ffff00 100%);
  35. -webkit-background-clip: text;
  36. -webkit-text-fill-color: transparent;
  37. background-size: 200% 100%;
  38. animation: masked-animation 2s infinite linear;
  39. }
  40.  
  41. @keyframes masked-animation {
  42. 0% {
  43. background-position: 0 0;
  44. }
  45.  
  46. 100% {
  47. background-position: -100%, 0;
  48. }
  49. }
  50. </style>
  51. <div
  52. style="background-color:#333;border-radius:25px;box-shadow:0px 0px 5px #f200ff;padding:5px;margin-top:10px;margin-bottom:0px;">
  53. <marquee>
  54. <b id="nr">公告:欢迎来到新方式博客-专注分享科技前沿资讯,体验极致生活的博客!</b> </marquee>
  55. </div>
  56. <!--顶部双排广告第二行-->
  57. <style>
  58. .txtguanggao {
  59. width: 100%;
  60. overflow: hidden;
  61. display: block;
  62. box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
  63. }
  64.  
  65. .txtguanggao a {
  66. width: 24.5%;
  67. float: left;
  68. border-radius: 2px;
  69. line-height: 35.35px;
  70. height: 35.35px;
  71. text-align: center;
  72. font-size: 14px;
  73. color: #fff;
  74. display: inline-block;
  75. background-color: rgb(255, 153, 159);
  76. margin: 2.5px;
  77. transition-duration: .3s;
  78. }
  79.  
  80. .txtguanggao a:nth-child(1) {
  81. background-color: #dc3545;
  82. }
  83.  
  84. .txtguanggao a:nth-child(2) {
  85. background-color: #007bff;
  86. }
  87.  
  88. .txtguanggao a:nth-child(3) {
  89. background-color: #28a745;
  90. }
  91.  
  92. .txtguanggao a:nth-child(4) {
  93. background-color: #ffc107;
  94. }
  95.  
  96. .txtguanggao a:nth-child(5) {
  97. background-color: #28a745;
  98. }
  99.  
  100. .txtguanggao a:nth-child(6) {
  101. background-color: #ffc107;
  102. }
  103.  
  104. .txtguanggao a:nth-child(7) {
  105. background-color: #dc3545;
  106. }
  107.  
  108. .txtguanggao a:nth-child(8) {
  109. background-color: #007bff;
  110. }
  111.  
  112. .txtguanggao a:hover {
  113. background: #FF2805;
  114. color: #FFF
  115. }
  116.  
  117. @media screen and (max-width: 1000px) {
  118. .txtguanggao a {
  119. width: 47.96%;
  120. float: left;
  121. border-radius: 2px;
  122. line-height: 35.35px;
  123. height: 35.35px;
  124. text-align: center;
  125. font-size: 14px;
  126. color: #fff;
  127. display: inline-block;
  128. background-color: rgb(255, 153, 159);
  129. margin: 2.5px;
  130. transition-duration: .3s;
  131. }
  132. }
  133. </style>
  134. <div class="txtguanggao">
  135. <a href="https://www.ixgm.com/" target="_blank" rel="nofollow"
  136. class="dh">文字广告火爆招租</a> <a href="https://www.ixgm.com/"
  137. target="_blank" rel="nofollow" class="dh">文字广告火爆招租</a> <a
  138. href="https://www.ixgm.com/" target="_blank"
  139. rel="nofollow" class="dh">文字广告火爆招租</a> <a
  140. href="https://www.ixgm.com/" target="_blank"
  141. rel="nofollow" class="dh">文字广告火爆招租</a> <a
  142. href="https://www.ixgm.com/" target="_blank"
  143. rel="nofollow" class="dh">文字广告火爆招租</a> <a
  144. href="https://www.ixgm.com/" target="_blank"
  145. rel="nofollow" class="dh">文字广告火爆招租</a> <a
  146. href="https://www.ixgm.com/" target="_blank"
  147. rel="nofollow" class="dh">文字广告火爆招租</a> <a
  148. href="https://www.ixgm.com/" target="_blank"
  149. rel="nofollow" class="dh">文字广告火爆招租</a>
  150. </div>
  151. </div>
  152. <!--文字广告结束-->

转自:老六资源网

点击阅读余下全文
赞(0) 加关注
版权声明:本文采用知识共享 署名4.0国际许可协议 [BY-NC-SA] 进行授权
文章名称:分享一款好看的WordPress主题广告位源码
文章链接:https://www.xinfangs.com/1774.html
本站资源仅供个人学习交流,请于下载后24小时内删除,不允许用于商业用途,否则法律问题自行承担。

评论 抢沙发

评论前必须登录!

立即登录   注册

请一秒记住我们的网址:www.xinfangs.com !

去投稿去留言

扫码关注公众号

非常感谢,让我们一起创建更加美好的网络世界!

关注公众号

加微信

登录

找回密码

注册