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.
是否有任何技巧或可能性添加 css background-image:; 图片宽度和高度?
谢谢。
使用背景大小属性:
#your_div { background:url(your_image.png); background-size:80px 60px; background-repeat:no-repeat; }