更改

跳到导航 跳到搜索
添加511字节 、 2024年9月13日 (星期五)
无编辑摘要
第221行: 第221行:  
   color:#4e66d4;  
 
   color:#4e66d4;  
 
}
 
}
 +
 +
.character-table {
 +
    display: table;
 +
    background-color: #FFF;
 +
    border: solid 2px #ff9dae;
 +
    border-collapse: collapse;
 +
    border-spacing: 0;
 +
    width: 100%;
 +
  }
 +
 +
.character-table th {
 +
    background-color: #e75480;
 +
    color: white;
 +
    font-weight: bold;
 +
    border-right: solid 2px #ff9dae;
 +
    border-bottom: none;
 +
    border-radius: 10px;
 +
    padding: 5px;
 +
    text-align: center;
 +
  }
 +
 +
.character-table td {
 +
    text-align: center;
 +
    border: none;
 +
    outline: none;
 +
    padding: 5px;
 +
  }

导航菜单