Template:单行本关于作者/styles.css:修订间差异

模板页面
(新页面)
 
无编辑摘要
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
.home-card {
.book-about {
position: relative;
position: relative;
padding: var( --space-md );
padding: var( --space-md );
第7行: 第7行:
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.04 ), 0 3px 6px rgba( 0, 0, 0, 0.0575 );
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.04 ), 0 3px 6px rgba( 0, 0, 0, 0.0575 );
font-size: 0.875rem;
font-size: 0.875rem;
}

.book-about-img img{
border-radius: 99em;
height: 7em;
width: 7em;
margin-bottom: .5em;
}
}

2023年9月7日 (四) 13:01的最新版本

.book-about {
	position: relative;
	padding: var( --space-md );
	background: var( --color-surface-1 );
	border: 1px solid var( --border-color-base );
	border-radius: 8px;
	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.04 ), 0 3px 6px rgba( 0, 0, 0, 0.0575 );
	font-size: 0.875rem;
}

.book-about-img img{
	border-radius: 99em;
	height: 7em;
	width: 7em;
	margin-bottom: .5em;
}