更改

添加172字节 、 2024年9月14日 (星期六)
无编辑摘要
第164行: 第164行:     
h3, h4, h5, h6 {
 
h3, h4, h5, h6 {
     text-indent: 10px; line-height: 2;border-left: #ff9dae 6px solid;border-bottom: #ff9dae 2px solid;display: inline-block;
+
     text-indent: 10px; line-height: 2;border-left: #ff9dae 6px solid;
 +
}
 +
 
 +
h3::after, h4::after, h5::after, h6::after {
 +
  content: "";
 +
  display: block;
 +
  width: 100%; /* 使伪元素的宽度与文本内容匹配 */
 +
  border-bottom: #ff9dae 2px solid;
 +
  position: absolute;
 +
  bottom: 0;
 +
  left: 0;
 
}
 
}