-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed c719b82 with MkDocs version: 1.6.1
- Loading branch information
Unknown
committed
Dec 11, 2024
1 parent
b717b76
commit 3ef3966
Showing
181 changed files
with
10,963 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* 容器样式 */ | ||
.avatar-container { | ||
display: inline-block; | ||
width: 50px; /* 头像容器的宽度 */ | ||
height: 50px; /* 头像容器的高度 */ | ||
border-radius: 50%; /* 圆形蒙版 */ | ||
overflow: hidden; /* 隐藏超出部分 */ | ||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* 可选:添加阴影 */ | ||
} | ||
|
||
/* 头像图片样式 */ | ||
.avatar-image { | ||
width: 50px; | ||
height: 50px; | ||
border-radius: 50%; /* 圆形蒙版 */ | ||
overflow: hidden; /* 隐藏超出部分 */ | ||
object-fit: cover; /* 确保图片填充整个容器 */ | ||
vertical-align: middle; /* 垂直居中 */ | ||
margin-right: 14px; | ||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* 可选:添加阴影 */ | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.