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.
我正在尝试更改 html 子元素的上下文。
<div class="outer-container"> <div class="main-content"> <img class="chid-element" /> </div> </div>
该main-content元素有 6 列宽,移动了 2。我希望它的子<img>元素从 .outer 容器的第二列跨越到第 11 列。
main-content
<img>
任何想法?谢谢。
你chid-element需要使用@include span-columns(10 of 8)和@include shift(-1)
chid-element
@include span-columns(10 of 8)
@include shift(-1)
http://codepen.io/anon/pen/LpQZgy