Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要上面按钮的插入效果。“文本”取消似乎是按类型。我已经尝试了很多在线可用的示例,但它们没有白色背景示例。
帮助我获得这种效果。
提前致谢!!
使用该text-shadow属性,您应该能够获得您所追求的微妙效果:
text-shadow
text-shadow: 0 -1px 0 #888;
请参阅jsfiddle上的一个非常基本的示例。