0
A
回答
5
您需要將背景圖像添加到歪斜元素的子元素上,然後將相反歪斜應用於子元素。這裏有一個例子:
.parent {
height: 100px;
overflow: hidden;
transform: skew(0.5rad, 0);
width: 100px;
}
.child {
background: linear-gradient(to right, red 0%, blue 100%);
height: 100%;
transform: skew(-0.5rad, 0);
width: 100%;
}
<div class="parent">
<div class="child">
etc.
</div>
</div>
相關問題
- 1. IE10背景圖像失真和內容流動背景?
- 2. jCanvas - 背景圖像消失
- 3. Django背景圖像消失
- 4. Div背景圖像消失
- 5. 背景圖像消失
- 6. 背景圖像沒有真正響應
- 7. 背景大小屏幕沒有圖像失真
- 8. 在背景圖像背景圖像
- 9. 不同的背景圖像
- 10. 懸停的背景圖像消失
- 11. 在IE8中消失的背景圖像
- 12. 背景圖片上的背景圖像
- 13. 背景圖像
- 14. 背景圖像
- 15. 圖像背景
- 16. 圖像背景
- 17. 背景圖像
- 18. UIButton背景圖像不變
- 19. 不顯示背景圖像
- 20. 背景圖像不工作
- 21. 背景圖像不工作
- 22. 背景圖像不顯示
- 23. 背景圖像不顯示
- 24. 不顯示背景圖像
- 25. 背景圖像不工作
- 26. 背景圖像不會DIV
- 27. 不顯示背景圖像
- 28. 背景圖像不呈現
- 29. 背景圖像不衰減
- 30. 背景圖像不工作
你的意思是你只是想「非糧」的形象呢? – 2014-11-06 01:08:37