請查看圖像;所有的圖像有:
image{
border-left, border-top, border-bottom: 2 solid gray;
}
而且還image:last-child
有:
image:last-child{
border-right: 2 solid gray;
}
但它顯示了底邊框的滑動。
請幫我正確對齊。
請查看圖像;所有的圖像有:
image{
border-left, border-top, border-bottom: 2 solid gray;
}
而且還image:last-child
有:
image:last-child{
border-right: 2 solid gray;
}
但它顯示了底邊框的滑動。
請幫我正確對齊。
你試過
image { border: 2px solid grey; }
,而不必寫:last-child
財產
這樣的代碼是什麼時候出現的問題,所以我去:最後一個孩子 –
所有圖片必須是相同的高度,以保持邊界對齊
我認爲,最後一個圖像的大小比其他人小。 – ivp
我會更容易幫助我,你可以創建一個[mcve]。 – Picard