修正多处问题
This commit is contained in:
@@ -362,27 +362,29 @@
|
||||
}
|
||||
|
||||
.member-card-section__count {
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
padding: 4px 12px;
|
||||
border-radius: 12px;
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
gap: 4rpx;
|
||||
padding: 4rpx 14rpx;
|
||||
border-radius: 20rpx;
|
||||
background: rgba(255, 255, 255, 0.25);
|
||||
backdrop-filter: blur(4px);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.member-card-section__count-num {
|
||||
font-size: var(--font-size-md);
|
||||
font-family: var(--font-family);
|
||||
font-size: 26rpx;
|
||||
font-weight: 700;
|
||||
color: var(--text-inverse);
|
||||
color: #333;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.member-card-section__count-text {
|
||||
font-size: var(--font-size-xs);
|
||||
font-family: var(--font-family);
|
||||
font-size: 22rpx;
|
||||
font-weight: 400;
|
||||
color: rgba(255, 212, 184, 1);
|
||||
color: #333;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.member-card-preview__tag--expiring {
|
||||
|
||||
Reference in New Issue
Block a user