我的伙计我有一个问题,我在一个页面上解决了,但它没有在另一个页面上修复...
有一个灰色的框出现在我试图摆脱的图像链接上。 它仍然显示在这里:
http://1aproductions.ots-internet3.net/work/?cat=dramas
它不再出现在这里:(在最近的三个项目底部)
http://1aproductions.ots-internet3.net
这是我使用的代码,它在主页上删除了它,但在其他页面上没有:
.pg-icon {
font-size: 30px;
line-height: 40px;
color: #252525;
display: none;
background-color:transparent ;
background: none ;
}
.pc-wrapper .icon-circle {
background-color:transparent ;
background: none ;
}
非常感谢任何帮助!
由于
答案 0 :(得分:0)
您的电视剧页面上没有电子书包装类,这就是为什么忽略 .pc-wrapper .icon-circle 中的代码。
你的其他页面似乎有一个共同的pg-items-wrapper类,所以这段代码将使它工作:
.pg-items-wrapper .icon-circle {
background-color:transparent ;
background: none ;
}