xml级联式样式表CSS的使用

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

name{
	display:block;
	color:blue;
	font-family:Times,Arial,serif;
	font-style:normal;
	font-size:16pt;
	font-weight:bold;
}

tel{
	display:block;
	color:red;
	font-family:Times,Arial,serif;
	font-style:italic;
	font-size:16pt;
	font-weight:bold;
}