myClass { background: #f00 url(background.gif) no-repeat fixed 0 0; } /*類別選擇器*/ @media print{ /*在列印時,段落的字顏色顯示為黑色*/ p {color: black;} } ...
確定! 回上一頁