更改

跳到导航 跳到搜索
添加226字节 、 2023年10月29日 (日) 12:35
无编辑摘要
第94行: 第94行:  
   line-height: 1.3;
 
   line-height: 1.3;
 
   border-bottom: solid 3px orange;
 
   border-bottom: solid 3px orange;
   z-index: -2;
+
   z-index:-2;
 
}
 
}
    
h3:before {
 
h3:before {
 +
  position: absolute;
 
   content: '';
 
   content: '';
 +
  left: -2px;
 +
  top: -2px;
 +
  width: 0;
 +
  height: 0;
 +
  border: none;
 +
  border-left: solid 40px white;
 +
  border-bottom: solid 79px transparent;
 +
  z-index: -1;
 +
}
 +
 +
h3:after {
 
   position: absolute;
 
   position: absolute;
   left: 0;
+
   content: '';
   top: 0;
+
  right: -3px;
   width: 100%;
+
   top: -7px;
   height: 100%;
+
   width: 0;
   border: solid 3px orange; /* 与标题下方的边框样式一致 */
+
   height: 0;
 +
   border: none;
 +
  border-left: solid 40px transparent;
 +
  border-bottom: solid 79px white;
 
   z-index: -1;
 
   z-index: -1;
 
}
 
}
       

导航菜单