/* 文章拟态文章 */
.entry-content {
	padding:1rem;
	/* 内容与边框间距 */ 
        box-shadow:-4px 0 6px rgba(0,0,0,0.1),4px 0 6px rgba(0,0,0,0.1),0 -4px 6px rgba(0,0,0,0.1),0 4px 6px rgba(0,0,0,0.1);
	border-radius:8px;
	margin:2rem auto;
	/* 容器与页面边缘间距 */ 
        max-width:1200px;
}
element.style {
	background:linear-gradient(90deg,#ffd7e4 0%,#c8f1ff 100%);
}
/* 首页不显示分类 */
element.style {
    /* font-weight: bold; */
    /* margin-top: 15px; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    display: none;
}
/* 首页公告拟态化 */
.announcement[data-v-e7deeb6a] {
    padding: 22px;
    border: 1px dashed var(--lightGray);
    color: var(--greyFont);
    border-radius: 10px;
    display: flex;
    margin: 40px auto 40px;
    box-shadow: -4px 0 6px rgba(0,0,0,0.1),4px 0 6px rgba(0,0,0,0.1),0 -4px 6px rgba(0,0,0,0.1),0 4px 6px rgba(0,0,0,0.1);
    border-radius: 8px;
    margin: 2rem auto;
}
/* 首页头像模块颜色 */
.card-content1[data-v-693da56c] {
	background: linear-gradient(250deg,#f9dae7,#eedeec,#e8e2f0,#dde7f5,#cceffd);
	background-size:400% 400%;
	-webkit-animation:gradientBG 10s ease infinite;
	animation:gradientBG 10s ease infinite;
	display:flex;
	flex-direction:column;
	align-items:center;
	border-radius:10px;
	position:relative;
	overflow:hidden
}
/* 下载图片模块颜色 */
.photo-card-container[data-v-79dcdba4] {
	border-radius:12px;
	padding:20px;
	background: linear-gradient(90deg,#c8f1ff 0%,#ffd7e4 100%);
	box-shadow:0 5px 10px rgba(99,99,99,.2),0 15px 15px rgba(99,99,99,.2)
}
/* logo大小 */
element.style {
    height: 50px;
    width: 100%;
    max-width: 150px;
}
