当前位置: 首页 > 知识库问答 >
问题:

当用户单击outline时,用outline标记新帖子

巫马磊
2023-03-14

我正在开发一个博客,我想用红色边框突出新帖子。每个用户看不到的帖子都应该突出显示。当你点击帖子时,它应该会失去边框。实现这一目标的最佳方式是什么?

谢谢你的想法!

共有1个答案

阚英睿
2023-03-14

最简单的方法是为链接使用CSS伪类:

css lang-css prettyprint-override">a:link          { border: 1px solid red; }
a:visited       { border: none; }
<a href="https://stackoverflow.com/questions/70350030/">Topic</a>
 类似资料:
  • 描述 (Description) outline属性是一个简写属性,用于设置元素周围轮廓的宽度,颜色和样式。 可能的值 (Possible Values) 《outline-color》 - 属性outline-color的任何允许值。 《outline-style》 - 属性大纲样式的任何允许值。 《outline-width》 - 属性outline-width的任何允许值。 适用于 (App

  • An open, extensible, wiki for your team built using React and Node.js. Try out Outline using our hosted version at www.getoutline.com. This is the source code that runs Outline and all the associated

  • 描述 (Description) outline-width属性定义元素周围的轮廓宽度。 可能的值 (Possible Values) length - 任何长度单位。 此属性的长度单位可能不是负数。 thin - 比设置为medium的轮廓更薄的轮廓。 medium - 比设置为薄的轮廓更粗的轮廓,并且比设置为粗的轮廓更薄。 thick - 比设置为medium的轮廓更粗的轮廓。 适用于 (Ap

  • 描述 (Description) outline-color属性设置元素周围outline-color 。 可能的值 (Possible Values) color - 任何有效的颜色值。 invert - 轮廓执行绘制区域的颜色反转。 适用于 (Applies to) 所有HTML元素。 DOM语法 (DOM Syntax) object.style.outlineColor = "red";

  • Outline Client The Outline Client is a cross-platform VPN or proxy client for Windows, macOS, iOS, Android, and ChromeOS. The Outline Client is designed for use with the Outline Server software, but i

  • Outline Server This repository has all the code needed to create and manage Outline servers onDigitalOcean. An Outline server runs instances of Shadowsocks proxies andprovides an API used by the Outli