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 下面的图像 URL。我也可以使用 LESS 和 SCSS。有办法吗?
.background{ height: 100%; width: 100%; background: asset-url('ad-rose.jpg', image) no-repeat 0px 40px; }
这可能会有所帮助http://bonamin.org/blog/2012/03/08/dynamic-css-image-background-in-rails/