Files
ClassContent/历届学生/front-end-team-11/项目开发/上课项目/uniapp-tpl/assets/less/mixins/clear.less
2024-09-27 02:06:13 +08:00

36 lines
400 B
Plaintext

body,h1,h2,h3,h4,h5,h6,ul,li,p {
margin: 0;
padding: 0;
}
body {
/* font-size: 0; */
}
li {
list-style: none;
}
input {
border: none;
outline: none;
padding: 0;
flex: 1;
margin: 0 10px;
border-radius: 20px;
height: 32px;
}
a {
text-decoration: none;
color: #333;
}
::-webkit-scrollbar {
width: 0;
height: 0;
}
img {
width: 100%;
}