01文字屬性
p{
font-style: italic;
font-weight: bold;
font-size: 10px;
font-family:"楷體";
}
02字體屬性補(bǔ)充
p{
/*
被注釋掉的內(nèi)容
*/
/*font-family:"亂七八糟的字體", "微軟雅黑";*/
/*font-family: Arial, "微軟雅黑";*/
font-family:"Microsoft YaHei";
}
03-文字屬性的縮寫
p{
/*
font-style: italic;
font-weight: bold;
font-size: 10px;
font-family:"楷體";
*/
font:bold italic 10px "楷體";
}
04-文本屬性
p{
text-decoration: none;
text-align: left;
text-indent: 2em;
}
a{
text-decoration: none;
}
05-顏色屬性
p{
/*color: red;*/
/*color: rgb(255,0,0);*/
/*color: rgba(255,0,0,1);*/
color: #FF0000;
color: #F00;
/*color: rgba(255,0,0,0.2);*/
color: #ffee00;
color: #fe0;
color: #769abb;
}
var cpro_id = "u6292429";
聲明:本網(wǎng)頁內(nèi)容旨在傳播知識,若有侵權(quán)等問題請及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com