last-child

last-child

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>Document</title>

<link rel="stylesheet" href="index.css">

</head>

<body>

<p>我是P1</p>

<p>我是P2</p>

<p>我是P3</p>

<p>我是P4</p>

<p>我是P5</p>

</body>

</html>

选择不了



P:last-child{

background-color: red;

}


正在回答

登陆购买课程后可参与讨论,去登陆

2回答

同学你好,last-child是选择某个元素的最后的子元素。使用last-child已经找到了最后的p标签了。如图所示:

http://img1.sycdn.imooc.com//climg/5d5ca0340001ef8301480121.jpg

注:同学想要注意一下大小写哦!代码如下:

/* p应该小写 */
p:last-child{
	background-color: red;
}

祝学习愉快!

  • 刘漳 提问者 #1
    我的运行环境有问题,我的页面自动在末尾加载了 JS
    2019-08-21 09:59:46
慕瓜0575216 2019-08-21 00:55:06

看了第一遍,还不太熟悉,不过就last-child的字面意思就是最后一个孩子,所以CSS应该改为body:last-child试试,因为最后一个P是body的最后一个孩子。

问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
PHP小白零基础入门
  • 参与学习           人
  • 提交作业       626    份
  • 解答问题       4930    个

想要学好Web后端开发的中流砥柱语言,本阶段为你轻松铺就扎实的基础,从前端网页布局的搭建到后台PHP开发,助你从零基础到掌握主流开发语言。

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师