This commit is contained in:
Anyon 2022-03-08 14:22:21 +08:00
commit 0f7fa91b94
2 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,6 @@
// 图片背景容器
#imageBgCover() {
display: inline-block;
overflow: hidden;
position: relative;
background: none no-repeat center center;

View File

@ -132,6 +132,7 @@
.headimg {
width: 32px;
height: 32px;
display: inline-block;
margin-right: 5px;
border-radius: 50%;
#imageBgCover();