更改

跳到导航 跳到搜索
添加491字节 、 2024年9月14日 (星期六)
无编辑摘要
第50行: 第50行:  
   font-family: 'Noto Serif SC', serif;
 
   font-family: 'Noto Serif SC', serif;
 
}
 
}
 +
 +
.character-table {
 +
    display:table; background-color:#FFF; border:solid 2px #ff9dae; float:right;margin-left: 20px;border-radius:20px;
 +
  }
 +
 +
.character-table th {
 +
    background-color:#ff9dae; color:white; font-weight:bold; border-radius:20px; padding:2px; text-align:center;
 +
  }
 +
 +
.character-table td {
 +
    text-align: center;
 +
    width:60%;font-weight:bold;
 +
  }
 +
  .header-row {
 +
    background-color: #ffb6c1; /* 粉色背景 */
 +
    text-align: center;font-weight:bold;color:white;
 +
  }
    
/* 这里放置的CSS将影响使用移动版网站的用户 */
 
/* 这里放置的CSS将影响使用移动版网站的用户 */

导航菜单