jade使用bootstrap出现问题
出现的问题如图
页头部分发生的位移
.row 有margin:-15
涉及代码如下
//layout.jade
doctype
html
head
meta(charset="utf-8")
title #{title}
include ./includes/head
body
include ./includes/header
block content
//head.jade
link(href="/bootstrap/dist/css/bootstrap.min.css",rel="stylesheet")
script(src="/jquery/dist/jquery.min.js")
script(src="/bootstrap/dist/js/bootstrap.min.js")
//header.jade
.contanter
.row
.page-header
h1 #{title}
small 爱电影
我不清楚是bootstrap的问题还是jade语法出了错。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://stackoverflow.com/questions/23153497/bootstrap-row-class-contains-margin-left-and-margin-right-which-creates-problems
你的container拼错了,开始还以为是bootstrap与nodejs不兼容