更改

跳到导航 跳到搜索
添加274字节 、 2023年10月29日 (日) 12:30
无编辑摘要
第87行: 第87行:  
h3 {
 
h3 {
 
   position: relative;
 
   position: relative;
   padding: 5px 5px 5px 42px;
+
   padding: 5px 26px 5px 42px;
   background: #77c3df;
+
   background: #fff0d9;
 
   font-size: 20px;
 
   font-size: 20px;
   color: white;
+
   color: #2d2d2d;
 
   margin-left: -33px;
 
   margin-left: -33px;
 
   line-height: 1.3;
 
   line-height: 1.3;
   z-index:-1;
+
  border-bottom: solid 3px orange;
 +
   z-index:-2;
 
}
 
}
   第101行: 第102行:  
   left: -2px;
 
   left: -2px;
 
   top: -2px;
 
   top: -2px;
 +
  width: 0;
 +
  height: 0;
 
   border: none;
 
   border: none;
 
   border-left: solid 40px white;
 
   border-left: solid 40px white;
 
   border-bottom: solid 79px transparent;
 
   border-bottom: solid 79px transparent;
   z-index:-2
+
   z-index: -1;
 +
}
 +
 
 +
h3:after {
 +
  position: absolute;
 +
  content: '';
 +
  right: -3px;
 +
  top: -7px;
 +
  width: 0;
 +
  height: 0;
 +
  border: none;
 +
  border-left: solid 40px transparent;
 +
  border-bottom: solid 79px white;
 +
  z-index: -1;
 
}
 
}
  

导航菜单