模板:Main page/builder/styles.css:修订间差异

爱来自星云工艺喵!(づ。◕◡◡◕。)づ
无编辑摘要
无编辑摘要
 
(未显示2个用户的12个中间版本)
第2行: 第2行:
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
justify-content: space-between;
justify-content: flex-start;
}
}
.creator-grid {
.creator-grid {
display: grid;
display: grid;
grid: auto-flow / repeat(2, 50%)
grid: auto-flow / repeat(2, 50%);
margin-top: 8px;
padding-top: 4px;
border-top: 1px solid #ddd !important;
}
}
.creator-container {
.creator-container {
第15行: 第18行:
.creator-title {
.creator-title {
display: flex;
display: flex;
align-items: center
align-items: center;
}
.creator-img img {
width: 36px;
height: 36px;
border-radius: 50%;
overflow: hidden;
}
}
.creator-title-text {
.creator-title-text {
margin: 0px 0px 0px 12px;
margin: 0px 0px 0px 12px;
font-weight: 500;
font-weight: 500;
font-size: 18px
font-size: 16px !important;
}
}
.creator-description {
.creator-description {
margin: 8px 0px 16px 0px;
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;
}