<style type="text/css"> /*字体*/ body{ font-family:"Microsoft Yahei"; /*或者用这个,font-family:"微软雅黑"*/ font-size:12px; /*字体大小(像素)*/ color:#654; /*颜色为:#665544,左边是简写*/ font-weight:bold; /*粗体*/ font-style:italic;/*斜体*/ text-decoration:underline;/*下划线*/ text-decoration:line-through;/*删除线*/ } p{ text-indent:2em;/*缩进*/ line-height:2em;/*行高*/ word-spacing:50px;/*单词间隔*/ letter-spacing:50px;/*字母或汉字间隔*/ } </style>
时间: 2024-10-22 01:17:16