模板:歌手/styles.css:修订间差异

跳到导航 跳到搜索
添加179字节 、​ 2022年10月3日 (星期一)
无编辑摘要
(修改)
无编辑摘要
第3行: 第3行:
   border: 4px solid #08a0cc;
   border: 4px solid #08a0cc;
   float: right;
   float: right;
   width: 30%;
   width: 360px;
   margin: 0;
   margin: 0;
}
}
第19行: 第19行:
}
}


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


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


.singer_info > th {
.pos_behind {
  background-color: #e9f9fe;
  font-size: 120%;
  text-align: center;
}
 
.staff_behind > th {
   border: 2px solid #e9f9fe;
   border: 2px solid #e9f9fe;
   background-color: #e9f9fe;
   background-color: #e9f9fe;
第44行: 第53行:
}
}


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

导航菜单