Template:单行本关于作者/styles.css

模板页面
.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;
}