一排三個(gè)框,各個(gè)框的間距是15px,距離外面的白框間距也是15px,這個(gè)css怎么寫?
qq_笑_17
2018-11-21 14:17:46
TA貢獻(xiàn)1789條經(jīng)驗(yàn) 獲得超8個(gè)贊
大框padding:15px;小框margin-right:15px;margin-bottom:15px;小框nth-child(3n)的margin-right:0;last-child,nth-last-child(2),nth-last-child(3)的margin-bottom:0;
舉報(bào)