1
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@use '../../scss/common.scss' as *;
|
||||
|
||||
// 用户信息卡片样式
|
||||
.user_info_card {
|
||||
display: flex;
|
||||
@@ -12,11 +14,7 @@
|
||||
gap: 16px;
|
||||
|
||||
.avatar_container {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12), 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
|
||||
@include avatar-base(64px);
|
||||
|
||||
.avatar {
|
||||
width: 100%;
|
||||
@@ -32,23 +30,32 @@
|
||||
gap: 4px;
|
||||
|
||||
.nickname {
|
||||
font-family: 'PingFang SC';
|
||||
font-weight: 600;
|
||||
font-size: 20px;
|
||||
line-height: 1.4em;
|
||||
letter-spacing: 1.9%;
|
||||
color: #000000;
|
||||
@include text-primary;
|
||||
}
|
||||
|
||||
.join_date {
|
||||
font-family: 'PingFang SC';
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 1.4em;
|
||||
letter-spacing: 2.7%;
|
||||
color: rgba(0, 0, 0, 0.35);
|
||||
@include text-secondary;
|
||||
}
|
||||
}
|
||||
|
||||
.tag_icon {
|
||||
|
||||
/* Auto layout */
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding: 0px;
|
||||
gap: 8px;
|
||||
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
|
||||
|
||||
/* Inside auto layout */
|
||||
flex: none;
|
||||
order: 2;
|
||||
flex-grow: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// 统计数据
|
||||
@@ -217,6 +224,11 @@
|
||||
.tag_icon {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
|
||||
/* Frame 1912054928 */
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.tag_text {
|
||||
|
||||
Reference in New Issue
Block a user