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.
我有一个图像用作分隔符,基本上是一个冒号 (:) 在页面上重复,但是我不想一直穿过我只希望它大约 80% 或大约 700px。是否有一些 CSS 来设置图像重复的距离?
将图像放在 700px 宽的 div 中并将背景图像 repeat-x 设置为 100% 怎么样?