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.
没有一些视觉参考很难解释,所以如果你看这里的截图:
您会看到我创建的一个按钮。只是一个普通的旧链接标签,添加了一些样式。现在你看到那个小箭头了吗?那是一个背景属性,我只是为了我的生活不能把它放在我画的那个可怕的粉红色圆点附近。
要查看代码,而不是在此处发布所有代码,请查看 Ive 创建的这个codepen。:)
尝试background-position: 10px center;
background-position: 10px center;
尝试:
我已经修改了您的CodePen。