width: fit-content;
font-size:20px; /*設置文字字號*/
color:red; /*設置文字顏色*/
font-weight:bold; /*設置字體加粗*/
border:1px solid red;/*添加邊框樣式(粗細爲1px, 顏色爲紅色的實線)*/字體
font-family:"宋體"; /*設置字體爲宋體*/flex
----------------------------------------------------------------------------------------spa
font-style:italic; /*文字排版--斜體*/
text-decoration:underline; /*文字排版--下劃線*/
text-decoration:line-through;/*文字排版--刪除線*/
text-indent:2em; /*段落排版--縮進*/
line-height:1.5em; /*段落排版--行間距(行高)*/
letter-spacing:50px; /*段落排版--中文字間距*/
word-spacing:50px; /*字母間距*/對象
text-align:center; right ; left ; /*段落排版--對齊*/ci
----------------------------------------------------------------------------------------it
display:inline-flex; /*將對象做爲內聯塊級彈性伸縮盒顯示*/
display:block; /*設置爲塊狀元素*/
display:inline; /*設置爲內聯元素*/io
display:inline-block; /*設置爲內聯塊狀元素*/樣式
-----------------------------------------------------------------------------------------margin
word-break:keep-all; /* 不換行 */
white-space:nowrap; /* 不換行 */
vertical-align:middle; /*把此元素放置在父元素的中部。*/top
-----------------------------------------------------------------------------------------
border-style(邊框樣式)常見樣式有: (border-color,border-width) 邊框相關設置
dashed(虛線)| dotted(點線)| solid(實線)。
border-bottom border-top border-right border-left 上下左右線單獨設置
-----------------------------------------------------------------------------------------
box-sizing: border-box; //當使用padding的時候不影響大小
padding-top padding-right padding-bottom padding-left
margin-top margin-right margin-bottom margin-left (margin:10px 10px 10px 10px; top、right、bottom、left)