這個問題只是在移動模式下,藍紫色線是從背景色。
鏈接到圖像
body {
background-color: blueviolet;
}
header,
main,
footer {
background-color: #fff;
}
h1,
h2,
p {
margin: 0;
padding: 0;
}
<header>
<h1>this is header</h1>
</header>
<main>
<h2>this is main</h2>
</main>
<footer>
<p>this is footer</p>
</footer>
只需添加到h1,h2,p margin-top:-1px;
上一篇vue 表格全部選中
下一篇vue 表情插件實例