Commit b44146c4 by 王家齐

Upload New File 这个是重置的默认css样式 可以引用一下

parent 91561b33
body,div,li,ul,a,p,html{
body,div,li,ul,a,p,html{
margin: 0;
padding: 0;
font-family: "Microsoft Yahei";
}
li{
list-style: none;
}
a{
text-decoration: none;
/* display: block; */
}
/*这里还有问题!!*/
a:link{
color: #3cffb5;
}
a:visited{
color: white;
}
a::before{
color: white;
}
img{
border: none;
}
.clearfloat
{
zoom:1;
}
.clearfloat::after {
content: '.';
display: block;
height: 0px;
clear: both;
}
button{
height: 40px;
width: 160px;
font-size: 20px;
/* border: none; */
}
/* input::-ms-input-placeholder { /* Microsoft Edge */
/* color : #fff;
} */
/* input::-webkit-input-placeholder {
color : #fff;
} */
/* WebKit, Blink, Edge */
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment