为了账号安全,请及时绑定邮箱和手机立即绑定

不知道为什么 CSS 选择器不起作用

不知道为什么 CSS 选择器不起作用

慕虎7371278 2021-07-14 16:02:38
我似乎无法在我的代码中找到问题。似乎 #fullpage 部分选择器由于某种原因不起作用。我确保我的所有部分都有一个固定的位置,但它仍然没有按预期工作。我的 HTML 和我的 CSS...    body {     margin:0;     padding:0;     font-family:verdana;    }        #fullpage {     height:100vh;    }        #fullpage section {     height:100vh;    }        #fullpage section h1 {     margin:0;     padding:0;     line-height:100vh;    }        #fullpage section:nth-child(1) {     background-color:red;    }        #fullpage section:nth-child(2) {     background-color:blue;    }        #fullpage section:nth-child(3) {     background-color:green;    }<!doctype html><html>    <head>      <meta charset="utf-8">      <link rel="stylesheet" href="fullpagecss.css">      <script src="https://cdnjs.cloudflare.com/ajax/libs/fastclick/1.0.6/fastclick.js">      </script>      <script src="http://code.jquery.com/jquery-3.4.1.js">      </script>      <script src="jquery.fullpage.js">      </script>    </head>        <body>      <div id="fullpage">        <section><h1>Section 1</h1></section>        <section><h1>Section 2</h1></section>        <section><h1>Section 3</h1></section>      </div>      <script type="text/javascript">        FastClick.attach(document.body);        $('#fullpage').fullpage();      </script>    </body></html>真的很困惑为什么它不起作用。
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 213 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信