修改成下面即可:
.email { background:url(../images/email.jpg) no-repeat 10px 3px; height:45px; font-size:14px; line-height:45px; text-align:center; border-bottom:1px dashed #666666;}
你写的border格式不对。
你这样写要再加一个 border:1px #fff solid 加在上面
设置下边框为实线是这样写的
border-bottom:1px #CCCCCC solid;
你的语法有问题,多去看下人家怎么写的。
border-width + border-style + border-color = border
你写错了,,。。。。