底部文字遮挡问题
或者自行在header里面加上
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>固定导航条</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<style> body { padding-top: 70px;/*有顶部固定导航条时设置*/ padding-bottom: 70px;/*有底部固定导航条时设置*/ } </style></head>
因为没有CSS,按老师说的,是要留padding的,见此fiddler https://jsfiddle.net/syveen/wkvkhaxc/1/
运行同学代码,在浏览器的窗口中打开