地址路径修改

This commit is contained in:
2025-10-26 13:15:04 +08:00
parent be2323074b
commit 271b88232c
77 changed files with 13254 additions and 228 deletions

View File

@@ -58,6 +58,23 @@
border-radius: 50%;
margin-right: 20rpx;
border: 3rpx solid #667eea;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
background: #f0f0f0;
}
.avatar-image {
width: 100%;
height: 100%;
border-radius: 50%;
}
.avatar-placeholder {
font-size: 32rpx;
font-weight: bold;
color: #667eea;
}
.admin-info {