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.
如何在没有图像的情况下在这样的元素上制作阴影?
您可以使用 CSS3 box-shadow属性:
.my-box{ box-shadow: 0 0 4px #333333; }