84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
就像简谱一样的那种。css上划线的那种,容易出现很多点或横线,并不适用
ringa_lee
需要加点的数字单独一个元素,然后用before或after伪元素实现。
<span>5</span> <style> span { position: relative; font-weight: 800; font-size: 6rem; } span::before { position: absolute; content: ''; top: -0.5rem; left: 50%; margin-left: -0.5rem; width: 1rem; height: 1rem; border-radius: 0.5rem; background-color: #000; } </style>
简单点的你就用图片,然后匹配显示,该不会出现兼容等问题
需要加点的数字单独一个元素,然后用before或after伪元素实现。
简单点的你就用图片,然后匹配显示,该不会出现兼容等问题