课程/jQuery/前端开发
jQuery实现自定义滚动条
-
-
qq_浅夏忆_0
2017-08-31
- css-reset
-
0赞 · 0采集
-
-
标标哟
2017-03-11
- clearfix的代码和reset.css
-
0赞 · 0采集
-
-
zyhelix
2017-01-11
- html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
-
0赞 · 0采集
-
-
self_potato
2017-01-09
- reset.css的作用
-
截图
0赞 · 0采集
-
-
慕斯7036458
2016-11-29
- 33333
-
截图
0赞 · 0采集
-
-
Viavia
2016-11-09
- 重置样式的原因
-
截图
0赞 · 0采集
-
-
Viavia
2016-11-09
- 重置样式的原因
-
0赞 · 0采集
-
-
carol67351
2016-10-12
- 清除默认样式
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
margin: 0;
padding: 0;
}
body {
padding: 0;
margin: 0;
background: #fcfaee;
}
html,
body,
fieldset,
img,
iframe,
abbr {
border: 0;
}
li {
list-style: none;
}
textarea {
overflow: auto;
resize: none;
}
input {
outline: none;
}
a,
button {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
font-weight: normal;
font-style: normal;
}
a,
a:hover {
text-decoration: none;
}
-
0赞 · 0采集
-
-
Simple_Happiness
2016-07-12
- reset.css
-
截图
1赞 · 1采集