< 模板:玩家卡片
AurLemonCN(讨论 | 贡献) (创建页面,内容为“.player-card { background: linear-gradient(130deg, #172a4d, #2d4858, #576d71, #88928e); max-width: 200px; border-radius: 20px; float: right; padding: 15px; width: 100%; box-shadow: var(--box-shadow-dialog); margin: 0 0 var(--space-lg) var(--space-lg); } .player-card__head { overflow: hidden; border-radius: 50%; width: 80px; height: 80px; } .player-card__split { background-color: white; border-radius:10px; height:3px; width:15%; margin: 15px 0…”) |
AurLemonCN(讨论 | 贡献) 小无编辑摘要 |
||
第8行: | 第8行: | ||
box-shadow: var(--box-shadow-dialog); | box-shadow: var(--box-shadow-dialog); | ||
margin: 0 0 var(--space-lg) var(--space-lg); | margin: 0 0 var(--space-lg) var(--space-lg); | ||
font-family: 'HarmonySans-Medium'; | |||
} | } | ||
第13行: | 第14行: | ||
overflow: hidden; | overflow: hidden; | ||
border-radius: 50%; | border-radius: 50%; | ||
width: | width: 90px; | ||
height: | height: 90px; | ||
} | } | ||
.player-card__split { | .player-card__split { | ||
background-color: white; | background-color: white; | ||
border-radius:10px; | border-radius: 10px; | ||
height:3px; | height: 3px; | ||
width:15%; | width: 15%; | ||
margin: 15px 0; | margin: 15px 0; | ||
} | } | ||
第28行: | 第29行: | ||
margin-top: 10px; | margin-top: 10px; | ||
color: white; | color: white; | ||
font-size: | font-size: 22px; | ||
font-family: 'HarmonySans-Bold'; | |||
} | } | ||
第39行: | 第41行: | ||
.player-card__desc { | .player-card__desc { | ||
color: white; | |||
font-size: 14px; | |||
} | } |
2023年9月10日 (日) 13:52的版本
.player-card { background: linear-gradient(130deg, #172a4d, #2d4858, #576d71, #88928e); max-width: 200px; border-radius: 20px; float: right; padding: 15px; width: 100%; box-shadow: var(--box-shadow-dialog); margin: 0 0 var(--space-lg) var(--space-lg); font-family: 'HarmonySans-Medium'; } .player-card__head { overflow: hidden; border-radius: 50%; width: 90px; height: 90px; } .player-card__split { background-color: white; border-radius: 10px; height: 3px; width: 15%; margin: 15px 0; } .player-card__nick { margin-top: 10px; color: white; font-size: 22px; font-family: 'HarmonySans-Bold'; } .player-card__id { font-size: 14px; margin-top: 0px; margin-bottom: 20px; color: white; } .player-card__desc { color: white; font-size: 14px; }