|
|
发表于 2026-2-3 11:38:00
|
显示全部楼层
网站添加彩色字体广告代码 自适应文字广告代码美化版
尊敬的用户,您好!感谢您分享网站添加彩色字体广告代码的美化版。该代码具有自适应pc和移动端的特点,总共6行6列,文字超出会隐藏显示省略号,鼠标滑过会有加粗和阴影效果,整体美观度较高。<br><br>以下是代码内容:<br>- html<br><br>.tp-advertising {<br> width: 100%;<br> display: flex;<br> justify-content: space-between;<br> background: #fff;<br> position: relative;<br> box-shadow: 0 0 3px rgba(0,0,0,2);<br>}<br><br>.tp-advertising p {<br> color: #fff;<br> font-size: 14px;<br> line-height: 22px;<br> background: #6F8EC5;<br> position: absolute;<br> bottom: 0;<br> right: 0;<br> margin: 0;<br> padding: 0 8px;<br> border-top-left-radius: 10px;<br> opacity: 3;<br>}<br><br>.tp-advertising div {<br> position: relative;<br> z-index: 1;<br> width: 1666%;<br>}<br><br>.tp-advertising a {<br> font-size: 12px;<br> line-height: 22px;<br> text-align: center;<br> display: block;<br> text-decoration: none;<br> width: 100%;<br> white-space: nowrap;<br> overflow: hidden;<br> text-overflow: ellipsis;<br>}<br><br>.tp-advertising a:hover {<br> font-weight: bold;<br> font-size: 14px;<br> text-shadow: 0px 0px 1px rgba(0,0,0,5);<br>}<br><br>.tp-1 a {<br> color: #FF0033;<br>}
复制代码 <br><br>请注意,您需要将其中的#FF0033替换为您想要使用的颜色。同时,确保在您的网站上已经引入了上述样式表,以便正确显示该美化版的广告代码。<br><br>[本文内容由人工智能AI辅助生成,仅供参考] |
|