更改

跳到导航 跳到搜索
删除631字节 、 2023年10月29日 (日) 12:50
无编辑摘要
第84行: 第84行:  
     border-bottom: 1px solid #ff9dae;
 
     border-bottom: 1px solid #ff9dae;
 
}
 
}
  −
h3 {
  −
  position: relative;
  −
  padding: 5px 26px 5px 42px;
  −
  background: #fff0d9;
  −
  font-size: 20px;
  −
  color: #2d2d2d;
  −
  margin-left: -33px;
  −
  line-height: 1.3;
  −
  border-bottom: solid 3px orange;
  −
  z-index: -2;
  −
}
  −
  −
h3:before {
  −
  position: absolute;
  −
  content: '';
  −
  left: 0;
  −
  top: 0;
  −
  width: 100%;
  −
  height: 100%;
  −
  border: none;
  −
  border-left: solid 40px white;
  −
  border-bottom: solid 79px transparent;
  −
  z-index: -1;
  −
}
  −
  −
h3:after {
  −
  position: absolute;
  −
  content: '';
  −
  right: 0;
  −
  top: 0;
  −
  width: 100%;
  −
  height: 100%;
  −
  border: none;
  −
  border-left: solid 40px transparent;
  −
  border-bottom: solid 79px white;
  −
  z-index: -1;
  −
}
  −
      
.mw-body-content h3, .mw-body-content h4, .mw-body-content h5, .mw-body-content h6 {
 
.mw-body-content h3, .mw-body-content h4, .mw-body-content h5, .mw-body-content h6 {

导航菜单