DZ 修改 关联链接 下划线样式

冬月初五 2021-12-8 2847

把关联链接 蓝色实线的下划线改为蓝色虚线,鼠标经过时关联链接变为桔黄色

修改文件名称:template/default/common/module.css

.relatedlink, .relatedlink:hover { text-decoration: none !important; color: {TABLETEXT} !important; border-bottom: 1px solid blue; }

改为

 

.relatedlink { text-decoration: none !important; color: {TABLETEXT} !important; border-bottom: 1px dotted blue; }
.relatedlink:hover { text-decoration: none !important; color: #FF6600 !important; border-bottom: 1px dotted blue; }

 

如果是要去掉下划线,那就删掉 border-bottom: 1px dotted blue;

 


PS:

color: {TABLETEXT}
改为你想要的颜色即可


原文转自:
  版权归原作者所有,如需转载请注明原出处。

最新回复 (1)
    • 记录·WiKi
      3
        立即登录 立即注册 
返回
文章系网友原创或转载,目的在于传递更多信息,并不代表本站赞同其观点和对其真实性负责。如有侵权行为,请联系我们admin(a)jilu.wiki,我们会及时删除。