更改

跳到导航 跳到搜索
删除126字节 、 2024年9月14日 (星期六)
无编辑摘要
第164行: 第164行:     
h3, h4, h5, h6 {
 
h3, h4, h5, h6 {
    text-indent: 10px; line-height: 2;border-left: #ff9dae 6px solid;
+
  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;
 
   border-bottom: #ff9dae 2px solid;
   position: absolute;
+
   display: inline-block; /* 使边框与文字宽度匹配 */
  bottom: 0;
  −
  left: 0;
   
}
 
}
  

导航菜单