更改

跳到导航 跳到搜索
添加87字节 、 2023年10月29日 (日) 12:29
无编辑摘要
第87行: 第87行:  
h3 {
 
h3 {
 
   position: relative;
 
   position: relative;
   padding: 0.5em;
+
   padding: 5px 5px 5px 42px;
   background: #ff9dae;
+
   background: #77c3df;
 +
  font-size: 20px;
 
   color: white;
 
   color: white;
 +
  margin-left: -33px;
 +
  line-height: 1.3;
 +
  z-index:-1;
 
}
 
}
   −
h3::before {
+
h3:before {
 
   position: absolute;
 
   position: absolute;
 
   content: '';
 
   content: '';
   top: 100%;
+
   left: -2px;
   left: 0;
+
   top: -2px;
 
   border: none;
 
   border: none;
   border-bottom: solid 15px transparent;
+
   border-left: solid 40px white;
   border-right: solid 20px rgb(149, 158, 155);
+
   border-bottom: solid 79px transparent;
 +
  z-index:-2
 
}
 
}
  

导航菜单