0
代碼片段演示我面臨的問題。當使用剪輯路徑:多邊形時,它會剪切圖像/ div但保持原始圖像大小。這意味着空間被冗餘佔用,因爲圖像已被切碎。我想讓我的div直接在.image-poly下面,那裏已經被截斷的圖像仍然存在,但沒有顯示。剪輯路徑多邊形 - 剪切圖像,但保持原始圖像大小
我希望這是有道理的傢伙,這把我難倒了大約30分鐘
.image-poly{
clip-path: polygon(0 0, 100% 0, 100% 63%, 0 40%);}
.text{
background-color:black;
color:white;}
<div class = "image-poly">
<img src = "http://www.qygjxz.com/data/out/193/3856596-random-image.png">
</div>
<div class = "text">
<p>ewfewfewfwefewfwefwef
ewfewfewfwefewfwefwef
ewfewfewfwefewfwefwef
ewfewfewfwefewfwefwef
ewfewfewfwefewfwefwef
</p>
</class>
你爲什麼不試試現在的位置是:相對的;爲您的文字並將其對齊,無論你想要的 –