“用户:CuteKims”与“模板:Main page/builder/styles.css”:页面之间的差异

180次编辑2023年9月18日 (星期一)注册
(页面间差异)
(创建页面,内容为“链接=|右|256x256像素 星云核心成员,前端萌新工程师。拥有少量平面设计、动效设计经验。 == 一些情报 == * 生日是2006年3月3日。 * 地理位置范围在潍坊内。 * 偏爱沙盒类型的游戏。目前最喜欢的游戏是Transport Fever 2。 * 原神只氪小月卡。 * 中过两次勒索病毒(同一局域网下的服务器和台式电脑)和一次感染型病毒。 *”)
 
无编辑摘要
 
第1行: 第1行:
[[文件:AvaKims.png|链接=|右|256x256像素]]
#home-builder {
星云核心成员,前端萌新工程师。拥有少量平面设计、动效设计经验。
display: flex;
 
flex-direction: column;
== 一些情报 ==
justify-content: flex-start;
 
}
* 生日是2006年3月3日。
.creator-grid {
* 地理位置范围在潍坊内。
display: grid;
* 偏爱沙盒类型的游戏。目前最喜欢的游戏是Transport Fever 2。
grid: auto-flow / repeat(2, 50%);
* 原神只氪小月卡。
margin-top: 8px;
* 中过两次勒索病毒(同一局域网下的服务器和台式电脑)和一次感染型病毒。
padding-top: 4px;
*
border-top: 1px solid #ddd !important;
}
.creator-container {
margin: 10px;
display: flex;
flex-direction: column;
}
.creator-title {
display: flex;
align-items: center;
}
.creator-img img {
width: 36px;
height: 36px;
border-radius: 50%;
overflow: hidden;
}
.creator-title-text {
margin: 0px 0px 0px 12px;
font-weight: 500;
font-size: 16px !important;
}
.creator-description {
margin: 6px 0px 12px 0px !important;
text-indent: 30px;
text-align: justify;
}

2023年10月10日 (二) 16:33的最新版本

#home-builder {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.creator-grid {
	display: grid;
	grid: auto-flow / repeat(2, 50%);
	margin-top: 8px;
	padding-top: 4px;
	border-top: 1px solid #ddd !important;
}
.creator-container {
	margin: 10px;
	display: flex;
	flex-direction: column;
}
.creator-title {
	display: flex;
	align-items: center;
}
.creator-img img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
}
.creator-title-text {
	margin: 0px 0px 0px 12px;
	font-weight: 500;
	font-size: 16px !important;
}
.creator-description {
	margin: 6px 0px 12px 0px !important;
	text-indent: 30px;
	text-align: justify;
}