# 文本样式 p{ text-indent: 20px; # 首行缩进 line-height: 30px; # 一行高度 color:blue; # 字体颜色 text-align:center; # 文字居中 text-align:left; # 文字靠左 text-align:right; # 靠右 text-decoration:none; # 消除划线 text-decoration:underline; # 添加下线 text-decoration:overline; # 添加上线 text-decoration:underline overline; 上下添加 text-shadow: 5px 5px 5px #ff0000; # ↑水平 ↑垂直 ↑模糊 ↑颜色 距离 }