Files
ClassContent/历届学生/逯帅帅/项目开发/上课项目/美食App/css/tool/clear.css
2024-09-27 02:06:13 +08:00

15 lines
187 B
CSS

body,ul,li,h1,h2,h3,h4,h5,h6,p {
list-style: none;
margin: 0;
padding: 0;
font-size: 0;
}
a {
text-decoration: none;
}
input {
outline: none;
border: none;
}