帮助:Test/styles.css

来自SS唯基
攸萨讨论 | 贡献2023年7月13日 (四) 11:19的版本
跳到导航 跳到搜索
.quest_list {
	list-style:none;
}
.quest_list > li {
	margin-bottom:1%;
}
.shield { 
	width:115px;
	height:115px;
	margin:2%;
	display:flex;
	flex-direction:column;
	border-radius:40%40%60%60%/22%22%100%100%;
	overflow:hidden;
	border:5px solid black;
	background-color:#3366cc;
}
.usergroup_icon{
	margin-top:20%;
}
.center_button{
	padding-left:1em;
	align-self:center
}