模板:歌手/styles.css

来自SS唯基
< 模板:歌手
攸萨讨论 | 贡献2023年1月30日 (一) 11:33的版本 (分类)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索
/* 
[[Category:CSS页面]] */

.song-tab {
  border-radius: 7px;
  border: 4px solid #08a0cc;
  float: right;
  width: 360px;
  margin: 0;
}

.song {
  background-color: #77ddfa;
  color: white;
  font-size: 140%;
}

.pos_singer {
  background-color: #e9f5fe;
  font-size: 120%;
  text-align: center;
}

.singer_pic {
  overflow: hidden; /*隐藏超出边框部分  */
  display: flex;
  text-align: center;
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 50%;
}
.singer_info > th {
  border: 2px solid #e9f9fe;
  background-color: #e9f9fe;
  text-align: center;
  width: 30%;
}

.singer_info > td {
  border: 2px solid #e9f9fe;
  text-align: center;
}

.pos_behind {
  background-color: #e9f5fe;
  font-size: 120%;
  text-align: center;
}

.staff_behind > th {
  border: 2px solid #e9f9fe;
  background-color: #e9f9fe;
  text-align: center;
  width: 30%;
}

.staff_behind > td {
  border: 2px solid #e9f9fe;
  text-align: center;
}