複数の背景を介して境界線を作成したいのですが、1 つの問題が見つかりました。背景の多くは互いに重なっているため、それぞれの背景に優先順位を付ける必要があります。
背景ごとに z-index を設定する css プロパティはありますか?
left-top-corner(z-index:2) top(repeat-x) right-top-corner(z-index:2)
left(repeat-y)
left-bottom-corner(z-index:2) bottom(repeat-x) right-bottom-corner(z-index:2)
そのように。
何かのようなもの:
background-z-index:2,1,2 .. etc.