text-decoration:underline; text-decoration:line-through;
是的,右上而下逐层执行下面那条覆盖前面的
不会有冲突,可以同时添加,写在一起应该是以下的样式
p{
text-decoration:underline line-through;
}