/單獨(dú)設(shè)置某一條邊框/
border-bottom:4px solid blue;
border-right:4px solid blue;
/如何設(shè)置點(diǎn)線的邊框/
border:4px dotted blue;
/如何設(shè)置虛線的邊框/
border:4px dashed blue;
/如何設(shè)置實(shí)線的邊框/
border:4px solid blue;
/單獨(dú)設(shè)置某一條邊框/
border-bottom:4px solid blue;
border-right:4px solid blue;
/如何設(shè)置點(diǎn)線的邊框/
border:4px dotted blue;
/如何設(shè)置虛線的邊框/
border:4px dashed blue;
/如何設(shè)置實(shí)線的邊框/
border:4px solid blue;