更改

跳到导航 跳到搜索
添加111字节 、 2023年10月29日 (日) 12:33
无编辑摘要
第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;
 
}
 
}
   第100行: 第100行:  
   position: absolute;
 
   position: absolute;
 
   content: '';
 
   content: '';
   left: -2px;
+
   left: 0;
   top: -2px;
+
   top: 0;
   width: 0;
+
   width: 100%;
   height: 0;
+
   height: 100%;
 
   border: none;
 
   border: none;
 
   border-left: solid 40px white;
 
   border-left: solid 40px white;
第113行: 第113行:  
   position: absolute;
 
   position: absolute;
 
   content: '';
 
   content: '';
   right: -3px;
+
   right: 0;
   top: -7px;
+
   top: 0;
   width: 0;
+
   width: 100%;
   height: 0;
+
   height: 100%;
 
   border: none;
 
   border: none;
 
   border-left: solid 40px transparent;
 
   border-left: solid 40px transparent;
 
   border-bottom: solid 79px white;
 
   border-bottom: solid 79px white;
 
   z-index: -1;
 
   z-index: -1;
 +
}
 +
 +
 +
.mw-body-content h3, .mw-body-content h4, .mw-body-content h5, .mw-body-content h6 {
 +
    margin: 0.5em 0;
 
}
 
}
  

导航菜单