merge(gitea/devlop): 同步远端;冲突保留 GitHub 侧小程序与核心 API/后台页
Made-with: Cursor
This commit is contained in:
@@ -651,10 +651,11 @@
|
||||
gap: 10rpx;
|
||||
}
|
||||
.super-avatar {
|
||||
position: relative;
|
||||
width: 108rpx;
|
||||
height: 108rpx;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
overflow: visible;
|
||||
background: rgba(0,206,209,0.1);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -665,10 +666,33 @@
|
||||
border: 3rpx solid #FFD700;
|
||||
box-shadow: 0 0 12rpx rgba(255,215,0,0.3);
|
||||
}
|
||||
.super-avatar-pinned {
|
||||
border: 3rpx solid #38bdac;
|
||||
box-shadow: 0 0 16rpx rgba(56, 189, 172, 0.4);
|
||||
}
|
||||
.super-item-pinned .super-name {
|
||||
color: #38bdac;
|
||||
}
|
||||
.pinned-badge {
|
||||
position: absolute;
|
||||
bottom: -4rpx;
|
||||
right: -4rpx;
|
||||
width: 28rpx;
|
||||
height: 28rpx;
|
||||
background: #38bdac;
|
||||
border-radius: 50%;
|
||||
font-size: 18rpx;
|
||||
color: #fff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
line-height: 1;
|
||||
}
|
||||
.super-avatar-img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.super-avatar-text {
|
||||
font-size: 40rpx;
|
||||
|
||||
Reference in New Issue
Block a user