Open hayeah opened 9 years ago
有几个问题。看了你的 css,感觉挺多地方的写法是搞不清楚状况,开始瞎调试了。
.section
<div id="intro-section" class="section intro"> <div class="overlay"> </div> <img class="react-logo" id="logo" src="img/react-logo.svg"/> <h1>Build Native Apps With React</h1> <div class="h-flex"> <a href="#native"> Native iOS </a> <a href="#touch"> Touch Handling </a> <a href="#async"> Asynchronous </a> <a href="#flex"> Flex & Styling </a> </div> </div> <!-- section -->
先修了这些问题,看看会不会比较好
有几个问题。看了你的 css,感觉挺多地方的写法是搞不清楚状况,开始瞎调试了。
.section
高度不应该写死为 1000px. 赋予 100% x 100%。所有父元素 (比如 #content)都需要 有 width 和 height 的设置,要不然不会生效。