/* 专门用来清除浏览器默认的css样式 */ body,p,ul { margin: 0; padding: 0; } ul li { list-style: none; } a { text-decoration: none; }