更改

跳到导航 跳到搜索
删除173字节 、 2023年10月29日 (日) 12:48
无编辑摘要
第84行: 第84行:  
     border-bottom: 1px solid #ff9dae;
 
     border-bottom: 1px solid #ff9dae;
 
}
 
}
 +
    
h3 {
 
h3 {
    display: inline-block;
  −
    position: relative;
   
     padding: .5em .7em;
 
     padding: .5em .7em;
     border-radius: 50px 0 0 50px;
+
     border-left: 5px solid #2589d0;
     background-color: #2589d0;
+
     border-bottom: 3px solid #d2d2d2;
     color: #fff;
+
     background-color: #f2f2f2;
}
+
     color: #333333;
 
  −
h3::before {
  −
    content: '';
  −
     display: inline-block;
  −
    width: 15px;
  −
    height: 15px;
  −
    margin-right: 13px;
  −
    border-radius: 50%;
  −
    background: #fff;
   
}
 
}
      
.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 {

导航菜单