当前位置:网站首页>:last-child 不生效解决
:last-child 不生效解决
2022-07-02 21:32:00 【小白目】
结构:
<div class="titleContent">
<div>导航点击栏</div>
<p>{
{ AthenaData.titleLabel }}</p>
<h1>牌力觉醒 等你来斗</h1>
<p>翻牌得门票,参赛赢好礼!</p>
<div class="ticketInfo">
我的入场券
<span>初赛:1</span>
<span>复赛:0</span>
<span>决赛:0</span>
<button>立即开斗</button>
</div>
</div>
想给 <p>翻牌得门票,参赛赢好礼!</p> 文字加粗:
样式:
p:last-child{
font-weight: 700;
}
发现不生效。
解决办法:
p:last-of-type{
font-weight: 700;
}
总结:
p:first-of-type :同级结构内首次出现的P元素(无须在结构第一位)
p:last-of-type :同级结构内最后出现的P元素(无须在结构倒数第一位)
p:first-child :父元素下的第一个P元素(必须在结构第一位)
p:last-child :父元素(body除外)下的最后一个P元素(必须在结构倒数第一位)
边栏推荐
- Codeworks global round 19 (CF 1637) a ~ e problem solution
- [Yu Yue education] reference materials of analog electronic technology of Nanjing Institute of information technology
- MySQL installation failed -gpg verification failed
- SQL必需掌握的100个重要知识点:使用游标
- Download vagrant box file locally from Atlas and configuring it
- Construction and maintenance of business websites [10]
- MySQL learning record (8)
- Construction and maintenance of business websites [6]
- How does esrally perform simple custom performance tests?
- China's crude oil heater market trend report, technological innovation and market forecast
猜你喜欢
[use of pointer and pointer and array]
Gee: (II) resampling the image
MySQL learning record (6)
[shutter] statefulwidget component (pageview component)
发现你看不到的物体!南开&武大&ETH提出用于伪装目标检测SINet,代码已开源!...
GEE:(二)对影像进行重采样
Unexpectedly, there are such sand sculpture code comments! I laughed
Etcd Raft 协议
[shutter] shutter layout component (wrap component | expanded component)
MySQL learning notes (Advanced)
随机推荐
China's Micro SD market trend report, technology dynamic innovation and market forecast
【剑指 Offer】57. 和为s的两个数字
PIP version update timeout - download using domestic image
如何访问kubernetes API?
Report on investment development and strategic recommendations of China's vibration isolator market, 2022-2027
Read a doctor, the kind that studies cows! Dr. enrollment of livestock technology group of Leuven University, milk quality monitoring
Research Report on ranking analysis and investment strategic planning of RFID market competitiveness of China's industrial manufacturing 2022-2028 Edition
Research Report on market supply and demand and strategy of China's Plastic Geogrid industry
Redis分布式锁故障,我忍不住想爆粗...
Research Report on market supply and demand and strategy of China's plastic pump industry
Find objects you can't see! Nankai & Wuhan University & eth proposed sinet for camouflage target detection, and the code has been open source
The web version of xshell supports FTP connection and SFTP connection
A specially designed loss is used to deal with data sets with unbalanced categories
China's log saw blade market trend report, technological innovation and market forecast
Research Report on market supply and demand and strategy of China's atomic spectrometer industry
Pip install whl file Error: Error: … Ce n'est pas une roue supportée sur cette plateforme
How to test the process of restoring backup files?
[dynamic planning] p1220: interval DP: turn off the street lights
[shutter] shutter layout component (wrap component | expanded component)
VictoriaMetrics 简介